Ensure your WAV file is truly 16kHz, 16-bit PCM mo...
# general-english
k
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