Detecting new audio interface. #677
-
Hi All, new user here, very exited with the project. Thanks so much for pulling it together. I believe I've searched similar topics, and have also hit reddit with not much to go on there, so please don't flame me. TLDR: Do I need to restart pulse/birdnet to detect an audio interface that initializes after bootup? Bit of a background, I'm in a fairly standard urban area with traffic noise. Home setup is just an Elgato Wave XLR with a cheap condenser mic, MXL 770. It all works fairly well. I had the great idea of bushwalking local trails parks, with a field recorder (Zoom H6) and shotgun mic. It works using a battery bank, mobile hotspot for monitoring and all that good stuff. The only issue I'm having is that the operating system, or more likely pulse audio isn't picking up the zoom H6 reliable. Unlike a basic interface, it needs to be booted up, and put into interface mode. I'm guessing that the Pi boots up, pulse starts and by the time I've managed to put the H6 into interface mode, it's sort of too late to be detected. I've been hitting the sound card settings, manually specifying the H6 (from the aplay -l output), and checking the spectrogram/live audio. Sometimes that works. Most often however, I need to go back to sound settings and setting it to default for the H6 to detect. Am I doing this the wrong way? Should I just restart pulse audio, or the entire birdnet system once booted? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
Hi, @dfoster81 -- Thanks for starting this discussion. For the record, I'm the only curmudgeon, everyone else is really nice!!! So you're in a good place! I will tinker with this a bit and think on the best way to help, though I want to specify that you'll want to use the output from the |
Beta Was this translation helpful? Give feedback.
-
Yes that's amazing. My Linux sound architecture knowledge is very rusty, but I've seen at least one other issue on a Zoom based device with this stuff
. Hopefully it helps someone else :)
…On 16 December 2022 9:52:43 pm AEDT, Patrick McGuire ***@***.***> wrote:
I'm very glad that was able to resolve your trouble.
> Might I humbly suggest including reference to arecord -L and dsnoop card names on the configuration page? :)
Good idea :+1: 6948106
Is that what you had in mind? I noticed that there was already a comment about how to set the sound card using `aplay -L` (which should be the same results as `arecord -L` -- but I changed the `aplay` to the more apt `arecord` and added a line about opting for the `dnoop` device if it is available. Is that what you had in mind?
--
Reply to this email directly or view it on GitHub:
#677 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi ! I see you are using a "Elgato Wave XLR" and had a question. I wanted to buy one but it says it is incompatible with Linux. Did you do something special to have it connect or did it work directly once you set the correct hardware path as described above? Are clipguard and highpass filters active without the elgato softwares? Thanks! Edit: I saw after posting that clipguard should stay enabled once it was as it is on the hardware side (https://www.reddit.com/r/elgato/comments/1d8re7o/what_is_clipguard_exactly/) - given the cost of the thing I'm still interested by your feedback if you're around! |
Beta Was this translation helpful? Give feedback.
-
Hey there.
Been a while but it was just calling the device directly. DSP features such as clipgaurd etc do not work.
You'd be better off with a Zoom or a Focusrite IMO. Something that can tie channels as a stereo pair if you ever want to go that way would be handy.
…On 1 October 2024 4:41:08 pm AEST, Alexandre ***@***.***> wrote:
> Elgato Wave XLR
Hi ! I see you are using a "Elgato Wave XLR" and had a question. I wanted to buy one but it says it is incompatible with Linux. Did you do something special to have it connect or did it work directly once you set the correct hardware path as described above?
Are clipguard and highpass filters active without the elgato softwares? Thanks!
--
Reply to this email directly or view it on GitHub:
#677 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’ve used a few interfaces with it. Just my opinions on a fewZoom H6 great but overkill. The low pass filtering I’ve found to be great in the field. Have run it with a shotgun mic (Rode ntg3)M Audio mtrack solo. Would not recommend its a real noisy interface The Elgato. Kinda mid. It’s a waste on Linux as the dsp is all software based Zoom AMS 24 good basic interface recorded in stereo with it a bit. You can pair channels and match gains. I was using this with a pair of Rode M3s that have an inbuilt low cut filter Mackie profx3. 6 channel. Handy again with hardware low cut. have used Rode m5s successfully. Never used focusrite but I’m pretty sure they have hardware lowcut filters. In terms of things like clip protection, you’ll learn how to set gains. Not super necessary. You’ll always have some kid in a hotted up VW golf blowing out your levels Good luck On 1 Oct 2024, at 6:38 PM, Alexandre ***@***.***> wrote:
Thanks very much for the fast response. I'll look at those. Birdnet really has an incredible community ;-)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi, @dfoster81 -- Thanks for starting this discussion. For the record, I'm the only curmudgeon, everyone else is really nice!!! So you're in a good place!
I will tinker with this a bit and think on the best way to help, though I want to specify that you'll want to use the output from the
arecord -L
command to find the device name ALSA associates with the device (to bypasspulseaudio
). That may be the only tweak you need for things to work as you need, but I'll keep thinking and perhaps someone else has had a similar experience and would want to weigh in.