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 provider;
pub mod system_state;
pub mod title_analyzer;

pub use provider::{Context, ContextManager, ContextProvider, DictationMode};
pub use system_state::{ClipboardWatcher, RecentTextTracker};
pub use title_analyzer::{analyze_title, TitleContext};