-
-
Notifications
You must be signed in to change notification settings - Fork 98
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 |
Has anyone been able to resolve this issue? We are receiving the audio just fine but cannot locate a transcription in any of the event logs. |
@davidmigloz @dominikmucklow With this package, I was unable to get transcription as there are no separate function to commit the audio before generating a gpt response. So, I have manually implemented chatgpt realtime following their docs. Now, I get transcription and have a freedom to generate response when I want to. |
Thanks for the feedback @kamjony! I'll review their latest spec, maybe they added that method after my initial implementation. |
@kamjony Thanks for the info, and glad to know that it can work. Manual implementation is over my head, so I'll keep following updates to this package. @davidmigloz keep up the good work! Here's a lunch on me. |
Thanks! I'll try to look into it this weekend |
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: