mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
minor comment change
This commit is contained in:
parent
ccedb1bd20
commit
c709a103ad
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ void AudioMixer::run() {
|
|||
if (node->getLinkedData()) {
|
||||
AudioMixerClientData* nodeData = (AudioMixerClientData*)node->getLinkedData();
|
||||
|
||||
// this function will request a frame from each audio stream.
|
||||
// this function will attempt to pop a frame from each audio stream.
|
||||
// a pointer to the popped data is stored as a member in InboundAudioStream.
|
||||
// That's how the popped audio data will be read for mixing (but only if the pop was successful)
|
||||
nodeData->checkBuffersBeforeFrameSend(_sourceUnattenuatedZone, _listenerUnattenuatedZone);
|
||||
|
|
Loading…
Reference in a new issue