Hi 👋, I noticed that the project lists playsound in requirements.txt, and it’s also imported in tts_utils.py. However, when running the main workflow, I didn’t directly see playsound being required.
Could you confirm whether playsound is still an active dependency?
If yes → maybe we can update the documentation to clarify its role (e.g., only needed for text-to-speech).
If not → we could remove it from requirements.txt and refactor the code to avoid unused dependencies.
I’d be happy to help with whichever direction you prefer 🙂
Hi 👋, I noticed that the project lists playsound in requirements.txt, and it’s also imported in tts_utils.py. However, when running the main workflow, I didn’t directly see playsound being required.
Could you confirm whether playsound is still an active dependency?
If yes → maybe we can update the documentation to clarify its role (e.g., only needed for text-to-speech).
If not → we could remove it from requirements.txt and refactor the code to avoid unused dependencies.
I’d be happy to help with whichever direction you prefer 🙂