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

Method HRTFDatabaseLoader

src/internal/src/HRTFPanner.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130HRTFDatabaseLoader::HRTFDatabaseLoader(float sampleRate, const std::string & searchPath)
131 : m_loading(false)
132 , m_databaseSampleRate(sampleRate)
133 , searchPath(searchPath)
134{
135 s_loader = this;
136}
137
138HRTFDatabaseLoader::~HRTFDatabaseLoader()
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected