mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
cleanup
This commit is contained in:
parent
5e4f539144
commit
292dd67433
1 changed files with 0 additions and 3 deletions
|
@ -857,9 +857,6 @@ void AudioMixer::broadcastMixes() {
|
||||||
// pack number of silent audio samples
|
// pack number of silent audio samples
|
||||||
quint16 numSilentSamples = AudioConstants::NETWORK_FRAME_SAMPLES_STEREO;
|
quint16 numSilentSamples = AudioConstants::NETWORK_FRAME_SAMPLES_STEREO;
|
||||||
mixPacket->writePrimitive(numSilentSamples);
|
mixPacket->writePrimitive(numSilentSamples);
|
||||||
|
|
||||||
// we will need to flush encoder since we are sending silent packets outside it
|
|
||||||
nodeData->shouldFlushEncoder();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send audio environment
|
// Send audio environment
|
||||||
|
|
Loading…
Reference in a new issue