Good way to split out audio interface via loopback? #514
Unanswered
BlipRanger
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Which OS? If Linux docker or non-docker install? On Linux with non-docker install it is easy by configuring a dsnoop device in .asoundrc for user you are running BirdNET-Go as. Dsnoop is a shared capure device on ALSA. Once dsnoop is configured you need to change BirdNET-Go and any other audio capture apps to use dsnoop as audio device. ChatGPT will give you full config. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been looking for a good way to share the audio interface with another app at the same time; does anyone have a good way to split out the mic so that it isn't totally locked by Birdnet?
All reactions