Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzz-dev committed Jan 21, 2024
1 parent 33a7e32 commit 153024d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CSoundInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ void CSoundInput::SoundFrameCaptured(HRECORD handle, const void* buffer, DWORD l
if (VoiceCallback)
{
const int opusBufferSize = encoder->EncodeShort(buffer, numFrames, opusBuffer, bitrate);
std::cout << "opusBufferSize: " << opusBufferSize << std::endl;
VoiceCallback(opusBuffer, opusBufferSize);
}
}

0 comments on commit 153024d

Please sign in to comment.