KoljaB / RealtimeTTS

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

Update to Python 3.12 (thanks to TTS -> coqui-tts) #96

Open ozaner opened 3 days ago

ozaner commented 3 days ago

With the release of v0.4.1 of RealtimeTTS, the coqui backend now uses the coqui-tts fork instead of the original tts package. Unlike the original, the fork supports python <3.13.

It was my understanding that the coqui backend was what was holding this package back from updating. Now that that's no longer the case, is it possible to update some other dependencies like elevenlabs and mark the package as Python 3.12 compatible? This would deal with issues like #95.