https://github.com/gpbenton/mqtt-tts
Speaks a message received from MQTT
https://github.com/gpbenton/mqtt-tts
espeak-ng mqtt python3 tts
Last synced: about 2 months ago
JSON representation
Speaks a message received from MQTT
- Host: GitHub
- URL: https://github.com/gpbenton/mqtt-tts
- Owner: gpbenton
- License: mit
- Created: 2017-11-17T10:55:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T14:56:00.000Z (over 7 years ago)
- Last Synced: 2025-01-21T11:44:42.355Z (3 months ago)
- Topics: espeak-ng, mqtt, python3, tts
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mqtt-tts
Speaks a message received from MQTT# Installation
sudo apt-get install espeak-ngpip install py-espeak-ng
pip install paho.mqtt
# Execution
Edit the location of your mqtt broker in mqtts.py
Then
./mqtttts.sh
or edit the shebang in mqtts.py and
./mqtts.py