mirror of
https://github.com/google/liblc3.git
synced 2026-04-17 13:15:31 +00:00
feature: Add 2.5 ms and 5 ms LC3 plus frame durations
fix: Check TNS bitstream data fix: LTPF Activation with 2.5 ms frame sizes
This commit is contained in:
committed by
Antoine Soulier
parent
a75f187e00
commit
149cb6537e
@@ -120,7 +120,7 @@ def mdct_fft_twiddles():
|
||||
|
||||
def mdct_rot_twiddles():
|
||||
|
||||
for n in (120, 160, 240, 320, 360, 480, 640, 720, 960):
|
||||
for n in (40, 80, 120, 160, 240, 320, 360, 480, 640, 720, 960):
|
||||
|
||||
print('\n--- mdct rot twiddles {:3d} ---'.format(n))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user