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
According to : assistant.query(textOrAudio),
[textOrAudio] - The text query or the audio buffer to send to the Assistant.
I need to send audio file to assistant over assistant.query(), How can I do it. I have made many attempts but the result is always the same ("Invalid 'audio_in': audio frame length is too long.").
Thanks,
The text was updated successfully, but these errors were encountered:
Are you trying to send data over as a PCM/raw or as a specific file format? I'm having a similar issue, but I get the error "Invalid 'audio_in': contains no audio data." instead whilst trying to send over a Buffer of raw audio.
According to : assistant.query(textOrAudio),
[textOrAudio] - The text query or the audio buffer to send to the Assistant.
I need to send audio file to assistant over assistant.query(), How can I do it. I have made many attempts but the result is always the same ("Invalid 'audio_in': audio frame length is too long.").
Thanks,
The text was updated successfully, but these errors were encountered: