Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/steam-audio
/ create
Function
create
fmod/src/reverb_effect.cpp:197–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
FMOD_RESULT F_CALL create(FMOD_DSP_STATE* state)
198
{
199
state->plugindata = new State();
200
reset(state);
201
lazyInit(state, 0, 0);
202
return FMOD_OK;
203
}
204
205
FMOD_RESULT F_CALL release(FMOD_DSP_STATE* state)
206
{
Callers
15
HRTFDatabase
Method · 0.50
SimulationData
Method · 0.50
CScene
Method · 0.50
bakeReflections
Method · 0.50
SimulationManager
Method · 0.50
bake
Method · 0.50
BENCHMARK
Function · 0.50
BenchmarkReflectionsForSettings
Function · 0.50
BenchmarkReflectionsForScene
Function · 0.50
BENCHMARK
Function · 0.50
BenchmarkReconstructionForSettings
Function · 0.50
BenchmarkReconstructionForScene
Function · 0.50
Calls
2
reset
Function · 0.70
lazyInit
Function · 0.70
Tested by
8
loadMesh
Function · 0.40
ITEST
Function · 0.40
ITEST
Function · 0.40
ITEST
Function · 0.40
ITEST
Function · 0.40
ITEST
Function · 0.40
ITEST
Function · 0.40
ITEST
Function · 0.40