volume-meter icon indicating copy to clipboard operation
volume-meter copied to clipboard

Function Deprecated

Open degrovejazz opened this issue 3 years ago • 4 comments

Just FYI. Many of the functions used here are or will be deprecated soon including navigator.getUserMedia and createScriptProcessor.

degrovejazz avatar Mar 07 '21 17:03 degrovejazz

Any alternative for these?

Ajamuar avatar Jul 19 '22 10:07 Ajamuar

Yes; getUserMedia has moved to MediaDevices, and scriptprocessors are replaced by Audio Worklets. I haven't had time for a rewrite, though.

cwilso avatar Jul 19 '22 14:07 cwilso

Even last time it works well. I using it. Unfortunately, now not work.

aahedi avatar Jul 24 '22 09:07 aahedi

If you are looking for a newer modern example checkout Volume meter Google Chrome labs the source code is here source code it uses the AudioWorkelt interface.

charleskyalo avatar Mar 12 '24 11:03 charleskyalo