Replies: 1 comment
-
This example showcases the usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to use feed_audio for transcription. It would be great if you could make a code snippet for the same.
i am sending data as
const audioBlob = new Blob(audioChunks, { type: 'audio/wav' });
data_url = data.get("content")
_, base64_data = data_url.split(',', 1)
#audio_chunk = data.get("content")
audio_data = base64.b64decode(base64_data)
print("audio_file converted")
recorder.feed_audio(audio_data)
print("audio_file fed")
But I am unable to transcribe this
Beta Was this translation helpful? Give feedback.
All reactions