tns: Change 2.5ms 48KHz TNS division, as HR specification and reference implementation

This commit is contained in:
Antoine Soulier
2024-01-23 10:47:10 -08:00
parent e88593c03c
commit 5f70c731f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,