Interface GainOptions
interface GainOptions {
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
gain?: number;
}
channelCount?: number;
channelCountMode?: ChannelCountMode;
channelInterpretation?: ChannelInterpretation;
gain?: number;
}
                 
                    
                  Hierarchy
              
              - AudioNodeOptions- GainOptions (View Summary)