Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/11belowstudio/kevin-tts-chant
kevin text-to-speech chant thing
https://github.com/11belowstudio/kevin-tts-chant
Last synced: about 6 hours ago
JSON representation
kevin text-to-speech chant thing
- Host: GitHub
- URL: https://github.com/11belowstudio/kevin-tts-chant
- Owner: 11BelowStudio
- License: mit
- Created: 2021-11-28T19:14:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T20:33:37.000Z (about 3 years ago)
- Last Synced: 2024-11-11T06:39:41.406Z (about 2 months ago)
- Language: Shell
- Size: 77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kevin TTS Chant
This is the git repo for the Kevin Text-To-Speech Chant thingy.
This uses the FreeTTS speech synthesizer for Java to chant
the word 'Kevin' (and variations of the word 'Kevin').Using this requires Java 8. It will not work with a more
modern version of Java (due to some weirdness within FreeTTS
that more modern versions of Java don't really like).To run this, please run the main method in
`src/packij/KevinChanter.java`.Alternatively, download and unzip the `KevinTTSChant.zip` folder,
navigate to the `KevinTTSChant` subfolder of that zip folder,
and run the `kevin tts chant.jar` jar file in there.Further information about FreeTTS can be found here: https://freetts.sourceforge.io/
Some of the code was adapted from https://www.javatpoint.com/convert-text-to-speech-in-java