cwilso / Audio-Input-Effects

Live input Web Audio effects
https://cwilso.github.io/Audio-Input-Effects/
MIT License
546 stars 187 forks source link

Removed old apm constraints + add new master echoCancellation constraint to turn off Chrome audio processing #6

Closed KaptenJansson closed 9 years ago

KaptenJansson commented 9 years ago

echoCancellation = false is the master constraint which turns off all audio processing which is necessary for this demo to work on Windows if audio ducking is enabled (which it is by default). Turning off Chrome audio processing also turns off audio ducking (part of it).

Details here.

cwilso commented 9 years ago

LGTM, thanks.