docs: update README on the continuous streaming
Browse files
README.md
CHANGED
|
@@ -133,6 +133,8 @@ python -u test_qwen3-tts-streaming_onnx.py >& logs/log_test-streaming-onnx-1.txt
|
|
| 133 |
|
| 134 |
### Usage with parameters
|
| 135 |
|
|
|
|
|
|
|
| 136 |
```
|
| 137 |
python test_qwen3-tts-streaming_onnx.py \
|
| 138 |
--onnx_dir qwen3-tts_onnx/ \
|
|
@@ -147,7 +149,7 @@ python test_qwen3-tts-streaming_onnx.py \
|
|
| 147 |
--num_threads 4 \
|
| 148 |
--prompt_wav audio_ref/speaker.[wav|flac|mp3] \
|
| 149 |
--out_wav output.wav \
|
| 150 |
-
--text "Text to be synthesized" \
|
| 151 |
--language "english"
|
| 152 |
```
|
| 153 |
|
|
|
|
| 133 |
|
| 134 |
### Usage with parameters
|
| 135 |
|
| 136 |
+
- As of 2026/04/27, you can synthesize multiple rounds of text with continuous streaming.
|
| 137 |
+
|
| 138 |
```
|
| 139 |
python test_qwen3-tts-streaming_onnx.py \
|
| 140 |
--onnx_dir qwen3-tts_onnx/ \
|
|
|
|
| 149 |
--num_threads 4 \
|
| 150 |
--prompt_wav audio_ref/speaker.[wav|flac|mp3] \
|
| 151 |
--out_wav output.wav \
|
| 152 |
+
--text "Text to be synthesized" "Yet another text here" "And another" \
|
| 153 |
--language "english"
|
| 154 |
```
|
| 155 |
|