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

Method defaultHRTFDatabase

src/internal/src/HRTFPanner.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197HRTFDatabase * HRTFDatabaseLoader::defaultHRTFDatabase()
198{
199 if (!s_loader) return nullptr;
200 return s_loader->database();
201}
202
203
204// The range of elevations for the IRCAM impulse responses varies depending on azimuth, but the minimum elevation appears to always be -45.

Callers

nothing calls this directly

Calls 1

databaseMethod · 0.80

Tested by

no test coverage detected