search for: callbackstruct

Displaying 1 result from an estimated 1 matches for "callbackstruct".

2012 Sep 30
0
Speex (in ios) really poor quality (and robotic) sound
...t, kOutputBus, &audioFormat, sizeof(audioFormat)); XThrowIfError(status, ""); // Set input callback AURenderCallbackStruct callbackStruct; callbackStruct.inputProc = recordingCallback; callbackStruct.inputProcRefCon = self; status = AudioUnitSetProperty(rioUnit, kAudioOutputUnitProperty_SetInputCallback,...