-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Audio Input transcription issue #624
Comments
There seems to be an issue with the
I'll look further into it. |
I'll remove the It seems more people are facing this issue:
Let me know if you manage to solve it. |
@davidmigloz I did everything that you suggested above but was unable to get |
Interesting, thanks for sharing! Let me know the results when you try it with |
I try to send my audio and commit it after, and got this:
So, OpenAI didn't see my audio. And when I try to speak with him on stream - he try to answer, but - hear nothing. final config = RecordConfig(
encoder: AudioEncoder.pcm16bits,
bitRate: 24000,
sampleRate: 44100,
numChannels: 2,
device: device,
); And audio record work's fine, I check it. |
System Info
Dart
Related Components
Reproduction
Expected behavior
The event
"type:"conversation.item.input_audio_transcription.completed"
, is never fired. But if I Use chatgpt playground, I can see this event has been fired. I need audio transcription from user audio. How to achieve it?The text was updated successfully, but these errors were encountered: