-
Notifications
You must be signed in to change notification settings - Fork 57
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
Provide event to access raw audio stream #37
Comments
It's a good idea but what's your use case? |
To show a visualizer element! Honestly just a way of accessing the |
Agreed, that would be a great feature. I am currently struggling with visualizing user audio input. When I try to modify the node module I get ocasional weird loud static noise from the assistant. I suppose it might be some concurrent access to audio stream causing it in my case :/ |
we expose volume level updates if that helps you can likely expose more stuff from daily webrtc connection directly. sdk is a thin wrapper on it. code here: https://github.com/VapiAI/web/blob/main/vapi.ts happy to merge any PRs! |
Would be great to have an audio event like this: https://docs.retellai.com/make-calls/web-call#listen-to-events
The text was updated successfully, but these errors were encountered: