mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-14 20:27: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);
|
monoPacker.init(&s2m.out, 512);
|
||||||
stereoPacker.init(stream, 512);
|
stereoPacker.init(stream, 512);
|
||||||
|
|
||||||
// Convert config to the new format and get selected device
|
#if RTAUDIO_VERSION_MAJOR >= 6
|
||||||
bool modified = false;
|
audio.setErrorCallback(&errorCallback);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
bool created = false;
|
||||||
std::string device = "";
|
std::string device = "";
|
||||||
// config.acquire();
|
// config.acquire();
|
||||||
// if (config.conf.contains(streamName)) {
|
// if (config.conf.contains(streamName)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user