mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 03:26:15 +02:00
added a comment
This commit is contained in:
parent
7a063b8bc8
commit
a1ea393324
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ private:
|
|||
private:
|
||||
int _outputFormatChannelsTimesSampleRate;
|
||||
|
||||
// this buffer keeps a copy of the network samples written during parseData() for the sole purpose
|
||||
// of passing it on to the audio scope
|
||||
int16_t _networkSamples[10 * NETWORK_BUFFER_LENGTH_SAMPLES_STEREO];
|
||||
int _networkSamplesWritten;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue