Hi Jaakko,
I made a very ugly command-line wizard to use your mic_calibration.py .
It makes the whole calibration process semi-automatic and saves me from a ton of user-introduced errors in the process.
If someone has time/interest, this could be easily converted to at least use tkinter.messagebox, but that requires Python 3.9+ and Impulcifer is supposed to work in Python 3.8. (note, the requirments.txt does not install in Python 3.10 - I tested :) )
Hi Jaakko, I made a very ugly command-line wizard to use your
mic_calibration.py
. It makes the whole calibration process semi-automatic and saves me from a ton of user-introduced errors in the process.If someone has time/interest, this could be easily converted to at least use tkinter.messagebox, but that requires Python 3.9+ and Impulcifer is supposed to work in Python 3.8. (note, the requirments.txt does not install in Python 3.10 - I tested :) )