Simplest Audio Manager (SAM)
Simplifies Audio management!
Play music and sound effects easier
Play multiple audio clips
Looped and one-shot audio
Default volume settings
No setup need
WebGL Demo
Playing a sound is as simple as a single line of code!
PlayMusic(DaSound, [Volume])
Ex.:
SAM.PlayMusic(Level Complete)
SAM.PlayMusic(“sounds/opening music”, 0.5f)
PlaySFX(DaSound, [Volume], [Position])
Ex.:
SAM.PlaySFX(“sounds/fire”, 0.5f, PlayerPosition) (3D)
SAM.PlaySFX(Attack) (2D)
PlaySound([Frequency], [Duration],[WavType],[Volume], [Position])
Play wave tones like in old DOS days for any kind of retro/vintage old school games!
Features:
- 3D and 2D support
- Super lightweight
- Developer friendly API
- All source code included
- Easy to implement
- Easy to extend to fit your needs
- Includes a working demo
- Mobile friendly