Skip to content

Commit ec6a0ed

Browse files
committed
tts stream example with Jack
1 parent e994263 commit ec6a0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tts/tts_autoplay/tts_stream_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from speechmatics.tts import AsyncClient, Voice, OutputFormat
55

66
# 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
7+
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."
8+
VOICE = Voice.JACK
99
OUTPUT_FORMAT = OutputFormat.RAW_PCM_16000
1010

1111
# Audio Parameters

0 commit comments

Comments
 (0)