From 9e7c54045a8b311e979ed0e3e5d85de53b8d1ae3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:28:00 +0200 Subject: [PATCH] Add audio_card option to config.json --- birdnet-go/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index a56da465a..294abfcb3 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -89,7 +89,8 @@ ], "name": "Birdnet-go", "options": { - "BIRDSONGS_FOLDER": "/config/clips" + "BIRDSONGS_FOLDER": "/config/clips", + "audio_card": "default" }, "panel_admin": false, "panel_icon": "mdi:bird", @@ -109,6 +110,7 @@ "schema": { "BIRDSONGS_FOLDER": "str?", "TZ": "str?", + "audio_card": "str?", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?",