- Root
- Install Valetudo
- Backup files with SCP and to make a list of all of them
scp -i key.id_rsa [email protected]:/audio/EN/* backup/
- Download/create your .wav files, save as
0.wav
1.wav
etc. https://github.com/Findus23/voice_pack_dreame/blob/main/sound_list.csv use this for reference which file is which sound to avoid listening to original files to find out - Normalize WAV and convert to OGG.
I used WSL Ubuntu 20.04 on Win11 (install
vorbis-tools
,ffmpeg
)