Skip to content

I cannot transcribe a local file of PCM data. #429

Closed Answered by DamienDeepgram
couldbejake asked this question in General help
Discussion options

You must be logged in to vote

For Batch Transcription you will need to convert the file to a non-raw format

Here is an example how you can convert the file from raw to wav

ffmpeg -ar 16000 -f s16le -ac 1 -i test.pcm test.wav

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by couldbejake
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants