-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WAV support #30
Comments
$ ffmpeg -formats | grep PCM DE alaw PCM A-law |
Output of B3E_CLIP_PARA_FR.wav (Spielen Lernen Entdecken) (stored in adiboo.de website in folder sons): |
Output of B3E_CLIP_MOLE_FR.wav (Maulwurf) (stored in adiboo.de website in folder sons): |
parameters for ffmpeg: |
Output of adb3_demo_uk.vmd (English Preview Demo of Adibou 3) |
VMD's are using two Streams see above the notes. |
ffmpeg -i input.mp3 -acodec pcm_s16le -ac 1 -ar 16000 output.wav
ffmpeg -i input.mp3 -acodec pcm_s16le -ac 1 -ar 22050 output.wav # for 22050 hz Audio
The text was updated successfully, but these errors were encountered: