issues
search
AdamsLair
/
duality-companion
A community-developed Duality plugin implementing experimental or commonly requested features.
MIT License
3
stars
5
forks
source link
Audio Manager
#2
Closed
mfep
closed
7 years ago
mfep
commented
7 years ago
Spec
Play one-shot sound effects (not much an improvement over
Duality.Sound.PlaySound
)
Play music (looped, fading between tracks, not interrupted by Scene switch)
Load sounds directly from a predefined Music and SFX resource folder (pass a
string
path instead of
ContentRef<Sound>
)
mfep
commented
7 years ago
Progress
Basic functionality is done.
Documentation.
ToDo
Example scene and code. Example code should go to a distinct project.
mfep
commented
7 years ago
Done.
Spec
Duality.Sound.PlaySound
)string
path instead ofContentRef<Sound>
)