Closed
Description
I would like to use NISQA to predict MOS during runtime. Using run_predict.py
is nice when I only have to predict MOS once. I would like to avoid loading NISQA model every time I want to calculate MOS of a wave file. My use case is something like
for i in (# of steps in the order of 10k):
wav, sr = librosa.load(path)
...
Do same changes to wav
....
mos = NISQA(wav)
It would be really nice to have a method that loads the NISQA model once and allows me to pass wavfiles during runtime. Is there a way already to do this?
Metadata
Assignees
Labels
No labels