ChannelMix

Mixes both channels (left and right), with a configurable factor on how much each channel affects the other. With the defaults, both channels are kept independent from each other. Setting all factors to 0.5 means both channels get the same audio.

Properties

Link copied to clipboard
abstract var leftToLeft: Float
Link copied to clipboard
abstract var leftToRight: Float
Link copied to clipboard
abstract var rightToLeft: Float
Link copied to clipboard
abstract var rightToRight: Float

Functions

Link copied to clipboard
abstract fun reset()

Resets this filter to its default state.