Skip to content

Add SileroVADProcessor for ONNX-based voice activity detection#431

Merged
uezo merged 1 commit intomasterfrom
develop
Jul 16, 2025
Merged

Add SileroVADProcessor for ONNX-based voice activity detection#431
uezo merged 1 commit intomasterfrom
develop

Conversation

@uezo
Copy link
Owner

@uezo uezo commented Jul 16, 2025

Introduces SileroVADProcessor to perform voice activity detection using the Silero VAD ONNX model.

Usage:

var sileroVad = gameObject.GetComponent<SileroVADProcessor>();
sileroVad.Initialize();
speechListener.DetectVoiceFunc = sileroVad.IsVoiced;

Introduces SileroVADProcessor to perform voice activity detection using the Silero VAD ONNX model.

Usage:

```
var sileroVad = gameObject.GetComponent<SileroVADProcessor>();
sileroVad.Initialize();
speechListener.DetectVoiceFunc = sileroVad.IsVoiced;
```
@uezo uezo merged commit 18eb63e into master Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant