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