alibabasglab commited on
Commit
4288510
·
verified ·
1 Parent(s): 5db2663

Update scores/pesq.py

Browse files
Files changed (1) hide show
  1. 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.fixed_rate = 16000
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