Overview of MOSS-Audio-Tokenizer
mainMOSS-Audio-Tokenizer is the unified discrete audio interface for the MOSS-TTS family (including MOSS-TTS, MOSS-TTSD, MOSS-VoiceGenerator, MOSS-SoundEffect, and MOSS-TTS-Realtime). It is based on the Cat (Causal Audio Tokenizer with Transformer) architecture.
Key features:
- Unified Backbone: Provides a consistent audio representation across the MOSS ecosystem.
- High Compression: Compresses 24kHz raw audio to a 12.5Hz frame rate using a 32-layer Residual Vector Quantizer (RVQ).
- Variable Bitrate: Supports reconstruction from 0.125kbps to 4kbps.
- Streaming Native: Designed for low-latency streaming inference via a pure Causal Transformer architecture.
For detailed setup and evaluation metrics, refer to the MOSS-Audio-Tokenizer Repository.