mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
Extra lines
This commit is contained in:
parent
4dc40c9e84
commit
1e6cadc7c1
1 changed files with 0 additions and 2 deletions
|
@ -1026,8 +1026,6 @@ void Audio::processReceivedSamples(const QByteArray& inputBuffer, QByteArray& ou
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void Audio::addReceivedAudioToStream(const QByteArray& audioByteArray) {
|
void Audio::addReceivedAudioToStream(const QByteArray& audioByteArray) {
|
||||||
if (_audioOutput) {
|
if (_audioOutput) {
|
||||||
// Audio output must exist and be correctly set up if we're going to process received audio
|
// Audio output must exist and be correctly set up if we're going to process received audio
|
||||||
|
|
Loading…
Reference in a new issue