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,
I need to integrate Angular-based audio and do real time emotion detection. I am creating my own chunks and will convert bytes to base64 at front end. Then I will send to python backend.
In this case, do I need real time client? When i looked at real time client, it sounded like it does some stream managemnet and b64 conversion. Since I'm doing this myself, is there any advantage of using real time?
If I keep sending audio data every 4 seconds, would it respond immediately? or with real time API, do you have any QoS consideration?
The text was updated successfully, but these errors were encountered:
Hi,
I need to integrate Angular-based audio and do real time emotion detection. I am creating my own chunks and will convert bytes to base64 at front end. Then I will send to python backend.
In this case, do I need real time client? When i looked at real time client, it sounded like it does some stream managemnet and b64 conversion. Since I'm doing this myself, is there any advantage of using real time?
If I keep sending audio data every 4 seconds, would it respond immediately? or with real time API, do you have any QoS consideration?
The text was updated successfully, but these errors were encountered: