loadSpeechVAD

actual fun loadSpeechVAD(): ByteArray
expect fun loadSpeechVAD(): ByteArray

Load the Speech VAD model (Silero). Use with VADBackend.SPEECH.

Return

Model data as ByteArray

Throws

if model not found or configure() not called

actual fun loadSpeechVAD(): ByteArray