Views
No views yet
Part of the soniqo.audio speech toolkit — an open, runtime-portable stack for speech AI. This bundle is the LiteRT export, designed to plug into the abstract interfaces inspeech-core(C++ voice-agent orchestration library). Browse all LiteRT bundles in the soniqo LiteRT collection.
speech-core
TTSInterface.text + optional instruction ──► text-prefill
│
▼
repeated token-step
│
▼
audio-decoder ──► 48 kHz PCM| File | Size | Description |
|---|---|---|
voxcpm2-text-prefill.tflite | 7.7 GB | FP32 text + instruction prefill (MiniCPM-4 KV-cache producer) |
voxcpm2-token-step.tflite | 2.0 GB | INT8 weight-only autoregressive step (MiniCPM-4 + residual LM) |
voxcpm2-audio-encoder.tflite | 184 MB | FP32 reference-audio encoder (16 kHz → conditioning) |
voxcpm2-audio-decoder.tflite | 175 MB | FP32 AudioVAE decoder (acoustic tokens → 48 kHz PCM) |
tokenizer.json / tokenizer_config.json / special_tokens_map.json | — | HF tokenizer bundle |
generation_config.json / tokenization_voxcpm2.py | — | Generation defaults + tokenizer module |
config.json | — | Tensor shapes, sample rates, files manifest |
"hello world from soniqo dot audio",
instruction "clear neutral delivery"):voxcpm2-litert-hello-world.wavVoxCPM2TTS
mode matrix:| Mode | Inputs |
|---|---|
| Zero-shot | text |
| Voice design | text + style instruction |
| Controllable cloning | text + reference audio |
| Ultimate cloning | text + reference audio + prompt audio + prompt text |
STTInterface / TTSInterface / VADInterface / EnhancerInterface; LiteRT implementations plug straight into the interfaces.base_model repository for the full terms.