resolve conflict in audio_sink

This commit is contained in:
AlexandreRouma 2024-01-30 18:05:28 +01:00
parent 9dd6c8546d
commit c934e41a61

View File

@ -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)) {