Add using wav format for ffmpeg transcoding to PCMA/PCMU

This commit is contained in:
Alex X
2024-05-21 17:50:15 +03:00
parent 54c8ca0112
commit c41bddbbea
2 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
```yaml
streams:
tts: ffmpeg:#input=-re -f lavfi -i "flite=text='1 2 3 4 5 6 7 8 9 0'"#audio=pcma
tts: ffmpeg:#input=-readrate 1 -readrate_initial_burst 0.001 -f lavfi -i "flite=text='1 2 3 4 5 6 7 8 9 0'"#audio=pcma
```
## Useful links