You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
These are AudioParams so they can be automated etc (see the reference for the allowed value ranges per attribute).
It would be great to have sliders (<input type="range">) that let us change these values to see how the compression node reacts and how it sounds differently.
For these purposes we could change them immediately without using AudioParam automations, e.g. add a listener to the change event on the threshold slider and then do something like
Compressor nodes have a number of attributes we're not accessing: https://webaudio.github.io/web-audio-api/#the-dynamicscompressornode-interface
These are AudioParams so they can be automated etc (see the reference for the allowed value ranges per attribute).
It would be great to have sliders (
<input type="range">
) that let us change these values to see how the compression node reacts and how it sounds differently.For these purposes we could change them immediately without using AudioParam automations, e.g. add a listener to the
change
event on thethreshold
slider and then do something likeThe DynamicsCompressor example is at: https://github.com/mozdevs/WebAudio-examples/tree/gh-pages/DynamicsCompressor
The text was updated successfully, but these errors were encountered: