added some test code to mix micro channel on sound card input 4 to stereo input
This commit is contained in:
parent
7f37b731e6
commit
156a48fde1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue