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:
beveloper 2003-06-30 00:16:53 +00:00
parent aef8495f7b
commit 52ae1ec688

View File

@ -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")