You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,9 @@ Learn how to turn audio into text or text into audio.
394
394
395
395
Generates audio from the input text.
396
396
397
+
> [!NOTE]
398
+
> This endpoint also has `stream` support. See the [examples/audio/create_speech_stream](https://github.com/tjardoo/openai-client/tree/master/examples/audio/create_speech_stream) example.
Copy file name to clipboardExpand all lines: src/lib.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,9 @@
387
387
//!
388
388
//! Generates audio from the input text.
389
389
//!
390
+
//! > [!NOTE]
391
+
//! > This endpoint also has `stream` support. See the [examples/audio/create_speech_stream](https://github.com/tjardoo/openai-client/tree/master/examples/audio/create_speech_stream) example.
0 commit comments