inos3910 / audio-visualizer-by-howlerjs

howler.jsを使ってオーディオビジュアライザーを作ってみる
4 stars 1 forks source link

local mp3 file not working #3

Closed profispojka closed 2 years ago

profispojka commented 2 years ago

It seems that the only example that is working is the example with streaming. The local mp3 file does not work. Can this be fixed?

inos3910 commented 2 years ago

Only demo-4 streaming sound source. https://inos3910.github.io/audio-visualizer-by-howlerjs/demo-4.html

Others are local sound sources. https://inos3910.github.io/audio-visualizer-by-howlerjs/ https://inos3910.github.io/audio-visualizer-by-howlerjs/demo-2.html https://inos3910.github.io/audio-visualizer-by-howlerjs/demo-3.html

I have confirmed all the operations, but they are working.