hughsk / web-audio-analyser

A thin wrapper around the Web Audio API that takes an <audio> element and gives you its waveform/frequency data in return.
http://hughsk.github.io/web-audio-analyser
Other
211 stars 20 forks source link

no sound output #2

Closed prisme closed 9 years ago

prisme commented 9 years ago

Hi !

I was trying to use soundcloud-badge & this module as a basis for a little music visualizer prototype, when I noticed that plugging the analyser in would cut the sound output. Investigating a little, I also noticed that your demo Moiré was now silent, and I think the issues are probably related.

Here is my test-case : https://gist.github.com/prisme/d56524fe509a77dca673

Maybe the issue is in fact related to soundcloud-badge, I also tried creating an audio element and context myself and strangely as soon as I use the audio as the context source, sound output stops : https://gist.github.com/prisme/fde11312cf83622d9330

Best.

prisme commented 9 years ago

apparently it's CORS & soundcloud related, and has nothing to do with this module.

closing.