murmur-core 0.1.3

Core transcription engine for murmur — audio capture, Whisper transcription, VAD, and context abstractions.
Documentation
1
2
3
4
5
6
7
pub mod audio;
pub mod config;
pub mod context;
pub mod input;
pub mod llm;
pub mod transcription;
pub mod update;