Skip to main content

Silero Extension

RTNeural logo

Silero VAD

The Silero Voice Activity Detector Extension makes easy to detect speech in an audio signal. You can find more information at https://github.com/snakers4/silero-vad

Example

ONNX.SileroVAD

In this example, we are extending an ONNX.MLSink to create an ONNX.SileroVAD node which we can use to detect specch on an incoming signal. The speech prediction is presented as a percentage.

Node types

The Silero Voice Activity Detector Extension provides the following audio nodes for a Switchboard SDK audio graph:

NodeDescription
Onnx.SileroVadA sink node that detects speech.

Silero TTS

The Silero Text-to-Speech Extension makes easy to convert text to speech audio signal on the device. You can find more information at https://github.com/snakers4/silero-models.

This Silero Text-to-Speech Extension provides the following audio nodes for a Switchboard SDK audio graph:

NodeDescription
SileroTTSNodeA source node that converts text into speech audio signal.

Silero STT

The Silero Text-to-Speech Extension makes it easy to convert speech audio signals to text on the device. You can find more information at https://github.com/snakers4/silero-models.

This Silero Speech-to-Text Extension provides the following audio nodes for a Switchboard SDK audio graph:

NodeDescription
SileroSTTNodeA sink node that converts the speech audio signal into text.

Download SDK Extension

You can download this SDK extension from our Downloads Page.

Visit the page to access the latest version and start integrating it into your project!