makepad/libs/voice
Admin 016a171a35 libs/audio_*: MP3, Vorbis and Ogg of our own, plus lyric alignment and audio imaging
Another dependency the app should not be asking the platform for:

  - audio_decode — MP3 (layer 3, LSF tables, synthesis) and Ogg Vorbis
    (codebooks, floor, residue, MDCT) decoders, with tag reading. Both are
    checked against oracle fixtures rather than against our own expectations.
  - audio_encode — an Ogg Vorbis encoder: MDCT, psychoacoustics, floor and
    Huffman coding, setup tables, plus `oggenc` and `audiobench` binaries.
  - audio_picture — waveform and spectrogram rendering, and compositing.
  - audio_lyrics — word-level lyric alignment (DTW plus a DP snap) and the
    baked schema behind karaoke timing.
  - audio_sidechannels — the side-channel plumbing between them.

libs/voice grows a CUDA backend and an alignment path beside its CPU decoder,
with a `whisper_parity` binary to keep the two honest.
2026-08-23 01:34:35 +02:00
..
src libs/audio_*: MP3, Vorbis and Ogg of our own, plus lyric alignment and audio imaging 2026-08-23 01:34:35 +02:00
swift cleanup 2026-02-19 14:28:24 +01:00
tests voice: pure-rust silero v5 vad + learned speech gate in window voice input 2026-07-28 13:47:05 +02:00
build.rs libs/audio_*: MP3, Vorbis and Ogg of our own, plus lyric alignment and audio imaging 2026-08-23 01:34:35 +02:00
Cargo.toml libs/audio_*: MP3, Vorbis and Ogg of our own, plus lyric alignment and audio imaging 2026-08-23 01:34:35 +02:00