vldc-bot icon indicating copy to clipboard operation
vldc-bot copied to clipboard

fix: update sample rate

Open AlexanderSutul opened this issue 3 years ago • 2 comments

Fix for this issue: 400 sample_rate_hertz (48000) in RecognitionConfig must either be omitted or match the value in the WAV header (44100).

AlexanderSutul avatar Apr 16 '23 14:04 AlexanderSutul

Can you also force output sample rate (resample) in ffmpeg for both video and audio?

C-Pro avatar Apr 16 '23 14:04 C-Pro

Most likely the flag is -ar 44100

C-Pro avatar Apr 16 '23 15:04 C-Pro