When you play audio using an audio element in Chrome, you get annoying clicks and cracks. At least under my 64-bit Linux installation, even after I formatted and installed a new version of Fedora. (Firefox and Opera are fine, even IE9 on VirtualBox Windows 7.)
But the demos using the web audio API, instead of the audio element, have great sound. So I was wondering if I can use the web audio API, for example, an audio element? But there are some things you can't seem to do with this API. Or am I missing something? What I could not find where:
- Start playing the file until it is fully downloaded.
- receiving updates of the buffer progress (depends on the previous point)
- receiving updates to the progress of the playback
- looking for
Is there a way to do this using the web audio API?
Here I will use it: http://tinyurl.com/magnatune-player
panzi source
share