Replies: 1 comment 1 reply
-
Hi, I think that's what this options does |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the BirdNET-Pi only identifies off of a single microphone, and it makes the captured files larger, how could the birdnet_recording.sh be modified to capture MONO instead of STEREO?
I believe the birdnet_recording.sh is recording using ffmpeg. Would I just need to modify the FFMPEG_PARAMS string to change from STEREO to MONO?
Possibly change the following line to reduce the channels from 2 to 1.
changes to
-ac 2 (stereo) is changed to -ac 1 (mono)
Beta Was this translation helpful? Give feedback.
All reactions