small change

This commit is contained in:
Volker Fischer 2007-12-28 21:39:16 +00:00
parent 74cb27d2bc
commit a7a90201c2
2 changed files with 4 additions and 2 deletions

View file

@ -229,11 +229,13 @@ bool CSound::Write ( CVector<short>& psData )
} }
} }
/*
// copy stereo data from input in soundcard buffer // copy stereo data from input in soundcard buffer
for ( i = 0; i < iBufferSize; i++ ) for ( i = 0; i < iBufferSize; i++ )
{ {
psPlaybackBuffer[iIndexDoneBuf][i] = psData[i]; psPlaybackBuffer[iIndexDoneBuf][i] = psData[i];
} }
*/
// now, send the current block // now, send the current block
AddOutBuffer ( iIndexDoneBuf ); AddOutBuffer ( iIndexDoneBuf );