AudioDeviceManager

Inheritors

AndroidAudioDeviceManager
JsAudioDeviceManager
JvmAudioDeviceManager
NativeAudioDeviceManager
WasmJsAudioDeviceManager

Properties

Link copied to clipboard
abstract val deviceCount: UInt

Functions

Link copied to clipboard
abstract fun getDeviceInfo(index: UInt): AudioDeviceInfo?
Link copied to clipboard
abstract fun open(inputDeviceIndex: Int, outputDeviceIndex: Int, sampleRate: UInt, bufferSize: UInt): AudioIODevice