toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.audio
/
AnalyserOptions
Analyser
Options
external
interface
AnalyserOptions
:
AudioNodeOptions
(
source
)
Members
Properties
channel
Count
Link copied to clipboard
abstract
val
channelCount
:
Int
?
channel
Count
Mode
Link copied to clipboard
abstract
val
channelCountMode
:
ChannelCountMode
?
channel
Interpretation
Link copied to clipboard
abstract
val
channelInterpretation
:
ChannelInterpretation
?
fft
Size
Link copied to clipboard
abstract
val
fftSize
:
Int
?
max
Decibels
Link copied to clipboard
abstract
val
maxDecibels
:
Double
?
min
Decibels
Link copied to clipboard
abstract
val
minDecibels
:
Double
?
smoothing
Time
Constant
Link copied to clipboard
abstract
val
smoothingTimeConstant
:
Double
?