mirror of
https://github.com/google/liblc3.git
synced 2026-06-10 05:02:27 +00:00
tns: Change 2.5ms 48KHz TNS division, as HR specification and reference implementation
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class Tns:
|
||||
SUB_LIM_2M5_WB = [ [ 3, 20, 40 ] ]
|
||||
SUB_LIM_2M5_SSWB = [ [ 3, 30, 60 ] ]
|
||||
SUB_LIM_2M5_SWB = [ [ 3, 40, 80 ] ]
|
||||
SUB_LIM_2M5_FB = [ [ 3, 50, 100 ] ]
|
||||
SUB_LIM_2M5_FB = [ [ 3, 51, 100 ] ]
|
||||
|
||||
SUB_LIM_2M5 = [
|
||||
SUB_LIM_2M5_NB , SUB_LIM_2M5_WB, SUB_LIM_2M5_SSWB,
|
||||
|
||||
Reference in New Issue
Block a user