Join Discord
Powered by
Ensure your WAV file is truly 16kHz, 16-bit PCM mo...
# general-english
k
Kings_big💫
05/14/2025, 5:07 AM
Ensure your WAV file is truly 16kHz, 16-bit PCM mono by converting it with ffmpeg -i input.mp3 -ar 16000 -ac 1 -c:a pcm_s16le output.wav, as incorrect encoding or extra metadata can cause it to play sped up in Vapi
4
Views
Previous
Next