You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code only reads from local mp3 file and I want read it from URL like: [http://streaming.radionomy.com/kiRyyy?lang=en%2cen-US%3bq%3d0.9%2cpt%3bq%3d0.8%2cpt-PT%3bq%3d0.7]
Or for another words, I want an equivalence like the follow code on my server:
audio = new Audio();
audio.src = "http://streaming.radionomy.com/kiRyyy?lang=en%2cen-US%3bq%3d0.9%2cpt%3bq%3d0.8%2cpt-PT%3bq%3d0.7";
context = new AudioContext();
analyser = context.createAnalyser();
The text was updated successfully, but these errors were encountered:
This code only reads from local mp3 file and I want read it from URL like: [http://streaming.radionomy.com/kiRyyy?lang=en%2cen-US%3bq%3d0.9%2cpt%3bq%3d0.8%2cpt-PT%3bq%3d0.7]
Or for another words, I want an equivalence like the follow code on my server:
The text was updated successfully, but these errors were encountered: