Hello,
I was following a tutorial on sound quality measurements of psychoacoustic parameters with MOSQITO
(https://www.minidsp.com/applications/acoustic-measurements/psychoacoustic-measurements-with-mosqito)
However, running "from mosqito.classes.Audio import Audio" in the tutorial gives an error as follows:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'mosqito.classes'
My installed version of mosqito is 1.2.1. Is this error because there were some changes in the classes/methods compared to the version used in the tutorial? Thanks.