yomguy / DeeFuzzer

Light and instant media streaming client for web radios and TVs written in Python
https://github.com/yomguy/DeeFuzzer
GNU General Public License v3.0
143 stars 30 forks source link

TTS - Feature Request #105

Open count00zero opened 2 years ago

count00zero commented 2 years ago

I love the implementation and its "lightness" ... One Feature I would really love, is beeing able to announce a metadata-change (when the next song starts playing) via TTS (Mozilla TTS, or Larynx. Like it is available in liquidsoap or radiobot)

Would something like that be feasible within DeeFuzzer?

yomguy commented 1 year ago

Hi @count00zero, Thanks for the kind words :) and sorry for the delay. This would be definitely a cool feature we could try to implement without breaking the "lightness", using an optional dedicated thread triggering the audio process with a TTS module like gTTS or pyttsx3.