usb_4_mic_array icon indicating copy to clipboard operation
usb_4_mic_array copied to clipboard

Why were the firmware images with fixed gains removed?

Open awilhite opened this issue 4 years ago • 2 comments

Why were the firmware images with fixed gains removed?

awilhite avatar Apr 19 '21 13:04 awilhite

I think it is because you can tune the variables now via the tuning.py. These settings are however not saved on the device itself. So a powercycle sets them back to default.

I use this on startup:

python3 usb_4_mic_array/tuning.py -r
python3 usb_4_mic_array/tuning.py AGCMAXGAIN 31
python3 usb_4_mic_array/tuning.py AGCGAIN 31
python3 usb_4_mic_array/tuning.py AGCONOFF 0
python3 usb_4_mic_array/tuning.py -r

But it sucks. See: #48 #49

Retroman445 avatar May 29 '21 11:05 Retroman445

setting these values persistent across reboots would be awesome

benedikt-bartscher avatar Jun 02 '21 11:06 benedikt-bartscher