added some test code to mix micro channel on sound card input 4 to stereo input

This commit is contained in:
Volker Fischer 2019-01-10 17:22:45 +00:00
parent 7f37b731e6
commit 156a48fde1

View File

@ -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