去除多余的模型
This commit is contained in:
parent
982a26c294
commit
05aad755b8
Binary file not shown.
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user