Added stream name

This commit is contained in:
Ryzerth
2021-02-28 16:32:57 +01:00
parent fcb1d94946
commit 4fc55f75a8
2 changed files with 8 additions and 1 deletions

View File

@ -165,6 +165,7 @@ private:
unsigned int bufferFrames = sampleRate / 60;
RtAudio::StreamOptions opts;
opts.flags = RTAUDIO_MINIMIZE_LATENCY;
opts.streamName = _streamName;
stereoPacker.setSampleCount(bufferFrames);