| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
HRTF files
|
| |
|
| |
|
|
|
|
| |
reverb decay
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
other effect slots
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
update size
|
|
|
|
|
| |
For the time being, until better stereo spatialization can be implemented and
headphones can be better detected.
|
| |
|
| |
|
| |
|
|
|
|
| |
output
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
original
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The mmdevapi backend does not react well to being unloaded dynamically. It has
a message-handling thread running in the background which can't quit before
DllMain is called with DLL_PROCESS_DETACH, at which point it's too late to
safely message and wait for it shutddown, thus it can continue running after
the DLL is unloaded from memory.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pretty ugly, but we mustn't hold the device lock
|