eshaz / icecast-metadata-js

Browser and NodeJS packages for playing and reading Icecast compatible streaming audio with realtime metadata updates.
157 stars 20 forks source link

Depricated code #174

Open BH-NL opened 1 year ago

BH-NL commented 1 year ago

All works fine but when I use the player I get the notification;

-player-1.16.1.main.min.js:22 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet) (anonymous) @ icecast-metadata-player-1.16.1.main.min.js:22 Promise.then (async) i @ icecast-metadata-player-1.16.1.main.min.js:22

So the function is planned for removal and will stop working in a while. Maybe you can replace the function?

Thanks in advance.

eshaz commented 1 year ago

This was needed as a hack to get earlier versions of iOS to keep the AudioContext active for playback. It won't affect any other functionality. I may remove it though, since I don't think it's needed with the current versions of iOS.