Cocoa Port:
- Return to using Snow Leopard style Audio Components. Requires building with Xcode v7.2 or later, since Xcode v7.0 and v7.1 have bugs that will cause AudioUnits to crash. (Related to r5280.)
This commit is contained in:
parent
b695f1596f
commit
67989f5260
|
@ -21,7 +21,7 @@
|
|||
#include "cocoa_globals.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#define FORCE_AUDIOCOMPONENT_10_5
|
||||
//#define FORCE_AUDIOCOMPONENT_10_5
|
||||
|
||||
CoreAudioInput::CoreAudioInput()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue