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
/
AudioRawData
Audio
Raw
Data
class
AudioRawData
(
val
audioData
:
ByteArray
,
val
durationMilliSecs
:
Int
,
val
numChannels
:
Int
=
1
,
val
sampleRate
:
Int
=
16000
)
Members
Constructors
Audio
Raw
Data
Link copied to clipboard
constructor
(
audioData
:
ByteArray
,
durationMilliSecs
:
Int
,
numChannels
:
Int
=
1
,
sampleRate
:
Int
=
16000
)
Properties
audio
Data
Link copied to clipboard
val
audioData
:
ByteArray
duration
Milli
Secs
Link copied to clipboard
@
ShouldRefineInSwift
val
durationMilliSecs
:
Int
num
Channels
Link copied to clipboard
@
ShouldRefineInSwift
val
numChannels
:
Int
sample
Rate
Link copied to clipboard
@
ShouldRefineInSwift
val
sampleRate
:
Int
samples
Link copied to clipboard
@
ShouldRefineInSwift
val
samples
:
FloatArray
Audio data as Float32 samples in the range -1.0 to 1.0.