ngWebAudio
ngWebAudio copied to clipboard
AngularJS module for playing audio using the WebAudio API *Deprecated*
Web Audio API doesn't emit sounds on iPAD in the latest 10.1.1, anybody else with this issue? any ideas?
Hi, please allow for the question how can I handle/detect a non existing audio-file in your module? Best regards Andreas
Hello, I have seen many people just share the streaming url like "http://stream:2345" and connect to the audio source. there is no code written in client side. Do I just...
Hello, Can you please suggest me why it takes 38second to start the audio ? You can check this demo http://mla.mugam.in ( Watch it in Mobile ) Raja K
Possible fix for ios 9 slow / distorted audio.
After the release of iOS 9.2 the web audio frame work has a bug on this platform related to the sample rate being set incorrectly when the buffer is created....
Allow: ``` wa = WebAudio(...) wa.play() wa.onPlay = function() {...} ``` This will not call onPlay() if audio is already buffered. Should callback in next frame.