kcode-audio-transcribe
kcode-audio-transcribe turns owned WAV bytes into a reconciled Markdown
transcript. It accepts already-configured Gemini and Codex clients, starts
the complete pipeline with one call, and exposes a cheap pollable status
snapshot.
use ;
use Codex;
use Gemini;
#
The library never accepts API keys, paths, readers, storage callbacks, or database handles. Audio, chunks, encoded Opus, progress, and results are held only in memory. Jobs do not survive process shutdown.
See Documentation.md for the API and Specification.md for behavioral guarantees.