VoxaTrace
Toggle table of contents
0.9.2
common
Target filter
common
Switch theme
Search in API
Skip to content
VoxaTrace
VoxaTrace
/
com.musicmuni.voxatrace.sonix.model
/
AudioConfig
Audio
Config
data
class
AudioConfig
(
val
sampleRate
:
Int
=
44100
,
val
channels
:
Int
=
1
,
val
bufferSizeMs
:
Int
=
40
,
val
echoCancellation
:
Boolean
=
false
)
Members
Constructors
Audio
Config
Link copied to clipboard
constructor
(
sampleRate
:
Int
=
44100
,
channels
:
Int
=
1
,
bufferSizeMs
:
Int
=
40
,
echoCancellation
:
Boolean
=
false
)
Properties
buffer
Size
Ms
Link copied to clipboard
val
bufferSizeMs
:
Int
channels
Link copied to clipboard
val
channels
:
Int
echo
Cancellation
Link copied to clipboard
val
echoCancellation
:
Boolean
Enable acoustic echo cancellation to remove speaker audio from mic input
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int