Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
AudioMixer
Class AudioMixer
Index
Methods
create
fade
Bus
fade
Master
crossfade
snapshot
has
Snapshot
restore
clear
Snapshot
push
Duck
release
Duck
has
Duck
is
Fading
is
Master
Fading
get
Bus
Target
get
Master
Target
tick
dispose
Methods
Static
create
create
(
opts
:
AudioMixerOptions
)
:
AudioMixer
Parameters
opts
:
AudioMixerOptions
Returns
AudioMixer
fade
Bus
fadeBus
(
name
:
string
,
target
:
number
,
opts
:
FadeOptions
)
:
void
Parameters
name
:
string
target
:
number
opts
:
FadeOptions
Returns
void
fade
Master
fadeMaster
(
target
:
number
,
opts
:
FadeOptions
)
:
void
Parameters
target
:
number
opts
:
FadeOptions
Returns
void
crossfade
crossfade
(
fromBus
:
string
,
toBus
:
string
,
toTarget
:
number
,
opts
:
FadeOptions
,
)
:
void
Parameters
fromBus
:
string
toBus
:
string
toTarget
:
number
opts
:
FadeOptions
Returns
void
snapshot
snapshot
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
has
Snapshot
hasSnapshot
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
restore
restore
(
key
:
string
,
opts
?:
FadeOptions
)
:
void
Parameters
key
:
string
Optional
opts
:
FadeOptions
Returns
void
clear
Snapshot
clearSnapshot
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
push
Duck
pushDuck
(
key
:
string
,
busName
:
string
,
opts
:
DuckOptions
)
:
void
Parameters
key
:
string
busName
:
string
opts
:
DuckOptions
Returns
void
release
Duck
releaseDuck
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
has
Duck
hasDuck
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
is
Fading
isFading
(
name
:
string
)
:
boolean
Parameters
name
:
string
Returns
boolean
is
Master
Fading
isMasterFading
()
:
boolean
Returns
boolean
get
Bus
Target
getBusTarget
(
name
:
string
)
:
number
Parameters
name
:
string
Returns
number
get
Master
Target
getMasterTarget
()
:
number
Returns
number
tick
tick
(
dtMs
:
number
)
:
void
Parameters
dtMs
:
number
Returns
void
dispose
dispose
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
fade
Bus
fade
Master
crossfade
snapshot
has
Snapshot
restore
clear
Snapshot
push
Duck
release
Duck
has
Duck
is
Fading
is
Master
Fading
get
Bus
Target
get
Master
Target
tick
dispose
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...