-
Notifications
You must be signed in to change notification settings - Fork 208
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
MediaStream from Web RTC API as a data source? #44
Comments
Not in the current implementation -- in the next version, yes, and this is something I'd like to see! |
Cool! Looking forward to it 👍 |
Any updates on this? |
This project as a whole needs to be revamped to support the current state of web audio, which is now much different than it was two years ago... have been investigating best way to go about it, which will include all these new sources though :) |
@jsantell What are your thoughts? I'll be happy to help/contribute. |
Not 100% certain if this'll help, but you might consider https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API#Creating_a_frequency_bar_graph This is currently cross compatible between firefox and chrome and uses a microphone, which I assume is at least partially similar to a live-stream, may be helpful. Speaking of: if you update the adapterWebAudio.js with some try catch you'll find Chrome supports live-streams.
Not sure what to do the mozAdapter to have that work, I'm hoping to see live-streams being cross-compatible. I mean if the element can handle them it doesn't make much sense if they can't handle processing streams so I'm not sure what part of the mozAdapter is stopping it. I'd be incredibly interested to see this happen because I work at a radio station and it'd be pretty awesome to create visuals. |
Just wondering if it's possible or not...?
The text was updated successfully, but these errors were encountered: