System Sounds are mp3 files which needs to be copied on the TF Card into the folder mp3 and advert. (See details) Those files are used to navigate through menus and to give users an audio response on their actions.
There are bash scripts in the folder /systemSounds which can generate text to mp3-files. Inside the dockerfile you can see what kind of dependencies you need to generate the System Sounds. The System Sounds will be placed into the same directory /systemSounds.
I started using the goolge speech service because it is very convenient to consume. You only need internet and some python libs for it.
Bevor executing the commands from the table below ensure you changed into /systemSounds.
Language | Service | Command |
---|---|---|
German | ./createSystemSounds_google_de.sh | |
English | ./createSystemSounds_google_en.sh |
I really like the text to speech say tool from MacOS. Unfortunately I don't own a Mac and so far I don't know a way to use this tool without having MacOS running. Luckily Thorsten Voß provides a script and pregenerated files in his git repository: TonUINO.