webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.94k stars 5.71k forks source link

Update volume example to use web audio API #1605

Open porjo opened 1 year ago

porjo commented 1 year ago

Description

Update volume example to use web audio API. Closes #1509

NOTE: soundmeter.js is no longer loaded via index.html but instead via Javascript using Worklet addModule() . As such, CORS comes into effect and files must be served from a HTTP file server (not referenced with file:///)

Credit to this Stackoverflow post which was used as a reference: https://stackoverflow.com/a/62732195/202311