xiaomi_hack icon indicating copy to clipboard operation
xiaomi_hack copied to clipboard

Italian Audio Files

Open sdesalve opened this issue 7 years ago • 2 comments

Hi,

I want to add italian audio files. What's file format and encoding? How can I ear English audio files in folder SD/xiaomi_hack/mijia360/audio/en? I can't ear anything playing WAV files on Win 10 64bit with VLC 2.2.6 Umbrella and so I can't create my translated audio files with a TTS sintetyzer

sdesalve avatar Aug 17 '17 12:08 sdesalve

Hello,

I use ffmpeg to transform to expected sound format

ffmpeg -y -i input.m4a -f s16le -acodec pcm_s16le -ac 1 -ar 16000 -af "volume=-10dB" output.wav

I use macOS speech to generate input audio files, and volume parameter was useful for me

niclet avatar Aug 17 '17 16:08 niclet

Thanks.

Do you have English or French transcript for each source files? Can you send all text to me?

I'll share italian audio files with you when available

sdesalve avatar Aug 17 '17 18:08 sdesalve