| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected