Give some personality to your Xiaomi vacuum by creating your own GLaDOS voice pack.
The script reads the text from the csv file in GLaDOS' voice and packages it for upload to your vacuum. It's been tested with a gen1 running Valetudo but should also work with other generations and with other ways of installing the voice pack. Especially combined with some original samples it can lead to some cool results.
Want to hear what she sounds like first? Check out GLaDOS voice generator.
You're doing a great job of disappointing me. Go on, go to the releases page and download a pre-created pack.
pip install ffmpeg-normalize
) to normalize the volume of the voice files.git clone
this repo./01-speak.sh
to generate the speech../02-process.sh
to normalize the volume../03-package.sh
to package the wav files.If you created a custom csv file, please be so kind to share it back so others can benefit from it.
You can't beat the actual GLaDOS with her expression and cynicism, so why not replace some of the wav files with original samples from the game?
for i in *.mp3; do ffmpeg -i "$i" "${i%.*}.wav"; done
.output/result
directory and run the package script.Now we have this great voice installed, wouldn't it be great if GLaDOS would speak a bit more? How about a custom voice pack and configuration for this: roborock-oucher?
If you are using Home Assistant, you can combine the control of your vacuum with other automations. How about a soundtrack or some light effects? The only limit is your willingness to release your inner geek - you know you want to ;).