Closed DMT4u closed 10 years ago
Ok I fixed it.. the quickest hack to get it working is to comment the following code in Novocaine.mm
/* UInt32 one = 1; CheckError( AudioUnitSetProperty(_inputUnit, kAudioOutputUnitProperty_EnableIO, kAudioUnitScope_Input, kInputBus, &one, sizeof(one)), "Couldn't enable IO on the input scope of output unit");
*/
Then it works fine..
I would like to completely disable the mic input for iOS.
Main reason are :
Any hints on where to modify to make this possible would be much appreciated.