small change
This commit is contained in:
parent
74cb27d2bc
commit
a7a90201c2
2 changed files with 4 additions and 2 deletions
windows
|
@ -229,11 +229,13 @@ bool CSound::Write ( CVector<short>& psData )
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// copy stereo data from input in soundcard buffer
|
||||
for ( i = 0; i < iBufferSize; i++ )
|
||||
{
|
||||
psPlaybackBuffer[iIndexDoneBuf][i] = psData[i];
|
||||
}
|
||||
*/
|
||||
|
||||
// now, send the current block
|
||||
AddOutBuffer ( iIndexDoneBuf );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue