Skip to content

400 eror in API even though file gets transcribed on the playground #912

Closed Answered by jpvajda
architrathi asked this question in General help
Discussion options

You must be logged in to vote

@architrathi I checked our logs and here are some suggestions based on the errors:

4df77c97-9874-4322-b772-67db50cb9e55

Error: Raw binary data was sent to Deepgram without both the encoding and sample_rate set.

Suggestion: try setting the encoding and sample_rate in the request.

f0c7374b-d9b9-406a-a8e7-b83b84567d2e

Error: pcm_s24le audio is not fully supported

Suggestion: Try converting to a 16-bit encoding: ffmpeg -i <in>.wav -acodec pcm_s16le <out>.wav For more info, see https://github.com/orgs/deepgram/discussions/483#discussioncomment-7793889

3ad054b2-7f64-4c36-943c-d4bb67132997

Error: pcm_s24le audio is not fully supported

Suggestion: Try converting to a 16-bit encoding: ffmpeg -i <i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@architrathi
Comment options

@jpvajda
Comment options

Answer selected by jpvajda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants