I want to do some audio visualizations, that read raw ogg or mp3 data and use it with dsp.js. Is there a library that embraces and abstracts googles and Mozillas Audio API and ideally safari and others ?

link|improve this question
stackoverflow.com/questions/7700273/…, this post has the answer for your question. – linguini Oct 23 '11 at 8:46
No sorry. My question points more in the direction of analyzing the data like with DSP.js or Beatdetector.js or similar and getting the frequencies and BPM etc. Means access to the raw audio data of the file. Currently (as far as I understood) it can be done in both now, ff and chrome, but the APIs have both a different approach. What I am looking for is a library that would cover both. I would start it myself, but I am not that good in JS yet. – Carsten Heisterkamp Oct 24 '11 at 6:41
Ok. Please describe more about DSP.js or Beatdetector.js or similar and getting the frequencies and BPMin your question & change the tags. – linguini Oct 24 '11 at 7:03
Thanks for your reply. I think the tags are ok, because I am not looking for a dsp alike solution. It is just an example. dsp.js is using fast fourier transformation on the read and to be analyzed audiomaterial provided by the mozilla audiodata and beat detector I beleave uses the peaks.link. It wont work in chrome, because it uses the moz audiodata api. I guess you can do the same with the newest chrome web audio api. What I am looking for is a library or JS that combines the mozilla audioda and the chrome audiosource api. – Carsten Heisterkamp Oct 25 '11 at 5:35
Moz: link Chrome:link and depending on the user agent it uses this or that way to read the raw audio – Carsten Heisterkamp Oct 25 '11 at 5:35
show 1 more comment
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.