neverlib 0.2.3__py3-none-any.whl → 0.2.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. neverlib/.history/Docs/audio_aug/test_snr_20250806011311.py +0 -0
  2. neverlib/.history/Docs/audio_aug/test_snr_20250806011331.py +75 -0
  3. neverlib/.history/Docs/audio_aug/test_snr_20250806011342.py +57 -0
  4. neverlib/.history/Docs/audio_aug/test_snr_20250806011352.py +57 -0
  5. neverlib/.history/Docs/audio_aug/test_snr_20250806011403.py +57 -0
  6. neverlib/.history/Docs/audio_aug/test_snr_20250806011413.py +57 -0
  7. neverlib/.history/Docs/audio_aug/test_snr_20250806011435.py +55 -0
  8. neverlib/.history/Docs/vad/1_20250810032405.py +0 -0
  9. neverlib/.history/Docs/vad/1_20250810032417.py +39 -0
  10. neverlib/.history/audio_aug/audio_aug_20250806010451.py +125 -0
  11. neverlib/.history/audio_aug/audio_aug_20250806010750.py +138 -0
  12. neverlib/.history/audio_aug/audio_aug_20250806010759.py +140 -0
  13. neverlib/.history/audio_aug/audio_aug_20250806010803.py +140 -0
  14. neverlib/.history/audio_aug/audio_aug_20250806010809.py +140 -0
  15. neverlib/.history/audio_aug/audio_aug_20250806011108.py +140 -0
  16. neverlib/.history/dataAnalyze/__init___20250806204125.py +14 -0
  17. neverlib/.history/dataAnalyze/__init___20250806204139.py +14 -0
  18. neverlib/.history/dataAnalyze/__init___20250806204159.py +14 -0
  19. neverlib/.history/filter/__init___20250820103351.py +70 -0
  20. neverlib/.history/filter/__init___20250821102348.py +70 -0
  21. neverlib/.history/filter/__init___20250821102405.py +14 -0
  22. neverlib/.history/filter/auto_eq/__init___20250819213121.py +36 -0
  23. neverlib/.history/filter/auto_eq/__init___20250821102241.py +36 -0
  24. neverlib/.history/filter/auto_eq/__init___20250821102259.py +36 -0
  25. neverlib/.history/filter/auto_eq/__init___20250821102307.py +36 -0
  26. neverlib/.history/filter/auto_eq/__init___20250821102310.py +36 -0
  27. neverlib/.history/filter/auto_eq/__init___20250821102318.py +36 -0
  28. neverlib/.history/filter/auto_eq/__init___20250821102507.py +36 -0
  29. neverlib/{filter/AudoEQ/auto_eq_de.py → .history/filter/auto_eq/de_eq_20250820103848.py} +1 -1
  30. neverlib/.history/filter/auto_eq/de_eq_20250821102422.py +360 -0
  31. neverlib/.history/filter/auto_eq/freq_eq_20250820140732.py +75 -0
  32. neverlib/.history/filter/auto_eq/freq_eq_20250820140745.py +75 -0
  33. neverlib/.history/filter/auto_eq/freq_eq_20250820140816.py +75 -0
  34. neverlib/.history/filter/auto_eq/freq_eq_20250820140938.py +77 -0
  35. neverlib/.history/filter/auto_eq/freq_eq_20250820141003.py +77 -0
  36. neverlib/.history/filter/auto_eq/freq_eq_20250820141006.py +77 -0
  37. neverlib/.history/filter/auto_eq/freq_eq_20250820141019.py +77 -0
  38. neverlib/.history/filter/auto_eq/freq_eq_20250820141049.py +77 -0
  39. neverlib/.history/filter/auto_eq/freq_eq_20250820141211.py +77 -0
  40. neverlib/.history/filter/auto_eq/freq_eq_20250820141227.py +77 -0
  41. neverlib/.history/filter/auto_eq/freq_eq_20250820141311.py +78 -0
  42. neverlib/.history/filter/auto_eq/freq_eq_20250820141340.py +78 -0
  43. neverlib/.history/filter/auto_eq/freq_eq_20250820141712.py +78 -0
  44. neverlib/.history/filter/auto_eq/freq_eq_20250820141733.py +78 -0
  45. neverlib/.history/filter/auto_eq/freq_eq_20250820141755.py +78 -0
  46. neverlib/.history/filter/auto_eq/freq_eq_20250821102434.py +76 -0
  47. neverlib/.history/filter/auto_eq/freq_eq_20250821102500.py +76 -0
  48. neverlib/.history/filter/auto_eq/freq_eq_20250821102502.py +76 -0
  49. neverlib/{filter/AudoEQ/auto_eq_ga_basic.py → .history/filter/auto_eq/ga_eq_basic_20250820102957.py} +1 -1
  50. neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113054.py +380 -0
  51. neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113150.py +380 -0
  52. neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113520.py +385 -0
  53. neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113525.py +385 -0
  54. neverlib/.history/filter/auto_eq/ga_eq_basic_20250821102212.py +385 -0
  55. neverlib/.history/metrics/dnsmos_20250806001612.py +160 -0
  56. neverlib/.history/metrics/dnsmos_20250815180659.py +160 -0
  57. neverlib/.history/metrics/dnsmos_20250815180701.py +158 -0
  58. neverlib/.history/metrics/dnsmos_20250815181321.py +154 -0
  59. neverlib/.history/metrics/dnsmos_20250815181327.py +154 -0
  60. neverlib/.history/metrics/dnsmos_20250815181331.py +154 -0
  61. neverlib/.history/metrics/dnsmos_20250815181620.py +154 -0
  62. neverlib/.history/metrics/dnsmos_20250815181631.py +154 -0
  63. neverlib/.history/metrics/dnsmos_20250815181742.py +154 -0
  64. neverlib/.history/metrics/dnsmos_20250815181824.py +153 -0
  65. neverlib/.history/metrics/dnsmos_20250815181834.py +153 -0
  66. neverlib/.history/metrics/dnsmos_20250815181922.py +153 -0
  67. neverlib/.history/metrics/dnsmos_20250815182011.py +147 -0
  68. neverlib/.history/metrics/dnsmos_20250815182036.py +144 -0
  69. neverlib/.history/metrics/dnsmos_20250815182936.py +143 -0
  70. neverlib/.history/metrics/dnsmos_20250815182942.py +143 -0
  71. neverlib/.history/metrics/dnsmos_20250815183032.py +137 -0
  72. neverlib/.history/metrics/dnsmos_20250815183101.py +144 -0
  73. neverlib/.history/metrics/dnsmos_20250815183121.py +144 -0
  74. neverlib/.history/metrics/dnsmos_20250815183123.py +143 -0
  75. neverlib/.history/metrics/dnsmos_20250815183214.py +143 -0
  76. neverlib/.history/metrics/dnsmos_20250815183240.py +143 -0
  77. neverlib/.history/metrics/dnsmos_20250815183248.py +144 -0
  78. neverlib/.history/metrics/dnsmos_20250815183407.py +142 -0
  79. neverlib/.history/metrics/dnsmos_20250815183409.py +142 -0
  80. neverlib/.history/metrics/dnsmos_20250815183431.py +142 -0
  81. neverlib/.history/metrics/dnsmos_20250815183507.py +140 -0
  82. neverlib/.history/metrics/dnsmos_20250815183513.py +139 -0
  83. neverlib/.history/metrics/dnsmos_20250815183618.py +139 -0
  84. neverlib/.history/metrics/dnsmos_20250815183709.py +140 -0
  85. neverlib/.history/metrics/dnsmos_20250815183756.py +137 -0
  86. neverlib/.history/metrics/dnsmos_20250815183815.py +128 -0
  87. neverlib/.history/metrics/dnsmos_20250815183827.py +129 -0
  88. neverlib/.history/metrics/dnsmos_20250815183913.py +117 -0
  89. neverlib/.history/metrics/dnsmos_20250815183914.py +117 -0
  90. neverlib/.history/metrics/dnsmos_20250815184003.py +118 -0
  91. neverlib/.history/metrics/dnsmos_20250815184040.py +118 -0
  92. neverlib/.history/metrics/dnsmos_20250815184049.py +118 -0
  93. neverlib/.history/metrics/dnsmos_20250815184104.py +117 -0
  94. neverlib/.history/metrics/dnsmos_20250815184200.py +117 -0
  95. neverlib/.history/metrics/lpc_lsp_metric_20250816015944.py +128 -0
  96. neverlib/.history/metrics/lpc_lsp_metric_20250816020142.py +128 -0
  97. neverlib/.history/metrics/lpc_lsp_metric_20250816020156.py +128 -0
  98. neverlib/.history/metrics/lpc_lsp_metric_20250816020554.py +130 -0
  99. neverlib/.history/metrics/lpc_lsp_metric_20250816020600.py +125 -0
  100. neverlib/.history/metrics/lpc_lsp_metric_20250816020631.py +120 -0
  101. neverlib/.history/metrics/lpc_lsp_metric_20250816020746.py +118 -0
  102. neverlib/.history/metrics/lpc_me_20250816013111.py +0 -0
  103. neverlib/.history/metrics/lpc_me_20250816013129.py +121 -0
  104. neverlib/.history/metrics/lpc_me_20250816015430.py +103 -0
  105. neverlib/.history/metrics/lpc_me_20250816015535.py +96 -0
  106. neverlib/.history/metrics/lpc_me_20250816015542.py +96 -0
  107. neverlib/.history/metrics/lpc_me_20250816015636.py +97 -0
  108. neverlib/.history/metrics/lpc_me_20250816015658.py +104 -0
  109. neverlib/.history/metrics/lpc_me_20250816015703.py +100 -0
  110. neverlib/.history/metrics/lpc_me_20250816015945.py +128 -0
  111. neverlib/.history/metrics/snr_20250806010538.py +177 -0
  112. neverlib/.history/metrics/snr_20250806211634.py +184 -0
  113. neverlib/.history/metrics/spec_20250805234209.py +45 -0
  114. neverlib/.history/metrics/spec_20250816135530.py +11 -0
  115. neverlib/.history/metrics/spec_20250816135654.py +16 -0
  116. neverlib/.history/metrics/spec_20250816135736.py +68 -0
  117. neverlib/.history/metrics/spec_20250816135904.py +75 -0
  118. neverlib/.history/metrics/spec_20250816135921.py +82 -0
  119. neverlib/.history/metrics/spec_20250816140111.py +82 -0
  120. neverlib/.history/metrics/spec_20250816140543.py +136 -0
  121. neverlib/.history/metrics/spec_20250816140559.py +172 -0
  122. neverlib/.history/metrics/spec_20250816140602.py +172 -0
  123. neverlib/.history/metrics/spec_20250816140608.py +172 -0
  124. neverlib/.history/metrics/spec_20250816140654.py +148 -0
  125. neverlib/.history/metrics/spec_20250816140705.py +144 -0
  126. neverlib/.history/metrics/spec_20250816140755.py +138 -0
  127. neverlib/.history/metrics/spec_20250816140823.py +170 -0
  128. neverlib/.history/metrics/spec_20250816140832.py +170 -0
  129. neverlib/.history/metrics/spec_20250816140833.py +170 -0
  130. neverlib/.history/metrics/spec_20250816140922.py +147 -0
  131. neverlib/.history/metrics/spec_20250816141148.py +107 -0
  132. neverlib/.history/metrics/spec_20250816141219.py +123 -0
  133. neverlib/.history/metrics/spec_20250816141732.py +178 -0
  134. neverlib/.history/metrics/spec_20250816141740.py +178 -0
  135. neverlib/.history/metrics/spec_20250816142030.py +178 -0
  136. neverlib/.history/metrics/spec_20250816142107.py +135 -0
  137. neverlib/.history/metrics/spec_20250816142126.py +135 -0
  138. neverlib/.history/metrics/spec_20250816142410.py +135 -0
  139. neverlib/.history/metrics/spec_20250816142415.py +136 -0
  140. neverlib/.history/metrics/spec_metric_20250816135156.py +0 -0
  141. neverlib/.history/metrics/spec_metric_20250816135226.py +5 -0
  142. neverlib/.history/metrics/spec_metric_20250816135227.py +10 -0
  143. neverlib/.history/metrics/spec_metric_20250816135306.py +15 -0
  144. neverlib/.history/metrics/spec_metric_20250816135442.py +31 -0
  145. neverlib/.history/metrics/spec_metric_20250816135448.py +31 -0
  146. neverlib/.history/metrics/spec_metric_20250816135520.py +29 -0
  147. neverlib/.history/metrics/spec_metric_20250816135537.py +63 -0
  148. neverlib/.history/metrics/spec_metric_20250816135653.py +65 -0
  149. neverlib/.history/vad/PreProcess_20250805234211.py +63 -0
  150. neverlib/.history/vad/PreProcess_20250809232455.py +63 -0
  151. neverlib/.history/vad/PreProcess_20250816020725.py +66 -0
  152. neverlib/.history/vad/VAD_Silero_20250805234211.py +50 -0
  153. neverlib/.history/vad/VAD_Silero_20250809232456.py +50 -0
  154. neverlib/.history/vad/VAD_WebRTC_20250805234211.py +61 -0
  155. neverlib/.history/vad/VAD_WebRTC_20250809232456.py +61 -0
  156. neverlib/.history/vad/VAD_funasr_20250805234211.py +54 -0
  157. neverlib/.history/vad/VAD_funasr_20250809232456.py +54 -0
  158. neverlib/.history/vad/VAD_vadlib_20250805234211.py +70 -0
  159. neverlib/.history/vad/VAD_vadlib_20250809232455.py +70 -0
  160. neverlib/.history/vad/VAD_whisper_20250805234211.py +55 -0
  161. neverlib/.history/vad/VAD_whisper_20250809232456.py +55 -0
  162. neverlib/.specstory/.what-is-this.md +69 -0
  163. neverlib/.specstory/history/2025-08-05_17-06Z-/350/277/231/344/270/200/346/255/245/347/232/204/347/233/256/347/232/204/346/230/257/344/273/200/344/271/210.md +424 -0
  164. neverlib/Docs/audio_aug/test_snr.py +55 -0
  165. neverlib/audio_aug/HarmonicDistortion.py +79 -0
  166. neverlib/audio_aug/TFDrop.py +41 -0
  167. neverlib/audio_aug/TFMask.py +56 -0
  168. neverlib/audio_aug/audio_aug.py +16 -1
  169. neverlib/audio_aug/clip_aug.py +41 -0
  170. neverlib/audio_aug/coder_aug.py +209 -0
  171. neverlib/audio_aug/coder_aug2.py +118 -0
  172. neverlib/audio_aug/loss_packet_aug.py +103 -0
  173. neverlib/audio_aug/quant_aug.py +78 -0
  174. neverlib/data_analyze/__init__.py +14 -0
  175. neverlib/filter/auto_eq/__init__.py +36 -0
  176. neverlib/filter/auto_eq/de_eq.py +360 -0
  177. neverlib/filter/auto_eq/freq_eq.py +76 -0
  178. neverlib/filter/{AudoEQ/auto_eq_ga_advanced.py → auto_eq/ga_eq_advanced.py} +1 -1
  179. neverlib/filter/auto_eq/ga_eq_basic.py +385 -0
  180. neverlib/metrics/dnsmos.py +58 -101
  181. neverlib/metrics/lpc_lsp.py +118 -0
  182. neverlib/metrics/snr.py +11 -4
  183. neverlib/metrics/spec.py +136 -45
  184. neverlib/utils/utils.py +17 -14
  185. neverlib/vad/PreProcess.py +5 -2
  186. neverlib/vad/VAD_Silero.py +1 -1
  187. neverlib/vad/VAD_WebRTC.py +1 -1
  188. neverlib/vad/VAD_funasr.py +1 -1
  189. neverlib/vad/VAD_vadlib.py +1 -1
  190. neverlib/vad/VAD_whisper.py +1 -1
  191. {neverlib-0.2.3.dist-info → neverlib-0.2.4.dist-info}/METADATA +1 -1
  192. neverlib-0.2.4.dist-info/RECORD +229 -0
  193. neverlib-0.2.3.dist-info/RECORD +0 -53
  194. /neverlib/{dataAnalyze/__init__.py → .history/dataAnalyze/__init___20250805234204.py} +0 -0
  195. /neverlib/{filter/AudoEQ/auto_eq_spectral_direct.py → .history/filter/auto_eq/freq_eq_20250805234206.py} +0 -0
  196. /neverlib/{dataAnalyze → data_analyze}/README.md +0 -0
  197. /neverlib/{dataAnalyze → data_analyze}/dataset_analyzer.py +0 -0
  198. /neverlib/{dataAnalyze → data_analyze}/quality_metrics.py +0 -0
  199. /neverlib/{dataAnalyze → data_analyze}/rms_distrubution.py +0 -0
  200. /neverlib/{dataAnalyze → data_analyze}/spectral_analysis.py +0 -0
  201. /neverlib/{dataAnalyze → data_analyze}/statistics.py +0 -0
  202. /neverlib/{dataAnalyze → data_analyze}/temporal_features.py +0 -0
  203. /neverlib/{dataAnalyze → data_analyze}/visualization.py +0 -0
  204. /neverlib/filter/{AudoEQ → auto_eq}/README.md +0 -0
  205. {neverlib-0.2.3.dist-info → neverlib-0.2.4.dist-info}/WHEEL +0 -0
  206. {neverlib-0.2.3.dist-info → neverlib-0.2.4.dist-info}/licenses/LICENSE +0 -0
  207. {neverlib-0.2.3.dist-info → neverlib-0.2.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,229 @@
1
+ neverlib/__init__.py,sha256=RuVTeJiZfStZ12eMlEfTZ8ZjiC5RBaIQFht-bzMWdTs,1158
2
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011311.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011331.py,sha256=I-hR8VWOo4tQTmmUyY3OERbAD9eB22hvFpTZ5GQVoNM,1866
4
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011342.py,sha256=P-5SZTrD0jxz4vVgKUYxkoWhntJota77mNbYus2mXvI,1379
5
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011352.py,sha256=EnU4EiYPjQ7CDlXYFOTS_PoJpBQfk3ZfytRABhVTeRc,1382
6
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011403.py,sha256=CVaGLX4-njLZCXQEt_LRmEU0mUVgTT9fZbcuTMaENb8,1378
7
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011413.py,sha256=l_bCFtrYs-pbAXunE0prxpgxBBd87X_IyGwQvJ9IPJ0,1378
8
+ neverlib/.history/Docs/audio_aug/test_snr_20250806011435.py,sha256=1BRUzTYL37pblvhHNB0ORtrbNyxTFWytAxlJ8CDSwfM,1317
9
+ neverlib/.history/Docs/vad/1_20250810032405.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ neverlib/.history/Docs/vad/1_20250810032417.py,sha256=GB0mi_hCwnt2OiNIagSFyKyxGcjp-7qTQRkn19aeVjk,875
11
+ neverlib/.history/audio_aug/audio_aug_20250806010451.py,sha256=J40eegDE9PiW3NEHa7uXP820XaiV0_huSk-bhy-ugrM,4042
12
+ neverlib/.history/audio_aug/audio_aug_20250806010750.py,sha256=fDrg4HCnuXcTt-ckMWuubwsfZeSxxP_EPxUMCGltGJE,4562
13
+ neverlib/.history/audio_aug/audio_aug_20250806010759.py,sha256=uYs0YkVb6mFY66YGaKzQOvuVb5HLWUmHSXJn75g8W7Q,4593
14
+ neverlib/.history/audio_aug/audio_aug_20250806010803.py,sha256=uYs0YkVb6mFY66YGaKzQOvuVb5HLWUmHSXJn75g8W7Q,4593
15
+ neverlib/.history/audio_aug/audio_aug_20250806010809.py,sha256=4TOE9wysjoyugnDBF-1a5Iq1H4-1sRPDirnhtfiBlLM,4596
16
+ neverlib/.history/audio_aug/audio_aug_20250806011108.py,sha256=vXxpM-uyamW2gRx-sd-pxq03FU3ZakK9WSIG6LmtJiI,4602
17
+ neverlib/.history/dataAnalyze/__init___20250805234204.py,sha256=jBKbM-5l1epNlPO7g8S0z_1yyvTE4PoTi8Or4jsoE3M,2028
18
+ neverlib/.history/dataAnalyze/__init___20250806204125.py,sha256=_rb5RjDKjFjUV7h_teqNMq7HKMKM-hkdk3VgETyAZnw,358
19
+ neverlib/.history/dataAnalyze/__init___20250806204139.py,sha256=fToHRSBWbQxqilx5kJ8YN6M99lshK-8dlMXuGW3gI5I,350
20
+ neverlib/.history/dataAnalyze/__init___20250806204159.py,sha256=_rb5RjDKjFjUV7h_teqNMq7HKMKM-hkdk3VgETyAZnw,358
21
+ neverlib/.history/filter/__init___20250820103351.py,sha256=UUtCYCfhD00xxvylr5uU_zbCDohluDgdueaG00BuzZ8,3199
22
+ neverlib/.history/filter/__init___20250821102348.py,sha256=IwZ-khBd-nUvojDGDU4aZtWjpLnp125GXAYL8Xq0tAI,3172
23
+ neverlib/.history/filter/__init___20250821102405.py,sha256=DnOO-zh7GLgIAxMlcS33W9V3ZPRm0EHJdy_uIiq0P_k,282
24
+ neverlib/.history/filter/auto_eq/__init___20250819213121.py,sha256=xrg3y78nQ8xSIDu4OLiGNxahV9UeT1qn5sPb61E3zNE,884
25
+ neverlib/.history/filter/auto_eq/__init___20250821102241.py,sha256=e8Rldvkf4sad2BdIHh-lQUhzbSXHgvX-FgY-CED0-ts,868
26
+ neverlib/.history/filter/auto_eq/__init___20250821102259.py,sha256=kd1UNY0hGIe8Ty5l4DjB4u9y-CbhMwc4doUpFxSUxTI,863
27
+ neverlib/.history/filter/auto_eq/__init___20250821102307.py,sha256=Bn3ft21vd9Rkcu1uL6sUSdLbTaEwbXbsHh1goTX6l4U,858
28
+ neverlib/.history/filter/auto_eq/__init___20250821102310.py,sha256=o_F1lCGeWrrjxXiIhR0ubyJMOhuNm-Xhqe8vxdeHJcU,853
29
+ neverlib/.history/filter/auto_eq/__init___20250821102318.py,sha256=QUWIVdA7DP1286Qxf1o3ctDkzmdvvsHYPSHyEBc6vE0,881
30
+ neverlib/.history/filter/auto_eq/__init___20250821102507.py,sha256=G8hPMz8bzjCYamqcytiGtpe7bSd4YTHVGXUbuK5_zmg,872
31
+ neverlib/.history/filter/auto_eq/de_eq_20250820103848.py,sha256=N5txzwLjO6NvUNqtZk4Y23DgTVTqjaalwUWNFKX-m5M,16454
32
+ neverlib/.history/filter/auto_eq/de_eq_20250821102422.py,sha256=DqXPyvwO_Kzkcrg5DInGCCKgl2Q8NxeV88LsNvvZAqQ,16444
33
+ neverlib/.history/filter/auto_eq/freq_eq_20250805234206.py,sha256=iawFgiT9kRIChku7jV23Hae887tXo7GZgdpdolAWRAw,3336
34
+ neverlib/.history/filter/auto_eq/freq_eq_20250820140732.py,sha256=aAXJRFm9uXUJMmMqoUPBmSjMem9XWs29ztC6T-FD0l0,3342
35
+ neverlib/.history/filter/auto_eq/freq_eq_20250820140745.py,sha256=iawFgiT9kRIChku7jV23Hae887tXo7GZgdpdolAWRAw,3336
36
+ neverlib/.history/filter/auto_eq/freq_eq_20250820140816.py,sha256=aAXJRFm9uXUJMmMqoUPBmSjMem9XWs29ztC6T-FD0l0,3342
37
+ neverlib/.history/filter/auto_eq/freq_eq_20250820140938.py,sha256=y8N0naCZr2K1StdsyuO1ToM0B0Dv2LXtpjefcwKTDk4,3478
38
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141003.py,sha256=y8N0naCZr2K1StdsyuO1ToM0B0Dv2LXtpjefcwKTDk4,3478
39
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141006.py,sha256=y8N0naCZr2K1StdsyuO1ToM0B0Dv2LXtpjefcwKTDk4,3478
40
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141019.py,sha256=_5IGd59drPkiG6i-J6UdJKPejkGGtRSw6j2M20HLrkk,3475
41
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141049.py,sha256=Vpc-VTmHyLbb8YjBPxHVghkj3-vdU6MzUVqmlnLjAsE,3474
42
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141211.py,sha256=_5IGd59drPkiG6i-J6UdJKPejkGGtRSw6j2M20HLrkk,3475
43
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141227.py,sha256=RYJbYNS_ym1iG2S1ZTt6b1mmVTEZVODifjHZrZln2w4,3473
44
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141311.py,sha256=4HVwS55vJYzsGSDfFyaPUB84TW9G4Z7k59_XOOm4r94,3522
45
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141340.py,sha256=4HVwS55vJYzsGSDfFyaPUB84TW9G4Z7k59_XOOm4r94,3522
46
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141712.py,sha256=JooophkaKhTprWduNA_lRMz-m81Yq1LnKDzfV8TSv6Y,3535
47
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141733.py,sha256=GzBxRt3iaraOD-2wQSJ5W5e_hEImTdhuS4oHJiLDuME,3538
48
+ neverlib/.history/filter/auto_eq/freq_eq_20250820141755.py,sha256=GzBxRt3iaraOD-2wQSJ5W5e_hEImTdhuS4oHJiLDuME,3538
49
+ neverlib/.history/filter/auto_eq/freq_eq_20250821102434.py,sha256=lq_W1B2aXAgoj6F6iKKGE2S_0PBnkzPXzEyCEhfJbT0,3512
50
+ neverlib/.history/filter/auto_eq/freq_eq_20250821102500.py,sha256=HkZgEUiV8pq8Z4W6JGvB-qiSfamBUaWu0WQ3EOLx6I8,3503
51
+ neverlib/.history/filter/auto_eq/freq_eq_20250821102502.py,sha256=HkZgEUiV8pq8Z4W6JGvB-qiSfamBUaWu0WQ3EOLx6I8,3503
52
+ neverlib/.history/filter/auto_eq/ga_eq_basic_20250820102957.py,sha256=n5SOf9U_onUhp8ycgYLofgCS3prYiQPcw5pg-OVwcUI,15265
53
+ neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113054.py,sha256=n5SOf9U_onUhp8ycgYLofgCS3prYiQPcw5pg-OVwcUI,15265
54
+ neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113150.py,sha256=2We31yFWQeDPhY-AAFtuPo9oJ7YyPcDUyAuZAxnBMm8,15274
55
+ neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113520.py,sha256=YXwEwl4ecZMxGpBBvHIWJkTBJ6dO5BuP8AVCi3miAD8,15401
56
+ neverlib/.history/filter/auto_eq/ga_eq_basic_20250820113525.py,sha256=RZKrx4i_c0MmKLuQBvxlEW9Ny8FbekR9u3rpkgM1UNE,15405
57
+ neverlib/.history/filter/auto_eq/ga_eq_basic_20250821102212.py,sha256=LMEfyJVIIy5b6N5-LeMRYaPI2COJ2MPtRcpLsRVmcGA,15407
58
+ neverlib/.history/metrics/dnsmos_20250806001612.py,sha256=vaSTOXF_RA7BOqhoRrcqnW0TgqJcd0O30ZCTo0x8dww,6636
59
+ neverlib/.history/metrics/dnsmos_20250815180659.py,sha256=heYISx8W9OlUzgKMsuK035T8yI6lgcE_BDzTpq6myDw,6649
60
+ neverlib/.history/metrics/dnsmos_20250815180701.py,sha256=0UTVa66VM6i0mb5k9FR_yeO2COnBoiMgUV7IWbWsVS0,6629
61
+ neverlib/.history/metrics/dnsmos_20250815181321.py,sha256=947wxXhHOhNZ8BRvKDHjJes9kagXtqg1IWjg6EsNiYA,6358
62
+ neverlib/.history/metrics/dnsmos_20250815181327.py,sha256=947wxXhHOhNZ8BRvKDHjJes9kagXtqg1IWjg6EsNiYA,6358
63
+ neverlib/.history/metrics/dnsmos_20250815181331.py,sha256=947wxXhHOhNZ8BRvKDHjJes9kagXtqg1IWjg6EsNiYA,6358
64
+ neverlib/.history/metrics/dnsmos_20250815181620.py,sha256=ltY-QBwFeVMybmN6T-irAAgRFYNissst7RMRbKyTdGE,6354
65
+ neverlib/.history/metrics/dnsmos_20250815181631.py,sha256=6B_KxxoLS4Rv3pNtla6h_MMaCmSsnu0osbuuZxF81aQ,6341
66
+ neverlib/.history/metrics/dnsmos_20250815181742.py,sha256=xXnmIpZtF4IxCnZIfYoViatBNxJmh90mDs1rpU17-iY,6335
67
+ neverlib/.history/metrics/dnsmos_20250815181824.py,sha256=FSGJXD_yNPMNV0l9PpaFyAYWbnFRpLWSNhq-Duah_p8,6136
68
+ neverlib/.history/metrics/dnsmos_20250815181834.py,sha256=BHv3fS9UOZEa_sNgLRPAGj9N-zbi3IClTMS8L4Tw_J4,6128
69
+ neverlib/.history/metrics/dnsmos_20250815181922.py,sha256=BHv3fS9UOZEa_sNgLRPAGj9N-zbi3IClTMS8L4Tw_J4,6128
70
+ neverlib/.history/metrics/dnsmos_20250815182011.py,sha256=gqJAPhff18x14pHBMoyn5hy-hhi5Lbcqbgx26Ys131k,5900
71
+ neverlib/.history/metrics/dnsmos_20250815182036.py,sha256=j2jO0triJ1wyJXrAD0Dmldd25VcGVvS1G5VFX5W7tjo,5781
72
+ neverlib/.history/metrics/dnsmos_20250815182936.py,sha256=c1OatjPIWpliWfOu4HHybucJ57HSOImFW-R3TEZSJdU,5782
73
+ neverlib/.history/metrics/dnsmos_20250815182942.py,sha256=rwr8ImOi2GhF3HanNTRrCuJEopxaTn5WacS-sGA7F-I,5811
74
+ neverlib/.history/metrics/dnsmos_20250815183032.py,sha256=FUL5gwsWErj2zYHAJtOJQWV51AyESPbkz30lnaRYVrQ,5563
75
+ neverlib/.history/metrics/dnsmos_20250815183101.py,sha256=_IlwTtITsM7yM7OoPFZ9hIHz8A-dJPdAh-8GlQd4F8A,5803
76
+ neverlib/.history/metrics/dnsmos_20250815183121.py,sha256=4pkX6yfxZDJXHf0ExE2F07z04mS1x8173ndkENsrZg0,5779
77
+ neverlib/.history/metrics/dnsmos_20250815183123.py,sha256=T-8I1ydXcYsWsjXUowZkFF4ZelLHKVoOTV3Xz8dnQRY,5778
78
+ neverlib/.history/metrics/dnsmos_20250815183214.py,sha256=VJgn-frpjVCKtwcQP1NFYLXHeCgu8Hrit85HlNODHhk,5805
79
+ neverlib/.history/metrics/dnsmos_20250815183240.py,sha256=BO7mnRTIelFNDnh2-AGDA8iChd7T7ASmELgrG0bz_iA,5743
80
+ neverlib/.history/metrics/dnsmos_20250815183248.py,sha256=d-tG392nFtArgzBI_brXhTxf4i-YliBDsbsmXUn4Lm8,5772
81
+ neverlib/.history/metrics/dnsmos_20250815183407.py,sha256=fAt057k6BcsoUIWeUWpbo2xRdQxZq8ol5dKlwsr88J8,5698
82
+ neverlib/.history/metrics/dnsmos_20250815183409.py,sha256=QBqQ5bbB49rVDLeeTqhb1x3ohX5gxvr7TzpwnND3anQ,5701
83
+ neverlib/.history/metrics/dnsmos_20250815183431.py,sha256=ONcgFht4ikalFb2ZXd-E5rXqDJs7r2z4vda-5LoFdMc,5717
84
+ neverlib/.history/metrics/dnsmos_20250815183507.py,sha256=L0Ovezl3BJgavod4n59R72R4p0QdijRpf2TCnoHdNAA,5547
85
+ neverlib/.history/metrics/dnsmos_20250815183513.py,sha256=GSSfT7XH05MSA6eg60PaQUQ0bR4AOUQWjff_otzzfZs,5511
86
+ neverlib/.history/metrics/dnsmos_20250815183618.py,sha256=hFc8iTnDwUR--I1gZPjcjo6R3cxhBalgGMggr46OPcQ,5510
87
+ neverlib/.history/metrics/dnsmos_20250815183709.py,sha256=yQVe6M_zfdVFm5HNv-rdqbaDeTCEixk3bqkaMiB8XSY,5535
88
+ neverlib/.history/metrics/dnsmos_20250815183756.py,sha256=1ZsSyehmShUa9feNVuBM_xxGoivlu4I1GjXfM1mVZvg,5474
89
+ neverlib/.history/metrics/dnsmos_20250815183815.py,sha256=lJyQRqPO9naA7BwFeBgCNvuIsdpmHjO85C7pO9oKIPA,4973
90
+ neverlib/.history/metrics/dnsmos_20250815183827.py,sha256=A3_2w_w0aV2HYrHDMDetaLwuLkTdP1Yd3weNv-jddsU,5001
91
+ neverlib/.history/metrics/dnsmos_20250815183913.py,sha256=-ecgHfJb4NvqcQ4PXtAvpo45qQ3BP7p3p1EMAZWpMzs,4749
92
+ neverlib/.history/metrics/dnsmos_20250815183914.py,sha256=-ecgHfJb4NvqcQ4PXtAvpo45qQ3BP7p3p1EMAZWpMzs,4749
93
+ neverlib/.history/metrics/dnsmos_20250815184003.py,sha256=Ii3-uD18vJTg3rQhTo7OJ2yCmoZxYBFBArwSkxzBRl8,4782
94
+ neverlib/.history/metrics/dnsmos_20250815184040.py,sha256=5CyDWVreQmpStWfBdnBLZJjVQ0IeTm17XRYdRCVZNqo,4742
95
+ neverlib/.history/metrics/dnsmos_20250815184049.py,sha256=Qjw1KixIeEmlAHlFeDsOVRZiOPuTEoeWqQXFzxewgtY,4740
96
+ neverlib/.history/metrics/dnsmos_20250815184104.py,sha256=D3YIbU6Ske_hrv9D_LiryIFHCtLNpjh9TZTgS_zgp1w,4692
97
+ neverlib/.history/metrics/dnsmos_20250815184200.py,sha256=tXDxd0ToEjbO8cYMyAF50mV6FxyK6oJ1i4_5Yi6srjI,4753
98
+ neverlib/.history/metrics/lpc_lsp_metric_20250816015944.py,sha256=fKG3F2XtWBtrQ_cFs_CYa_g6S-0sMKA7PCKRVB9gnJw,3878
99
+ neverlib/.history/metrics/lpc_lsp_metric_20250816020142.py,sha256=jlMiVzPgmeDIjAqoUEB25q_0RXSiylO4nYhmWvbO7Ws,3874
100
+ neverlib/.history/metrics/lpc_lsp_metric_20250816020156.py,sha256=aaTrH7vN8a43x3V00Av_ktHwjC2px1hQGuo3G0DbP8U,3909
101
+ neverlib/.history/metrics/lpc_lsp_metric_20250816020554.py,sha256=46RZ1D42FvDoq3bIjqXWgemXhQ8ojql9BOdiBF2_d6A,4070
102
+ neverlib/.history/metrics/lpc_lsp_metric_20250816020600.py,sha256=s2L2-TJYodMP-DBOx9ogKQnqKu0QWXbSsyqIF_yE_lc,3895
103
+ neverlib/.history/metrics/lpc_lsp_metric_20250816020631.py,sha256=OrKiX7fiG2Kp9HYGJj66qDaGacruFbU5h66hXEGVuks,3785
104
+ neverlib/.history/metrics/lpc_lsp_metric_20250816020746.py,sha256=OXKfillGKo55M2aa7LzyvDGcjtOxdOJquWgqC1yV4Ho,3710
105
+ neverlib/.history/metrics/lpc_me_20250816013111.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
+ neverlib/.history/metrics/lpc_me_20250816013129.py,sha256=V_Xk2rvRjpJbZOln1t4eswoc8LzgyciKUYaLxOyb5DE,3705
107
+ neverlib/.history/metrics/lpc_me_20250816015430.py,sha256=cROZjvVoAt2PxpPYpZasuM5vOsThsH9o0KX7lEY7EtI,3202
108
+ neverlib/.history/metrics/lpc_me_20250816015535.py,sha256=60FhBausp6635tiFWg7ddhyo_eo8GwaEJSxIc1mt7mY,2973
109
+ neverlib/.history/metrics/lpc_me_20250816015542.py,sha256=60FhBausp6635tiFWg7ddhyo_eo8GwaEJSxIc1mt7mY,2973
110
+ neverlib/.history/metrics/lpc_me_20250816015636.py,sha256=fouXzJCqM_Kzlwy6Uq65f8Wmt4hrxICjULQd5NsNV30,3002
111
+ neverlib/.history/metrics/lpc_me_20250816015658.py,sha256=SYi55VFNKI3BARWFUbUVN6Rp74OSz2fwzhJc773LlGI,3041
112
+ neverlib/.history/metrics/lpc_me_20250816015703.py,sha256=1osslcgNqQKI-gi6a954eiQ89TQqXnD3Rw0byYL13ss,3037
113
+ neverlib/.history/metrics/lpc_me_20250816015945.py,sha256=fKG3F2XtWBtrQ_cFs_CYa_g6S-0sMKA7PCKRVB9gnJw,3878
114
+ neverlib/.history/metrics/snr_20250806010538.py,sha256=D0kCz2G3OmzOenMcLhrRLFZE2bwDICgSaGl_ZXS1qGk,5777
115
+ neverlib/.history/metrics/snr_20250806211634.py,sha256=UJys0BoZU2FPoOxPzdRlw5zcCfgEjDh2lbtdcOKh-W0,6017
116
+ neverlib/.history/metrics/spec_20250805234209.py,sha256=zPPJVRtmEB4YKoxJ1KSqbQuqOka6IXx38_ryTMtKDNE,1787
117
+ neverlib/.history/metrics/spec_20250816135530.py,sha256=mUnD-jIxPCZfKV6komn5WF90nIvRZk8XyNIpIr0dMOc,159
118
+ neverlib/.history/metrics/spec_20250816135654.py,sha256=0HPI2o9mJinPgK_e05watjEFGnCgAsbCZD2bHwCeZqM,238
119
+ neverlib/.history/metrics/spec_20250816135736.py,sha256=jCUigS3TME7bJqwdLo0i-8iRLPfgiIO5fCXDB5risAk,2376
120
+ neverlib/.history/metrics/spec_20250816135904.py,sha256=8mu-bpYs8HrHh0Omy-D7GwsYecacafPEKlOofsQGQfg,2732
121
+ neverlib/.history/metrics/spec_20250816135921.py,sha256=BdfLJpr9ROLtYbu7bTBLv0KQ8CnmvswZa1OEI7BClGE,3011
122
+ neverlib/.history/metrics/spec_20250816140111.py,sha256=RFmWt8G0nOUdzpeuUh8ncP2ZSYLAYTSneylBHlNDZew,3017
123
+ neverlib/.history/metrics/spec_20250816140543.py,sha256=t9KOoJYRDN-qLmqAQH3fJ3Ru97dGXK4vOMTBim9EFmE,5017
124
+ neverlib/.history/metrics/spec_20250816140559.py,sha256=AVe1xDSVclSSKFXbNF0IwlNpPbCdSCEqcVjL72hBkDw,6083
125
+ neverlib/.history/metrics/spec_20250816140602.py,sha256=AVe1xDSVclSSKFXbNF0IwlNpPbCdSCEqcVjL72hBkDw,6083
126
+ neverlib/.history/metrics/spec_20250816140608.py,sha256=AVe1xDSVclSSKFXbNF0IwlNpPbCdSCEqcVjL72hBkDw,6083
127
+ neverlib/.history/metrics/spec_20250816140654.py,sha256=AzA5MU5vaxjUM4PqThffJEZcaeb6fd8JruCY5bQO70Y,5142
128
+ neverlib/.history/metrics/spec_20250816140705.py,sha256=n0qfzG1VubJHXwSUfsBsdoVQa_ctERLujVvyVk1I-hY,5058
129
+ neverlib/.history/metrics/spec_20250816140755.py,sha256=wkCQne0g_NAuRr1BAICI8X3fNXeICkP2Fpf54U1F_w8,4940
130
+ neverlib/.history/metrics/spec_20250816140823.py,sha256=RKVnNvokoaY7Awn-17R8O9KrOU4bSpVH4mFQGgfu88A,6191
131
+ neverlib/.history/metrics/spec_20250816140832.py,sha256=RKVnNvokoaY7Awn-17R8O9KrOU4bSpVH4mFQGgfu88A,6191
132
+ neverlib/.history/metrics/spec_20250816140833.py,sha256=RKVnNvokoaY7Awn-17R8O9KrOU4bSpVH4mFQGgfu88A,6191
133
+ neverlib/.history/metrics/spec_20250816140922.py,sha256=Y-P24xQHn3tdAukV9z0AzWR_Gt3D4VtXT-9K4oaKpKQ,5321
134
+ neverlib/.history/metrics/spec_20250816141148.py,sha256=yRXi1udjXkYWmGfTenqCBrAXv5X3-RcnAOA57OK62Ic,4002
135
+ neverlib/.history/metrics/spec_20250816141219.py,sha256=FPjQ5guBP_P1s4BWuu6irJJR04zqZsHprpjeANhBLxw,4623
136
+ neverlib/.history/metrics/spec_20250816141732.py,sha256=1K9TABmFIoPTxnxxKLWjCsKRxRw5bDmVMGEYKyAMQoo,6241
137
+ neverlib/.history/metrics/spec_20250816141740.py,sha256=1K9TABmFIoPTxnxxKLWjCsKRxRw5bDmVMGEYKyAMQoo,6241
138
+ neverlib/.history/metrics/spec_20250816142030.py,sha256=1K9TABmFIoPTxnxxKLWjCsKRxRw5bDmVMGEYKyAMQoo,6241
139
+ neverlib/.history/metrics/spec_20250816142107.py,sha256=amLx1yR5X7bRvx6voYKzwpxtWIpq5l_N3hPjoRL6YvU,5130
140
+ neverlib/.history/metrics/spec_20250816142126.py,sha256=amLx1yR5X7bRvx6voYKzwpxtWIpq5l_N3hPjoRL6YvU,5130
141
+ neverlib/.history/metrics/spec_20250816142410.py,sha256=amLx1yR5X7bRvx6voYKzwpxtWIpq5l_N3hPjoRL6YvU,5130
142
+ neverlib/.history/metrics/spec_20250816142415.py,sha256=4jrmf5dynkLkXV6PxERQQK7HbKE6euw0T85aJSZtro4,5131
143
+ neverlib/.history/metrics/spec_metric_20250816135156.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
144
+ neverlib/.history/metrics/spec_metric_20250816135226.py,sha256=f8BmPDX3y1IVYM-2JLa1Zkc7hh2wrga8YE555aYsImE,39
145
+ neverlib/.history/metrics/spec_metric_20250816135227.py,sha256=VfoP_Ark_SuwWfWM5x_TvHnxjYByg6VE0kQNEP9DYhc,113
146
+ neverlib/.history/metrics/spec_metric_20250816135306.py,sha256=4j5BFSZiNVgRgnT5jKbczAHcZBzU51iIi5mhwx05AUc,236
147
+ neverlib/.history/metrics/spec_metric_20250816135442.py,sha256=ieFyeLSR9IkvTXhfMSqHN4Zh2ssj17r7yoWGfY-Ohj4,705
148
+ neverlib/.history/metrics/spec_metric_20250816135448.py,sha256=WGSLrlWwuCYX3LXuX3DG8o6YcuweFVil548xFOuNSHo,691
149
+ neverlib/.history/metrics/spec_metric_20250816135520.py,sha256=lKk-vP1fr7PKr-mlFmmTAIhQaCk1Ax1Kg5hw8JcOI-w,789
150
+ neverlib/.history/metrics/spec_metric_20250816135537.py,sha256=pZaSZue9rFeqSUPEs8zxCrcSND3rkKSykbdO5G5wnAw,2385
151
+ neverlib/.history/metrics/spec_metric_20250816135653.py,sha256=mCLIiDovuFt3dlMR8mz16cc1ZfkAaDG7i_-fIdyW65g,2340
152
+ neverlib/.history/vad/PreProcess_20250805234211.py,sha256=hn4YOkvlFM2U6MWBuBHQjeRGReqqLcj1qkzS1BjZG4A,2075
153
+ neverlib/.history/vad/PreProcess_20250809232455.py,sha256=hn4YOkvlFM2U6MWBuBHQjeRGReqqLcj1qkzS1BjZG4A,2075
154
+ neverlib/.history/vad/PreProcess_20250816020725.py,sha256=syd-s4TiQeqvLeQqQRzTzSqeNuMdWnZEIywX24H4Vro,2108
155
+ neverlib/.history/vad/VAD_Silero_20250805234211.py,sha256=L9_eO94VQcO3TBdOWypJxnjMl5ZZBYTkL5DR_6APfs4,2324
156
+ neverlib/.history/vad/VAD_Silero_20250809232456.py,sha256=L9_eO94VQcO3TBdOWypJxnjMl5ZZBYTkL5DR_6APfs4,2324
157
+ neverlib/.history/vad/VAD_WebRTC_20250805234211.py,sha256=3A2GY6AoJhdPeXKrYXFpDXF3Ln__CK0yYFKDtMTU6ps,1919
158
+ neverlib/.history/vad/VAD_WebRTC_20250809232456.py,sha256=3A2GY6AoJhdPeXKrYXFpDXF3Ln__CK0yYFKDtMTU6ps,1919
159
+ neverlib/.history/vad/VAD_funasr_20250805234211.py,sha256=oJqU3VOFT-KXmFV2g8kvT64nHIo5-PxcB4tdb-Ap3Bw,1599
160
+ neverlib/.history/vad/VAD_funasr_20250809232456.py,sha256=oJqU3VOFT-KXmFV2g8kvT64nHIo5-PxcB4tdb-Ap3Bw,1599
161
+ neverlib/.history/vad/VAD_vadlib_20250805234211.py,sha256=5reZ7blu0BsqqO9WJn8YPIvPQVn8VcFPcJnH1scgEzQ,2228
162
+ neverlib/.history/vad/VAD_vadlib_20250809232455.py,sha256=5reZ7blu0BsqqO9WJn8YPIvPQVn8VcFPcJnH1scgEzQ,2228
163
+ neverlib/.history/vad/VAD_whisper_20250805234211.py,sha256=GhBFV-EIS865c-rj2RvM4IUKKG8ZsoD9LCTwrx1Fx2c,1792
164
+ neverlib/.history/vad/VAD_whisper_20250809232456.py,sha256=GhBFV-EIS865c-rj2RvM4IUKKG8ZsoD9LCTwrx1Fx2c,1792
165
+ neverlib/.specstory/.what-is-this.md,sha256=NvA7abHAy1LLBVys6z5I_v9xmnJurHPc1RkAwF4_W1I,3451
166
+ neverlib/.specstory/history/2025-08-05_17-06Z-这一步的目的是什么.md,sha256=GrlgSBSU5791Ok5-VArI5lnXDndKdjD9T6xIlVk1gL4,13297
167
+ neverlib/Docs/audio_aug/test_snr.py,sha256=1BRUzTYL37pblvhHNB0ORtrbNyxTFWytAxlJ8CDSwfM,1317
168
+ neverlib/audio_aug/HarmonicDistortion.py,sha256=iA6dY42pqA_4I1K4CX1GSqe1Y0urtprtQ9RuB_V4hXA,2382
169
+ neverlib/audio_aug/TFDrop.py,sha256=HDLf5qfqMT73-dxKder0v0AT7b0FYsSlexbbh3sL2iM,987
170
+ neverlib/audio_aug/TFMask.py,sha256=Fakx5YTj88bZEdj_w3aH9Z9AhEGzGq01TZcnjF4v4BU,1769
171
+ neverlib/audio_aug/__init__.py,sha256=96tNRn8u7kDGYcSEWhjlD-R3fw8XGQEQIrBwiHkrYck,185
172
+ neverlib/audio_aug/audio_aug.py,sha256=vXxpM-uyamW2gRx-sd-pxq03FU3ZakK9WSIG6LmtJiI,4602
173
+ neverlib/audio_aug/clip_aug.py,sha256=fm24KrilyvuIV3oD5mFaUsmNDOEq9VKBMFJ9NtYARkI,1071
174
+ neverlib/audio_aug/coder_aug.py,sha256=lRUx8jwKev8lio2op2X41qv6mMO9uxskcVrR1xFE1MM,7628
175
+ neverlib/audio_aug/coder_aug2.py,sha256=QlSieScNqqZ80mAzk22OlLCdiC81H3dVdt4z3cOVnW0,4305
176
+ neverlib/audio_aug/loss_packet_aug.py,sha256=Ch5GLyF_NqCGzC6Qt3JEu6qp9A6HvYc4zGCUkz9QEUc,4825
177
+ neverlib/audio_aug/quant_aug.py,sha256=GHSpUXnMEjmcituQfUEBESPuhDl3Ql2vQkCOr1wTk7U,2381
178
+ neverlib/data_analyze/README.md,sha256=jqPmD--kinoTqlcpu51teospu9p_ijjtjLdFGTMnBc8,6051
179
+ neverlib/data_analyze/__init__.py,sha256=_rb5RjDKjFjUV7h_teqNMq7HKMKM-hkdk3VgETyAZnw,358
180
+ neverlib/data_analyze/dataset_analyzer.py,sha256=V4eK1rjR1gO3V_HC7wlSBotoCApmQdlK52CaSgAG-o8,22909
181
+ neverlib/data_analyze/quality_metrics.py,sha256=Z57TipRlUBne7b0hoyLmd8erbruR2JMDJuh4pbQJeFs,12261
182
+ neverlib/data_analyze/rms_distrubution.py,sha256=o2cpa-25e_2RFYlsPb4AXYgjSpk2sKSOOJkXt93kcy0,1836
183
+ neverlib/data_analyze/spectral_analysis.py,sha256=ItsAf_KBuWwELOMHnX836_AgDUeeB0aIzmXKj0LwrXA,6206
184
+ neverlib/data_analyze/statistics.py,sha256=H60D5JqMdkE3b9Qu8XgZjQUKUPCPl0rFiERJy2U1r3o,13314
185
+ neverlib/data_analyze/temporal_features.py,sha256=ru-ZQluj8iy6qiMlYcbmrb7hrsolJNdCjwoSJJkA8A0,2697
186
+ neverlib/data_analyze/visualization.py,sha256=MAjkju2hyM-5zczG3Sn_PXonjuxjeieHuaEWFDSYnNY,15101
187
+ neverlib/filter/README.md,sha256=X1VQRnSxzjkeR_16ylbAqRbYLAlf4c5stkHzmWlCzlo,3801
188
+ neverlib/filter/__init__.py,sha256=DnOO-zh7GLgIAxMlcS33W9V3ZPRm0EHJdy_uIiq0P_k,282
189
+ neverlib/filter/biquad.py,sha256=EEGAqGwTQGG5O49Q855hb475WVX0oOu3zq-Gn_ppIto,1438
190
+ neverlib/filter/common.py,sha256=OUCOg5w0MMhgHGAoi0MyKCa4z9g8o-juoyBDZmGdYQU,1031
191
+ neverlib/filter/core.py,sha256=qr-0IGEEpiSUFgo_uVOXJLLZeaSDFlALzg_b8mEivrY,13091
192
+ neverlib/filter/auto_eq/README.md,sha256=-qcqLxIQPo31YfzABHK-_tcqksLdOTHz8ZG3izz46Ug,4968
193
+ neverlib/filter/auto_eq/__init__.py,sha256=G8hPMz8bzjCYamqcytiGtpe7bSd4YTHVGXUbuK5_zmg,872
194
+ neverlib/filter/auto_eq/de_eq.py,sha256=DqXPyvwO_Kzkcrg5DInGCCKgl2Q8NxeV88LsNvvZAqQ,16444
195
+ neverlib/filter/auto_eq/freq_eq.py,sha256=HkZgEUiV8pq8Z4W6JGvB-qiSfamBUaWu0WQ3EOLx6I8,3503
196
+ neverlib/filter/auto_eq/ga_eq_advanced.py,sha256=qu9J5ugWeEAcXboV9Fv1g60bMOkIebw9ZwYT_zQq5pI,23458
197
+ neverlib/filter/auto_eq/ga_eq_basic.py,sha256=LMEfyJVIIy5b6N5-LeMRYaPI2COJ2MPtRcpLsRVmcGA,15407
198
+ neverlib/metrics/dnsmos.py,sha256=tXDxd0ToEjbO8cYMyAF50mV6FxyK6oJ1i4_5Yi6srjI,4753
199
+ neverlib/metrics/lpc_lsp.py,sha256=OXKfillGKo55M2aa7LzyvDGcjtOxdOJquWgqC1yV4Ho,3710
200
+ neverlib/metrics/snr.py,sha256=UJys0BoZU2FPoOxPzdRlw5zcCfgEjDh2lbtdcOKh-W0,6017
201
+ neverlib/metrics/spec.py,sha256=4jrmf5dynkLkXV6PxERQQK7HbKE6euw0T85aJSZtro4,5131
202
+ neverlib/metrics/test_pesq.py,sha256=J3b0do3wPaj6Fv4WalYAEebtX_nhquhItCf7041I2tI,1252
203
+ neverlib/metrics/time.py,sha256=MSUdaT3WvFRnL_wvjZEGjwcVrsy7KwArz3hLkYcXF7s,1292
204
+ neverlib/tests/__init__.py,sha256=PITL4btOVji1rexFP35A20v2gcLqc6vmGWiF-_5ywnI,27
205
+ neverlib/tests/test_preprocess.py,sha256=GHj2PvlG8chJlV-zpRfy8IYlTXzGkn5heO9ipy6Xe20,1003
206
+ neverlib/tests/test_vad.py,sha256=TjBuB_qPooflrjkkvoy19HySdBo-MiVeb5yTmLGBJvM,415
207
+ neverlib/utils/__init__.py,sha256=kUUhBstCxeXNg3WMmHyrNcx6aDNhUs_LucyygnOF4Ro,137
208
+ neverlib/utils/audio_split.py,sha256=LP08L4VMTKWmus86K0PrFqXWcsGkmAj4gVl2Uqls_c0,12152
209
+ neverlib/utils/checkGPU.py,sha256=Wye2UovtVK6Fk8W4wZ3dqaYrdZc30WyW5iGa-6Ouxf0,4075
210
+ neverlib/utils/message.py,sha256=icZCFABfvkQk1rdz81GaaG5EQ3azLEjmeuDJeMbPMbE,4231
211
+ neverlib/utils/utils.py,sha256=6MuSn3sGgPoOBuUrf17JagLmXYPGQXwDVz1XfckLX1o,12929
212
+ neverlib/vad/PreProcess.py,sha256=syd-s4TiQeqvLeQqQRzTzSqeNuMdWnZEIywX24H4Vro,2108
213
+ neverlib/vad/README.md,sha256=3aFnGmz3uhg-kQVOGei40Ei3Lx5P71r2rk0Xl8-JZXI,1490
214
+ neverlib/vad/VAD_Energy.py,sha256=ErsiDxn4mH_EOiFBRcoBBRqTUsFfEsvEvRELrdZflkw,2135
215
+ neverlib/vad/VAD_Silero.py,sha256=L9_eO94VQcO3TBdOWypJxnjMl5ZZBYTkL5DR_6APfs4,2324
216
+ neverlib/vad/VAD_WebRTC.py,sha256=3A2GY6AoJhdPeXKrYXFpDXF3Ln__CK0yYFKDtMTU6ps,1919
217
+ neverlib/vad/VAD_funasr.py,sha256=oJqU3VOFT-KXmFV2g8kvT64nHIo5-PxcB4tdb-Ap3Bw,1599
218
+ neverlib/vad/VAD_statistics.py,sha256=o310LKoMECBHO6LcqU3vb-uirF6PM2fHbaRautT2w-w,16663
219
+ neverlib/vad/VAD_vadlib.py,sha256=5reZ7blu0BsqqO9WJn8YPIvPQVn8VcFPcJnH1scgEzQ,2228
220
+ neverlib/vad/VAD_whisper.py,sha256=GhBFV-EIS865c-rj2RvM4IUKKG8ZsoD9LCTwrx1Fx2c,1792
221
+ neverlib/vad/__init__.py,sha256=On3GdPYrSWpnJmZxGsB3WvLJoxItHWTlJzmkCjaTf98,574
222
+ neverlib/vad/class_get_speech.py,sha256=jbeGNhEYSkvAdf3wdA8J504Uy-plln8-Hu2hNUFEyh8,2074
223
+ neverlib/vad/class_vad.py,sha256=XSOOg_TnNXPjaqD3yr9m6_t7jUYQ5NuZJho9lX2JosA,5215
224
+ neverlib/vad/utils.py,sha256=J1uFB5jJ5bbPFl0Dsjjwtvd3R0JDRyOlnkD8nl5E2-0,2424
225
+ neverlib-0.2.4.dist-info/licenses/LICENSE,sha256=h-U7vhFdQhieyaNCiA_utrRNMk1rjfrBAUJVodgkfsw,1096
226
+ neverlib-0.2.4.dist-info/METADATA,sha256=_XBtLKQQeUzJwemf6jjNehv46fRB4Al4XW5AqJcdzwg,2504
227
+ neverlib-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
228
+ neverlib-0.2.4.dist-info/top_level.txt,sha256=QqwYFuDiY_iFTz0Kx8av6zKCP_s4M5NiMTNsIXOy8Po,9
229
+ neverlib-0.2.4.dist-info/RECORD,,
@@ -1,53 +0,0 @@
1
- neverlib/__init__.py,sha256=RuVTeJiZfStZ12eMlEfTZ8ZjiC5RBaIQFht-bzMWdTs,1158
2
- neverlib/audio_aug/__init__.py,sha256=96tNRn8u7kDGYcSEWhjlD-R3fw8XGQEQIrBwiHkrYck,185
3
- neverlib/audio_aug/audio_aug.py,sha256=W1iDhXPkfQALNzy1q2CvLo5xY5G2QQdp7W0bleBDn7g,4039
4
- neverlib/dataAnalyze/README.md,sha256=jqPmD--kinoTqlcpu51teospu9p_ijjtjLdFGTMnBc8,6051
5
- neverlib/dataAnalyze/__init__.py,sha256=jBKbM-5l1epNlPO7g8S0z_1yyvTE4PoTi8Or4jsoE3M,2028
6
- neverlib/dataAnalyze/dataset_analyzer.py,sha256=V4eK1rjR1gO3V_HC7wlSBotoCApmQdlK52CaSgAG-o8,22909
7
- neverlib/dataAnalyze/quality_metrics.py,sha256=Z57TipRlUBne7b0hoyLmd8erbruR2JMDJuh4pbQJeFs,12261
8
- neverlib/dataAnalyze/rms_distrubution.py,sha256=o2cpa-25e_2RFYlsPb4AXYgjSpk2sKSOOJkXt93kcy0,1836
9
- neverlib/dataAnalyze/spectral_analysis.py,sha256=ItsAf_KBuWwELOMHnX836_AgDUeeB0aIzmXKj0LwrXA,6206
10
- neverlib/dataAnalyze/statistics.py,sha256=H60D5JqMdkE3b9Qu8XgZjQUKUPCPl0rFiERJy2U1r3o,13314
11
- neverlib/dataAnalyze/temporal_features.py,sha256=ru-ZQluj8iy6qiMlYcbmrb7hrsolJNdCjwoSJJkA8A0,2697
12
- neverlib/dataAnalyze/visualization.py,sha256=MAjkju2hyM-5zczG3Sn_PXonjuxjeieHuaEWFDSYnNY,15101
13
- neverlib/filter/README.md,sha256=X1VQRnSxzjkeR_16ylbAqRbYLAlf4c5stkHzmWlCzlo,3801
14
- neverlib/filter/__init__.py,sha256=DnOO-zh7GLgIAxMlcS33W9V3ZPRm0EHJdy_uIiq0P_k,282
15
- neverlib/filter/biquad.py,sha256=EEGAqGwTQGG5O49Q855hb475WVX0oOu3zq-Gn_ppIto,1438
16
- neverlib/filter/common.py,sha256=OUCOg5w0MMhgHGAoi0MyKCa4z9g8o-juoyBDZmGdYQU,1031
17
- neverlib/filter/core.py,sha256=qr-0IGEEpiSUFgo_uVOXJLLZeaSDFlALzg_b8mEivrY,13091
18
- neverlib/filter/AudoEQ/README.md,sha256=-qcqLxIQPo31YfzABHK-_tcqksLdOTHz8ZG3izz46Ug,4968
19
- neverlib/filter/AudoEQ/auto_eq_de.py,sha256=BfLz8gilxV2dOG9fU3fQ-ODhkMGCKmnr6Wqb1C7pcdk,16445
20
- neverlib/filter/AudoEQ/auto_eq_ga_advanced.py,sha256=-p6cWyFsU6RIm_KZQhN7ZlNgjZ6hOJsIzFDbIvmsEgA,23449
21
- neverlib/filter/AudoEQ/auto_eq_ga_basic.py,sha256=Sbi4MadhaOp0cLTFqNOsJ305QS7QwboiAqNLOhQrS_0,15256
22
- neverlib/filter/AudoEQ/auto_eq_spectral_direct.py,sha256=iawFgiT9kRIChku7jV23Hae887tXo7GZgdpdolAWRAw,3336
23
- neverlib/metrics/dnsmos.py,sha256=vaSTOXF_RA7BOqhoRrcqnW0TgqJcd0O30ZCTo0x8dww,6636
24
- neverlib/metrics/snr.py,sha256=0vfWNNQly3fGl9yEJeu9WUBhPfQ4REkqyOJEECixr9Y,5767
25
- neverlib/metrics/spec.py,sha256=zPPJVRtmEB4YKoxJ1KSqbQuqOka6IXx38_ryTMtKDNE,1787
26
- neverlib/metrics/test_pesq.py,sha256=J3b0do3wPaj6Fv4WalYAEebtX_nhquhItCf7041I2tI,1252
27
- neverlib/metrics/time.py,sha256=MSUdaT3WvFRnL_wvjZEGjwcVrsy7KwArz3hLkYcXF7s,1292
28
- neverlib/tests/__init__.py,sha256=PITL4btOVji1rexFP35A20v2gcLqc6vmGWiF-_5ywnI,27
29
- neverlib/tests/test_preprocess.py,sha256=GHj2PvlG8chJlV-zpRfy8IYlTXzGkn5heO9ipy6Xe20,1003
30
- neverlib/tests/test_vad.py,sha256=TjBuB_qPooflrjkkvoy19HySdBo-MiVeb5yTmLGBJvM,415
31
- neverlib/utils/__init__.py,sha256=kUUhBstCxeXNg3WMmHyrNcx6aDNhUs_LucyygnOF4Ro,137
32
- neverlib/utils/audio_split.py,sha256=LP08L4VMTKWmus86K0PrFqXWcsGkmAj4gVl2Uqls_c0,12152
33
- neverlib/utils/checkGPU.py,sha256=Wye2UovtVK6Fk8W4wZ3dqaYrdZc30WyW5iGa-6Ouxf0,4075
34
- neverlib/utils/message.py,sha256=icZCFABfvkQk1rdz81GaaG5EQ3azLEjmeuDJeMbPMbE,4231
35
- neverlib/utils/utils.py,sha256=lyDUMi3zA0nrVrYf41mMaYWJDkgp5poljfK8uB2eXwk,13067
36
- neverlib/vad/PreProcess.py,sha256=opin2QTOcyRMvahvc29NZfOQel-wSq8ewLCN5GNBZC0,2077
37
- neverlib/vad/README.md,sha256=3aFnGmz3uhg-kQVOGei40Ei3Lx5P71r2rk0Xl8-JZXI,1490
38
- neverlib/vad/VAD_Energy.py,sha256=ErsiDxn4mH_EOiFBRcoBBRqTUsFfEsvEvRELrdZflkw,2135
39
- neverlib/vad/VAD_Silero.py,sha256=JCkLd3HOnwbVUFOwmU2d4p4Zbp6nuZaJSwKTPq1fwqk,2326
40
- neverlib/vad/VAD_WebRTC.py,sha256=GaRI7g44gcDz-zlAfZi_9oOn2ozEeCIzlNQWCKWVdjc,1921
41
- neverlib/vad/VAD_funasr.py,sha256=8gzARzbEDm7tbXT5vCfIJMAMzbf74hJY_zJmJXFCDyY,1601
42
- neverlib/vad/VAD_statistics.py,sha256=o310LKoMECBHO6LcqU3vb-uirF6PM2fHbaRautT2w-w,16663
43
- neverlib/vad/VAD_vadlib.py,sha256=J_Huuu9trk94uJ7hcjWVve_V_pLFtnEgaYSHwq3IZxE,2230
44
- neverlib/vad/VAD_whisper.py,sha256=Y79FAhRyZzYpMDvRfNn9yBdkl-vlYDwXXSLzPNb6vkA,1794
45
- neverlib/vad/__init__.py,sha256=On3GdPYrSWpnJmZxGsB3WvLJoxItHWTlJzmkCjaTf98,574
46
- neverlib/vad/class_get_speech.py,sha256=jbeGNhEYSkvAdf3wdA8J504Uy-plln8-Hu2hNUFEyh8,2074
47
- neverlib/vad/class_vad.py,sha256=XSOOg_TnNXPjaqD3yr9m6_t7jUYQ5NuZJho9lX2JosA,5215
48
- neverlib/vad/utils.py,sha256=J1uFB5jJ5bbPFl0Dsjjwtvd3R0JDRyOlnkD8nl5E2-0,2424
49
- neverlib-0.2.3.dist-info/licenses/LICENSE,sha256=h-U7vhFdQhieyaNCiA_utrRNMk1rjfrBAUJVodgkfsw,1096
50
- neverlib-0.2.3.dist-info/METADATA,sha256=IAKdahrSxnvQi6p6SgKcI9ZbsJ0g4SnHvZK-EcUsdv0,2504
51
- neverlib-0.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
- neverlib-0.2.3.dist-info/top_level.txt,sha256=QqwYFuDiY_iFTz0Kx8av6zKCP_s4M5NiMTNsIXOy8Po,9
53
- neverlib-0.2.3.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes