Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ GetSoundMixer
Method
GetSoundMixer
sndlib/sdlsound.cpp:200–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
bool lnxsound::SetSoundMixer(char mixer_type) { return true; }
199
200
char lnxsound::GetSoundMixer() { return SOUND_MIXER_SOFTWARE_16; }
201
202
// Determines if a sound will play. Takes into account maximum allowable
203
// sounds.
Callers
2
setup
Method · 0.45
finish
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected