Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ AudioManager
Method
AudioManager
src/AudioManager.cpp:50–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
AudioManager::AudioManager()
51
{
52
init();
53
54
//set internal volume
55
//VolumeControl::getInstance()->setVolume(50);
56
}
57
58
AudioManager::~AudioManager()
59
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected