feat(audio): add Apple CoreML Silero VAD
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
//! platforms may use a model-backed detector when available so
|
||||
//! VoiceActivity mode never collapses back to Continuous transmit.
|
||||
|
||||
#[cfg(any(target_os = "ios", target_os = "macos"))]
|
||||
pub mod apple_coreml;
|
||||
pub mod resampler;
|
||||
#[cfg(not(target_os = "ios"))]
|
||||
pub mod silero_onnx;
|
||||
|
||||
Reference in New Issue
Block a user