I can successfully add a gain node to an audio element sourced from a file, but when I try it with a stream / audio element derived from an RTCTrackEvent's audio stream it ignores the gain node. I was curious if this was possible at all.
Asked
Active
Viewed 146 times
0
-
It has come to my attention that my issue is from a Chrome bug, modifying question to make it clearer for people searching – Andrew Mar 27 '20 at 03:21
2 Answers
0
Yes it is possible, Checkout this sample - https://webrtc.github.io/samples/src/content/peerconnection/webaudio-input/
Source code - https://github.com/webrtc/samples/tree/gh-pages/src/content/peerconnection/webaudio-input

Karthik
- 2,282
- 2
- 22
- 23