AudioEffectState

data class AudioEffectState(val audioChangerType: StateFlow<AudioChangerType>, val audioReverbType: StateFlow<AudioReverbType>, val isEarMonitorOpened: StateFlow<Boolean>, val earMonitorVolume: StateFlow<Int>)

Audio effect state

Constructors

Link copied to clipboard
constructor(audioChangerType: StateFlow<AudioChangerType>, audioReverbType: StateFlow<AudioReverbType>, isEarMonitorOpened: StateFlow<Boolean>, earMonitorVolume: StateFlow<Int>)

Properties

Link copied to clipboard

Voice changer state.

Link copied to clipboard

Reverb state.

Link copied to clipboard
val earMonitorVolume: StateFlow<Int>

Ear monitor volume, range 0 - 100.

Link copied to clipboard
val isEarMonitorOpened: StateFlow<Boolean>

Ear monitor enabled.