Open christophschuhmann opened 1 year ago
I've created one unofficially at https://pypi.org/project/nisqa/2.0/ and the files required to build it are in #47
Is there a python package for NISQA. In short, what would be the best way if we want to use the NISQA model during runtime? I would like something like,
wav = librosa.load(wav_path)
mos = NISQA(wav)
Sorry for the wrong link I posted previously (there was a packaging error so the version number is now 2.0.post2). You can just install the nisqa
package using pip. You can use the same functions as shown in the run_train.py and run_evaluate.py files.
Is there any way in which NISQA can read a loaded wav
file during runtime instead of reading .wav
file from disk?
Could you make a pip package? :)