Collected sources and patterns will appear here. Add from search or the patterns library.
The reusable building blocks distilled from the corpus. Each one is a mechanism stated as takes X → produces Y, with the real sources it was found in. These are the ingredients you compose into an Enhancement.
Showing 1–5 of 5 patterns
AudioStream -> List<AudioChunk>
Segment an audio stream into batched chunks based on voice activity boundaries to enable parallel ASR processing and reduce silence-induced hallucinations.
AudioChunk, AudioContextState -> TextChunk, AudioContextState
Transcribe audio stream chunks sequentially while maintaining a rolling context cache to avoid recomputing historical sequence representations.