SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-data-media
/
sk.ainet.data.media
/
AudioDimensions
Audio
Dimensions
data
class
AudioDimensions
(
val
sampleCount
:
Int
,
val
channelCount
:
Int
,
val
batchSize
:
Int
=
1
)
(
source
)
Audio dimension information.
Members
Constructors
Audio
Dimensions
Link copied to clipboard
constructor
(
sampleCount
:
Int
,
channelCount
:
Int
,
batchSize
:
Int
=
1
)
Properties
batch
Size
Link copied to clipboard
val
batchSize
:
Int
channel
Count
Link copied to clipboard
val
channelCount
:
Int
sample
Count
Link copied to clipboard
val
sampleCount
:
Int
total
Samples
Link copied to clipboard
val
totalSamples
:
Int
Functions
duration
Link copied to clipboard
fun
duration
(
sampleRate
:
Int
)
:
Double