Spaces:
Running
Running
Update scores/pesq.py
Browse files- scores/pesq.py +1 -1
scores/pesq.py
CHANGED
@@ -5,7 +5,7 @@ class PESQ(ScoreBasis):
|
|
5 |
super(PESQ, self).__init__(name='PESQ')
|
6 |
self.intrusive = False
|
7 |
self.mono = True
|
8 |
-
self.
|
9 |
|
10 |
def windowed_scoring(self, audios, rate):
|
11 |
from pesq import pesq
|
|
|
5 |
super(PESQ, self).__init__(name='PESQ')
|
6 |
self.intrusive = False
|
7 |
self.mono = True
|
8 |
+
self.score_rate = 16000
|
9 |
|
10 |
def windowed_scoring(self, audios, rate):
|
11 |
from pesq import pesq
|