| 128 | } |
| 129 | |
| 130 | HRTFDatabaseLoader::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 | |
| 138 | HRTFDatabaseLoader::~HRTFDatabaseLoader() |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected