Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why were the firmware images with fixed gains removed? #51

Open
awilhite opened this issue Apr 19, 2021 · 2 comments
Open

Why were the firmware images with fixed gains removed? #51

awilhite opened this issue Apr 19, 2021 · 2 comments

Comments

@awilhite
Copy link

Why were the firmware images with fixed gains removed?

@Retroman445
Copy link

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

@benedikt-bartscher
Copy link

setting these values persistent across reboots would be awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants