LocalVQE v1.4-AEC

यह Soniqo पेज स्थानीय speech-swift implementation में LocalVQE v1.4-AEC को दस्तावेज़ करता है। Hugging Face bundle links integration notes के बाद दिए गए हैं।

पहले आंतरिक पेज

Landing cards और docs menus पहले इसी पेज पर आते हैं; source model और bundle links यहीं उपलब्ध रहते हैं।

सारांश

मॉडलLocalVQE v1.4-AEC
भूमिकाExplicit-reference acoustic echo cancellation
BackendNative C++ adaptive filter plus stateful Core ML residual mask
Output16 kHz mono Float32 clean-microphone PCM
भाषाएँLanguage-independent acoustic processing
लाइसेंसApache-2.0 code and weights
स्थितिStreaming and complete-clip speech-swift runtime
SourceLocalVQE
Swift productSpeechEnhancement
CLI / runtimeProgrammatic LocalVQEEchoCanceller runtime

उपयोग

नीचे का snippet मौजूदा speech-swift API या command से मेल खाता है।

import SpeechEnhancement

let aec = try await LocalVQEEchoCanceller.fromPretrained()
let cleanMicrophone = try aec.processFrame(
    microphone: microphoneFrame,
    reference: playbackReferenceFrame
)

मॉडल लिंक

implementation notes