A chapter-by-chapter walkthrough of moonshine, generated from its source code and tutorial markdown.
moonshine is organized as connected concepts and components. Start broad, then drill down chapter by chapter.
Moonshine is a lightweight, fast speech-to-text library designed for real-time applications on edge devices and the cloud. At its core, a Transcriber orchestrates the flow of audio through Voice Activity Detection and a Streaming Inference Engine to produce low-latency text. Developers can build interactive voice experiences by using Intent Recognizers and subscribing to transcription updates via a flexible Event Listener System.
Source Repository: https://github.com/moonshine-ai/moonshine
Follow sequentially or jump to any topic. Start with Transcriber (The Orchestrator).
This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.
View Code IQ ↗