We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I used the TTS functionality of google translate to generate the mp3 files Then I used xxd to generate a .h file from an mp3 recording:
xxd -i mp3file.mp3 header-file.h
The header files are then made available with the logic that can be found in AudioDictionary.h
You can prepare your own audio data easily with the help of the CSV file. Details can be found in the tools directory