Crates.io | earshot |
lib.rs | earshot |
version | 0.1.0 |
source | src |
created_at | 2024-09-29 16:39:46.007543 |
updated_at | 2024-09-29 16:39:46.007543 |
description | Ridiculously fast voice activity detection in pure #[no_std] Rust |
homepage | |
repository | https://github.com/pykeio/earshot |
max_upload_size | |
id | 1390980 |
size | 71,524 |
Ridiculously fast, only slightly bad voice activity detection in pure Rust. Port of the famous WebRTC VAD.
#![no_std]
, doesn't even require alloc
alloc
feature is enabled by default, which allocates them on the heap instead.ort
achieves an RTF of ~3e-3 with 60 ms 16 KHz frames.