| 161 | } |
| 162 | |
| 163 | void 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 | |
| 173 | void HRTFDatabaseLoader::loadAsynchronously() |
| 174 | { |
no test coverage detected