15
Web Audio API
jamesharvey
Please implement full Web Audio API so we can use great plugins like tone.js! Web audio & tone.js are still much better than react native's audio plugins... Web audio provides better solutions for app's audio need. I want to see React Native getting web audio fully implemented with native audio output.
Activity
Newest
Oldest
Kristin Lau
Would love to see this implemented to enable cool features like this editor: https://naomiaro.github.io/waveform-playlist/web-audio-editor.html
Noitidart
You can use web audio by using a web view.
Tom
Is that even possible?
I'm new to RN, but my understanding was that it runs in a native - not browser - context. The only way to access browser API's would be to add native code that embedded a browser control.