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
Hi Stephen, first of all great work with the openai implementation.
I want to mimic push to talk functionality with the realtime streaming model. From what I read in the openai documentation you have to disable the 'Server_VAD' for that and send the audio input manually.
Hi Stephen, first of all great work with the openai implementation.
I want to mimic push to talk functionality with the realtime streaming model. From what I read in the openai documentation you have to disable the 'Server_VAD' for that and send the audio input manually.
I've done this :
But it throws this error :
It looks like you didn't include the possibility to disable Server_VAD in the VoiceActivityDetectionSettings class.
The text was updated successfully, but these errors were encountered: