You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wire the MOSS-TTS-Local session end to end: the text processor builds the
generation prefix, the generator emits RVQ codes, and the codec decoder renders
48 kHz stereo. Add voice cloning via the MOSS-Audio-Tokenizer-v2 encoder
(audio -> RLFQ codes), the structural mirror of the decoder; extract the shared
ProjectedTransformer machinery into codec_transformer.h so the encoder and
decoder share one implementation. The processor's clone prefix embeds the
reference speaker's codes under "- Reference(s):"; the session resamples and
loudness-normalizes a --voice-ref clip, encodes it, and seeds generation.
Parity-verified against the transformers reference: generation loop 96/96 codes
over 8 frames, encoder 300/300 codes, clone input_ids 100x13 exact, decoder
cosine 1.0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments