emxsys / callattendant

A python-based automated call attendant, call blocker, and voice messaging system running on a Raspberry Pi. Screens callers and block robocalls and scams with a low-cost Raspberry Pi and modem.
https://emxsys.github.io/callattendant/
MIT License
115 stars 37 forks source link

Use Text-to-Speech to create voice messages. #164

Open lacouture-t opened 2 years ago

lacouture-t commented 2 years ago

Thanks for this application !

To help with internationalization, we could implement a configuration command to generate voice messages. It looks quite easy to add after getting localization implemented : https://www.geeksforgeeks.org/convert-text-speech-python/

lacouture-t commented 2 years ago

We could also see this to help with internationalization : https://docs.python.org/3/library/i18n.html