jaakkopasanen / Impulcifer

Measurement and processing of binaural impulse responses for personalized surround virtualization on headphones.
MIT License
211 stars 14 forks source link

created run_mic_calibration.py #63

Open SDX-LV opened 2 years ago

SDX-LV commented 2 years ago

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 :) )