Add rate to Edge TTS

This commit is contained in:
SillyLossy
2023-06-10 15:37:37 +03:00
parent 3e349df526
commit bb0ae04976
3 changed files with 10 additions and 4 deletions

View File

@@ -419,7 +419,7 @@ WAV audio file.
`POST /api/edge-tts/generate`
#### **Input**
```
{ "text": "Text to narrate", "voice": "af-ZA-AdriNeural" }
{ "text": "Text to narrate", "voice": "af-ZA-AdriNeural", "rate": 0 }
```
#### **Output**
MP3 audio file.