From 156a48fde1ef79425acd9b50f58fa938a64420a1 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 10 Jan 2019 17:22:45 +0000 Subject: [PATCH] added some test code to mix micro channel on sound card input 4 to stereo input --- mac/sound.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mac/sound.cpp b/mac/sound.cpp index 6ac59211..8c5c4d1e 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -778,7 +778,6 @@ OSStatus CSound::callbackIO ( AudioDeviceID inDevice, pSound->vecsTmpAudioSndCrdStereo[2 * i + 1] = (short) ( pInData[iNumInChan * i + iSelInputRightChannel] * _MAXSHORT ); - /* // TEST mix channel with micro to the stereo output if ( iNumInChan == 4 ) @@ -793,7 +792,6 @@ if ( iNumInChan == 4 ) } */ - } } else