Eomys / MoSQITo

MoSQITo is a unified and modular development framework of key sound quality metrics favoring reproducible science and efficient shared scripting among engineers, teachers and researchers community.
Apache License 2.0
134 stars 44 forks source link

ModuleNotFoundError: No module named 'mosqito.classes' #86

Open fsongman opened 5 months ago

fsongman commented 5 months ago

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.

wantysal commented 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é