toggle menu
korge-root
5.1.0
js
switch theme
search in API
korge-core
/
korlibs.audio.sound
/
AudioBuffer
Audio
Buffer
js
external
class
AudioBuffer
Members
Constructors
Audio
Buffer
Link copied to clipboard
js
constructor
(
)
Properties
duration
Link copied to clipboard
js
val
duration
:
Double
length
Link copied to clipboard
js
val
length
:
Int
number
Of
Channels
Link copied to clipboard
js
val
numberOfChannels
:
Int
sample
Rate
Link copied to clipboard
js
val
sampleRate
:
Int
Functions
copy
From
Channel
Link copied to clipboard
js
fun
copyFromChannel
(
destination
:
Float32Array
,
channelNumber
:
Int
,
startInChannel
:
Double
?
)
copy
To
Channel
Link copied to clipboard
js
fun
copyToChannel
(
source
:
Float32Array
,
channelNumber
:
Int
,
startInChannel
:
Double
?
)
get
Channel
Data
Link copied to clipboard
js
fun
getChannelData
(
channel
:
Int
)
:
FloatArray