Rename examples
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Streaming TTS example.
|
||||
Basic audio streaming example.
|
||||
|
||||
This example shows how to stream the audio data from the TTS engine,
|
||||
and how to get the WordBoundary events from the engine (which could
|
||||
be ignored if not needed).
|
||||
|
||||
The example streaming_tts_with_subtitles.py shows how to use the
|
||||
The example streaming_with_subtitles.py shows how to use the
|
||||
WordBoundary events to create subtitles using SubMaker.
|
||||
"""
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"""
|
||||
Streaming TTS example with subtitles.
|
||||
|
||||
This example is similar to the example streaming_tts.py, but it shows
|
||||
This example is similar to the example basic_audio_streaming.py, but it shows
|
||||
WordBoundary events to create subtitles using SubMaker.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user