Updated README.md

This commit is contained in:
gpkvt 2022-08-11 13:32:23 +02:00
parent 51585fb473
commit a84e76a503
2 changed files with 22 additions and 0 deletions

View File

@ -170,3 +170,7 @@ This project is licensed under the GPLv3 License - see the LICENSE.md file for d
* [GERBrowny and community](https://twitch.tv/gerbrowny/) * [GERBrowny and community](https://twitch.tv/gerbrowny/)
* [DerZugger and community](https://www.twitch.tv/derzugger/) * [DerZugger and community](https://www.twitch.tv/derzugger/)
* [Timmeh74 and community](https://www.twitch.tv/timmeh74/) * [Timmeh74 and community](https://www.twitch.tv/timmeh74/)
## Disclaimer
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Twitch Interactive, Inc.

18
tts.py
View File

@ -1,6 +1,24 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
TwitchTTS
Copyright (C) 2022 gpkvt
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import json import json
import yaml import yaml
import logging import logging