disabled double rate mixing, it's not useful with the current resampling implementation.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
aef8495f7b
commit
52ae1ec688
@ -14,7 +14,7 @@
|
||||
#include "debug.h"
|
||||
#include "TList.h"
|
||||
|
||||
#define DOUBLE_RATE_MIXING 1
|
||||
#define DOUBLE_RATE_MIXING 0
|
||||
|
||||
#define ASSERT_LOCKED() if (fLocker->IsLocked()) {} else debugger("core not locked, meltdown occurred")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user