-
Notifications
You must be signed in to change notification settings - Fork 87
Demo Branch #111
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Demo Branch #111
Conversation
import AVFoundation | ||
import Foundation | ||
import SwiftOpenAI | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RealTimeAPIViewModel and RealTimeAPIDemoView is how i try to test this. All the code has been copied from demo branch
kRealtimeSession?.disconnect() | ||
} | ||
|
||
@RealtimeActor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lzell do you mind taking a look in case on top of your head you think my web socket gets disconnected? I am a bit lost on this one :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that fix amazing :)
Just dropped some audio notes here: https://community.openai.com/t/audio-notes-for-openai-realtime-on-apple-platforms/1108404 I'm really hoping to release the shared core soon. Hoping next week |
Attempt to integrate Real Time API by @lzell
Getting the following logs and error
And eventually:
Not able to speak or listen any input or output, wondering what I may be doing wrong 😑
Tested on device iPhone 16 pro
Permissions for microphone and audio has been granted for this demo