mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-24 12:31:37 +01:00
Added stream name
This commit is contained in:
@@ -165,6 +165,7 @@ private:
|
||||
unsigned int bufferFrames = sampleRate / 60;
|
||||
RtAudio::StreamOptions opts;
|
||||
opts.flags = RTAUDIO_MINIMIZE_LATENCY;
|
||||
opts.streamName = _streamName;
|
||||
|
||||
stereoPacker.setSampleCount(bufferFrames);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user