Interface DynamicsCompressorOptions
interface DynamicsCompressorOptions {
attack?: number;
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
knee?: number;
ratio?: number;
release?: number;
threshold?: number;
}
attack?: number;
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
knee?: number;
ratio?: number;
release?: number;
threshold?: number;
}
                 
                    
                  Hierarchy
              
              - AudioNodeOptions- DynamicsCompressorOptions (View Summary)