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++.
Loading...
Searching...
No Matches
sound.cpp File Reference
#include "./asw/modules/sound.h"
#include <algorithm>
#include <SDL3_mixer/SDL_mixer.h>
Include dependency graph for sound.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{sound.cpp}
 

Functions

int anonymous_namespace{sound.cpp}::computeSfxVolume (float requestedVolume)
 
int anonymous_namespace{sound.cpp}::computeMusicVolume (float requestedVolume)
 

Variables

float anonymous_namespace{sound.cpp}::masterVolume = 1.0F
 
float anonymous_namespace{sound.cpp}::sfxVolume = 1.0F
 
float anonymous_namespace{sound.cpp}::musicVolume = 1.0F