| 327 | } |
| 328 | |
| 329 | void SOUND::SetUserFilterFunction(std::function<float(int, float, float)> func) |
| 330 | { |
| 331 | funcUserFilter = func; |
| 332 | } |
| 333 | |
| 334 | // Load a 16-bit WAVE file @ 44100Hz ONLY into memory. A sample ID |
| 335 | // number is returned if successful, otherwise -1 |
nothing calls this directly
no outgoing calls
no test coverage detected