cmdfx 0.3.0
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
CmdFX::Sound Namespace Reference

A C++ Wrapper around the sound engine declarations. More...

Functions

bool play (std::string soundFile)
bool playLooped (std::string soundFile, int loopCount)
bool pause (std::string soundFile)
bool pauseAll ()
bool resume (std::string soundFile)
bool resumeAll ()
bool stop (std::string soundFile)
bool stopAll ()
double getVolume (std::string soundFile)
double getVolumeAll ()
void setVolume (std::string soundFile, double volume)
void setVolumeAll (double volume)

Detailed Description

A C++ Wrapper around the sound engine declarations.