Manifest.json, Channel Router Sync. Alsa device enumeration.

This commit is contained in:
Robin E.R. Davies
2026-02-13 16:06:10 -05:00
parent cf7f499994
commit 564ed914cc
33 changed files with 2001 additions and 1191 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ using namespace std;
static void DiscoveryTest()
{
cout << "--- Discovery" << endl;
PiPedalAlsaDevices devices;
PiPedalAlsaDevices &devices = PiPedalAlsaDevices::instance();
auto result = devices.GetAlsaDevices();
std::cout << result.size() << " ALSA devices found." << std::endl;