Get lifelike smooth speech generated by #elevenlabs #TTS on #OBS to enhance your stream or recording. Synthesize any text from captions, translation, chat, OCR and anything else. Only takes 2 minutes to set up!
Download URL/API Source: https://github.com/royshil/obs-urlsou...
Get 11Labs api key: https://help.elevenlabs.io/hc/en-us/a...
Get a voice_id: https://elevenlabs.io/docs/api-refere... (hit "Send" in here to get a list, for example "21m00Tcm4TlvDq8ikWAM" is a voiceId)
Get a model_id: https://elevenlabs.io/docs/api-refere...
URL: h ttps ://api.elevenlabs.io/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM
Body JSON: ```
{
"model_id": "eleven_monolingual_v1",
"text": "{{input}}"
}
```