mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 03:59:55 +02:00
remove a debug line
This commit is contained in:
parent
6fab49b1b7
commit
e27aa11216
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ void Audio::handleAudioInput() {
|
|||
QByteArray inputByteArray = _inputDevice->readAll();
|
||||
|
||||
int numResampledBytes = inputByteArray.size() / (_numInputCallbackBytes / BUFFER_LENGTH_BYTES_PER_CHANNEL);
|
||||
qDebug() << "NSB:" << numResampledBytes << "\n";
|
||||
|
||||
// zero out the monoAudioSamples array
|
||||
memset(monoAudioSamples, 0, numResampledBytes);
|
||||
|
|
Loading…
Reference in a new issue