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

Method databaseSampleRate

src/internal/HRTFDatabase.h:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 HRTFDatabase * database() { return m_hrtfDatabase.get(); }
216
217 float databaseSampleRate() const { return m_databaseSampleRate; }
218
219 // Called in asynchronous loading thread.
220 void load();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected