Volume Change Processor
class VolumeChangeProcessor(inputChannels: Int, outputChannels: Int, volumeChangeProvider: VolumeChangeProvider) : BaseAudioProcessor
An AudioProcessor that handles changing the volume on an audio channel.
Input and output are 16-bit PCM.
Inspired by ChannelMixingAudioProcessor.
Parameters
input Channels
The number of input channels.
output Channels
The number of output channels.
volume Change Provider
A provider that returns the volume for a given time.