You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Adding debug for audio device initialization for debugging on Windows 11
This commit is contained in:
@@ -85,6 +85,9 @@ namespace openshot
|
||||
for (const auto n : t->getDeviceNames()) {
|
||||
AudioDeviceInfo device = { t->getTypeName(), n.trim() };
|
||||
devices.push_back(device);
|
||||
std::stringstream device_debug;
|
||||
device_debug << "AudioDeviceManagerSingleton::Instance (iterate audio device name: " << device.name << ")";
|
||||
ZmqLogger::Instance()->AppendDebugMethod(device_debug.str(), "rate", rate, "channels", channels);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user