MCPcopy Create free account
hub / github.com/LabSound/LabSound / load

Method load

src/internal/src/HRTFPanner.cpp:163–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void HRTFDatabaseLoader::load()
164{
165 m_hrtfDatabase.reset(new HRTFDatabase(m_databaseSampleRate, searchPath));
166
167 if (!m_hrtfDatabase.get())
168 {
169 LOG_ERROR("HRTF database not loaded");
170 }
171}
172
173void HRTFDatabaseLoader::loadAsynchronously()
174{

Callers 3

databaseLoaderEntryMethod · 0.80
writeMethod · 0.80
readMethod · 0.80

Calls 2

getMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected