Voice Activity Detection
Transformers.js
ONNX
whisper
audio-classification
speech-processing
semantic-vad
multilingual
Instructions to use onnx-community/smart-turn-v3-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/smart-turn-v3-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('voice-activity-detection', 'onnx-community/smart-turn-v3-ONNX');
| { | |
| "chunk_length": 8, | |
| "dither": 0.0, | |
| "feature_extractor_type": "WhisperFeatureExtractor", | |
| "feature_size": 80, | |
| "hop_length": 160, | |
| "n_fft": 400, | |
| "n_samples": 128000, | |
| "nb_max_frames": 800, | |
| "padding_side": "right", | |
| "padding_value": 0.0, | |
| "return_attention_mask": false, | |
| "sampling_rate": 16000 | |
| } | |