PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.client.audio.device
/
HrtfAudioDevice
Hrtf
Audio
Device
interface
HrtfAudioDevice
Represents an audio device with support for Head-Related Transfer Function (HRTF).
Inheritors
AlContextOutputDevice
Members
Functions
disable
Hrtf
Link copied to clipboard
abstract
fun
disableHrtf
(
)
Disables HRTF for this audio device.
enable
Hrtf
Link copied to clipboard
abstract
fun
enableHrtf
(
)
Enables HRTF for this audio device.
is
Hrtf
Enabled
Link copied to clipboard
abstract
fun
isHrtfEnabled
(
)
:
Boolean
Checks if HRTF is currently enabled for this audio device.
is
Hrtf
Supported
Link copied to clipboard
abstract
fun
isHrtfSupported
(
)
:
Boolean
Checks if HRTF support is available for this audio device.