You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ;)
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.
The text was updated successfully, but these errors were encountered: