You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
I am developing an application and I record the user's speech using the phone's microphones, save the recording in a 16 bit PCM encoded .wav file ... just as the documentation says. However when sending to the API I get the following response: {"error": {"code": "BadRequest", "message": "Invalid Audio Format: Not a WAVE file - no RIFF header"}}. I tried setting the header RIFF but was unsuccessful, could anyone help me?