mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-14 12:17:11 +01:00
resolve conflict in audio_sink
This commit is contained in:
parent
9dd6c8546d
commit
c934e41a61
@ -35,8 +35,11 @@ public:
|
||||
monoPacker.init(&s2m.out, 512);
|
||||
stereoPacker.init(stream, 512);
|
||||
|
||||
// Convert config to the new format and get selected device
|
||||
bool modified = false;
|
||||
#if RTAUDIO_VERSION_MAJOR >= 6
|
||||
audio.setErrorCallback(&errorCallback);
|
||||
#endif
|
||||
|
||||
bool created = false;
|
||||
std::string device = "";
|
||||
// config.acquire();
|
||||
// if (config.conf.contains(streamName)) {
|
||||
|
Loading…
Reference in New Issue
Block a user