Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T14:56:00.000Z (about 7 years ago)
- Last Synced: 2024-11-20T17:16:01.473Z (2 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