ubilab-ws21 / esclab

integration of all puzzles
0 stars 0 forks source link

Make text to speech working again #3

Closed voelkerb closed 2 years ago

voelkerb commented 2 years ago

Stuff todo:

sboettcher commented 2 years ago

Code + readme: https://github.com/ubilab-escape/environment/tree/master/text_to_speech

To use AWS Polly it requires an AWS account that hasn't registered it for over a year. I'll check if mine is still eligible.

pscholl commented 2 years ago

https://github.com/Iiridayn/pico-tts

ist wohl die engine aus android.

echo "Hoooooooray You saved Freiburg." | pico-tts | ffmpeg -f s16le -ar 16000 -i - -y ah.mp4

Naja, klingt okay, aber im browser geht das grad nicht (also in meinem)

https://user-images.githubusercontent.com/223125/151590205-f33e70e8-52bc-4e23-8ad3-8c7caa811368.mp4