diff --git a/sdk/objc/native/src/audio/voice_processing_audio_unit.mm b/sdk/objc/native/src/audio/voice_processing_audio_unit.mm index 15a09b31e2..24a42cdefa 100644 --- a/sdk/objc/native/src/audio/voice_processing_audio_unit.mm +++ b/sdk/objc/native/src/audio/voice_processing_audio_unit.mm @@ -122,6 +122,7 @@ static OSStatus GetAGCState(AudioUnit audio_unit, UInt32* enabled) { return false; } +/* // Enable output on the output scope of the output element. UInt32 enable_output = 1; result = AudioUnitSetProperty(vpio_unit_, kAudioOutputUnitProperty_EnableIO, @@ -134,6 +135,7 @@ static OSStatus GetAGCState(AudioUnit audio_unit, UInt32* enabled) { (long)result); return false; } + */ // Specify the callback function that provides audio samples to the audio // unit.