small change
This commit is contained in:
parent
74cb27d2bc
commit
a7a90201c2
2 changed files with 4 additions and 2 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue