去除多余的模型

This commit is contained in:
林若思 2026-01-03 15:42:56 +08:00
parent 982a26c294
commit 05aad755b8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -25,7 +25,7 @@ class VadManager(
private val END_SILENCE_MS = 600L private val END_SILENCE_MS = 600L
init { init {
val config = getVadModelConfig(1) val config = getVadModelConfig(0)
?: throw IllegalStateException("VAD config not found") ?: throw IllegalStateException("VAD config not found")
vad = Vad(assetManager, config) vad = Vad(assetManager, config)
} }