minor comment change

This commit is contained in:
wangyix 2014-07-29 10:42:30 -07:00
parent ccedb1bd20
commit c709a103ad

View file

@ -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);