We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e994263 commit ec6a0edCopy full SHA for ec6a0ed
examples/tts/tts_autoplay/tts_stream_example.py
@@ -4,8 +4,8 @@
4
from speechmatics.tts import AsyncClient, Voice, OutputFormat
5
6
# Configuration
7
-TEXT = "Welcome to the future of audio generation from text! This audio is a demo of the async streaming Speechmatics Text-to-Speech (T-T-S) API."
8
-VOICE = Voice.SARAH
+TEXT = "Welcome to the future of audio generation from text! This audio is a demo of the async streaming Speechmatics Text-to-Speech (TTS) API."
+VOICE = Voice.JACK
9
OUTPUT_FORMAT = OutputFormat.RAW_PCM_16000
10
11
# Audio Parameters
0 commit comments