Open fsongman opened 5 months ago
Hello,
There was actually lots of changes in the library since that version ... If you want to start using it from an example, I recommend you to look at the doc here : https://mosqito.readthedocs.io/en/latest/
It includes examples for all available functions ;)
Hope this helps, Salomé
Hello, I was following a tutorial on sound quality measurements of psychoacoustic parameters with MOSQITO", line 1, in
ModuleNotFoundError: No module named 'mosqito.classes'
(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 "
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.