fix merge issue

This commit is contained in:
AlexandreRouma
2024-01-30 18:09:59 +01:00
parent 84da183559
commit 75800e0ca2
2 changed files with 4 additions and 2 deletions

View File

@ -43,6 +43,7 @@ public:
audio.setErrorCallback(&errorCallback);
#endif
// Load config (TODO)
bool created = false;
std::string device = "";
// config.acquire();
@ -59,6 +60,7 @@ public:
// }
// config.release(modified);
// List devices
RtAudio::DeviceInfo info;
#if RTAUDIO_VERSION_MAJOR >= 6
for (int i : audio.getDeviceIds()) {