Arnold Andreasson

Results 11 comments of Arnold Andreasson

Old style of "asyncio.wait" is deprecated in Python 11. The code is updated and commited to GitHub. Seems to work during initial testing, more testing will follow.

Hi slowglow, I have used other microphones too, but all of them can deliver a 16 bits data stream when ALSA asks for it. 12 bits, like what the AudioMoth...

In Bookworm all Python packages should be installed in virtual environments. But some of them are not stable as wheels yet. If they are installed with "sudo apt install" then...

It looks like no audio system is installed in the Lite version "Raspberry Pi OS Lite". That means PipWire is not a problem, but PulseAudio must be installed. Command: sudo...

Thank's sail2themoon for your comments. In the next major release I'm planning for a YAML-based configuration file with optional support for various mics. Your tests indicates that there is an...

More logging is added. Checked in to the master branch for testing.

Temporary solution: - RPi.GPIO is removed from requirements.txt - "python3 wurb_rpi/control_via_rpi.py &" is removed from "wurb_rec_start.sh". Motivation: GPIO is only used by people that are connecting switches/buttons to the GPIO...

Checked in to the master branch for testing.

By setting buffer size to 4096 frames instead of reading frames for 0.5 sec also solved problems that I thought was related to audio feedback. Conclusion: ALSA works better with...

Don't forget to check the reason for this log row that occurs at shutdown: "Manager: shutdown:'NoneType' object has no attribute 'shutdown'".