Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,037 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
Do we need to implement webRTC or sockets to implement a GPT-4o Realtime based voice assistant in our ios/android hybrid app? We thought it may be enough to enable audio port access via. app and as/when user speaks, the assistant is listening to ambient sound/voice and responds. Is that correct?
If we implement webRTC, how do we deliver/receive audio to/from the assistant? Our understanding was that frontend app will be able to handle this functionality independently without having to talk back to our backend server.
Thanks.