Views
No views yet
| Model | Bitrate | WER ↓ | PESQ-NB ↑ | PESQ-WB ↑ | STOI ↑ | SIM ↑ | UTMOS ↑ |
|---|---|---|---|---|---|---|---|
| XCodec2.0 | 0.8 kbps | 2.61 | 3.04 | 2.43 | 0.92 | 0.82 | 4.13 |
| XY-Tokenizer | 1.0 kbps | 2.46 | 3.00 | 2.41 | 0.91 | 0.84 | 3.98 |
| SimWhisper-Codec | 1.1 kbps | 2.75 | 3.29 | 2.72 | 0.93 | 0.83 | 4.00 |
1# Clone repository
2git clone https://github.com/ZhangXinWhut/SimWhisper-Codec.git && cd SimWhisper-Codec
3
4# Create and activate conda environment
5conda create -n swcodec python=3.10 -y && conda activate swcodec
6
7# Install dependencies
8pip install -r requirements.txt| Model Name | Hugging Face | Training Data |
|---|---|---|
| SimWhisper-Codec | 🤗 | LibriSpeech |
mkdir -p ./weights && huggingface-cli download xxx123456/SimWhisper_Codec SimWhisperCodec.pt --local-dir ./weights/python inference.py --input_dir /path/to/LibriSpeech/test-cleanoutput_wavs/ directory.@misc{zhang2025speakingclearlysimplifiedwhisperbased,
title={Speaking Clearly: A Simplified Whisper-Based Codec for Low-Bitrate Speech Coding},
author={Xin Zhang and Lin Li and Xiangni Lu and Jianquan Liu and Kong Aik Lee},
year={2025},
eprint={2510.20504},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2510.20504},
}