KoljaB / RealtimeTTS

Converts text to speech in realtime
1.39k stars 119 forks source link

Can I use this in Flask Python webapp? #52

Closed eraclioone closed 3 months ago

eraclioone commented 3 months ago

Hello, thanks for your work first.

Can I use this in Flask Python webapp?

I'm going to send request to Flask app from JS to get audio streaming.

Is this possible as well?

Hope to hear from you soon.

KoljaB commented 3 months ago

Should be quite straighforward with flask, since it's not async stuff like FastAPI (where I'd expect things to get more complicated). Haven't implemented anything like this so far, but I don't see reasons why this shouldn't work.

eraclioone commented 3 months ago

Thank you. Awesome!