Weilbyte / tiktok-tts

Generate TikTok Text-to-Speech voices in your browser
https://weilbyte.github.io/tiktok-tts/
MIT License
393 stars 85 forks source link

streamable esque api request #47

Open Aloncheeto opened 4 months ago

Aloncheeto commented 4 months ago

http://translate.google.com/translate_tts?ie=UTF-8&client=tw-ob&q=test&tl=it how do i achieve this with your api?

Weilbyte commented 4 months ago

The audio data returned by the API is base64-encoded so you will have to convert it to audio yourself. What exactly is your use case?