kmplitert
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmplitert
tool
/
io.github.kmplitert.tool.audio
/
WavDecoder
/
WavInfo
Wav
Info
class
WavInfo
(
val
data
:
FloatArray
,
val
sampleRate
:
Int
,
val
channels
:
Int
)
Members
Constructors
Wav
Info
Link copied to clipboard
constructor
(
data
:
FloatArray
,
sampleRate
:
Int
,
channels
:
Int
)
Properties
channels
Link copied to clipboard
val
channels
:
Int
data
Link copied to clipboard
val
data
:
FloatArray
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int