NISQA icon indicating copy to clipboard operation
NISQA copied to clipboard

pip package

Open christophschuhmann opened this issue 1 year ago • 4 comments

Could you make a pip package? :)

christophschuhmann avatar Oct 19 '23 07:10 christophschuhmann

I've created one unofficially at https://pypi.org/project/nisqa/2.0/ and the files required to build it are in #47

sheepymeh avatar Mar 08 '24 12:03 sheepymeh

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)

anuragkumar95 avatar Apr 20 '24 02:04 anuragkumar95

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.

sheepymeh avatar Apr 20 '24 05:04 sheepymeh

Is there any way in which NISQA can read a loaded wav file during runtime instead of reading .wav file from disk?

anuragkumar95 avatar May 07 '24 18:05 anuragkumar95