mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02: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