hvianna / audioMotion-analyzer

High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.
https://audioMotion.dev
GNU Affero General Public License v3.0
619 stars 62 forks source link

Question will this work with stream audio services #25

Open mylastore opened 2 years ago

mylastore commented 2 years ago

I am using this streaming radio service https://www.radiojar.com/

Example: https://mylastore.com/radio

hvianna commented 2 years ago

Hello!

It should work if you have access to the audio element created by the player, or if it provides a WebAudio-compatible output node you can use as source to audioMotion-analyzer.

On a quick look, they seem to use a modified version of jPlayer. I've made a quick integration with the jPlayer demo on this pen.