From be96c69ec1c32229d28973b7e48750eaab5077ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:35:36 +0200 Subject: [PATCH] Add snd nobuild --- birdnet-go/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index ec70a8319..a40d27d8c 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -9,6 +9,10 @@ "devices": [ "/dev/dri", "/dev/snd", + "/dev/snd/controlC0", + "/dev/snd/controlC1", + "/dev/snd/pcmC1D0c", + "/dev/snd/pcmC1D0p", "/dev/dri/card0", "/dev/dri/card1", "/dev/dri/renderD128",