mirror of
https://github.com/google/liblc3.git
synced 2026-04-28 01:44:48 +00:00
test: Fix python encoder/decoder standalone tools
This commit is contained in:
@@ -312,6 +312,7 @@ class SpectrumAnalysis(SpectrumQuantization):
|
||||
|
||||
b.write_uint((self.lastnz >> 1) - 1, nbits_lastnz)
|
||||
b.write_uint(self.lsb_mode, 1)
|
||||
b.write_uint(self.g_idx, 8)
|
||||
|
||||
def encode(self, bits):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user