ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
|
Sound module for the ASW library. More...
#include "./types.h"
Go to the source code of this file.
Namespaces | |
namespace | asw |
namespace | asw::sound |
Functions | |
void | asw::sound::play (const asw::Sample &sample, int volume=255, unsigned char pan=128, int loop=0) |
Play a sample. | |
void | asw::sound::playMusic (const asw::Music &sample, int volume=255) |
Play a music sample. | |
void | asw::sound::stopMusic () |
Stop the currently playing music. | |
Sound module for the ASW library.
Definition in file sound.h.