mirror of
https://github.com/google/liblc3.git
synced 2026-06-01 09:27:01 +00:00
test: Fix typo in decoder.py call to ltpf
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ class Decoder:
|
|||||||
x = np.append(x, np.zeros(self.ns - self.ne))
|
x = np.append(x, np.zeros(self.ns - self.ne))
|
||||||
x = self.mdct.run(x)
|
x = self.mdct.run(x)
|
||||||
|
|
||||||
x = self.ltpf.run(x, len(data))
|
x = self.ltpf.run(x)
|
||||||
|
|
||||||
return x
|
return x
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user