ZhangXinWhut/SimWhisper_Codec

Model

πŸŽ™οΈ SimWhisper-Codec

2

7 commits

2 linked in READMEs

updated Feb 9, 2026

See the code

README

πŸŽ™οΈ SimWhisper-Codec

Speaking Clearly: A Simplified Whisper-Based Codec for Low-Bitrate Speech Coding

Demo paper Hugging Face GitHub

A semantic-first speech codec that achieves superior performance through architectural simplification rather than complex supervision.


✨ Highlights

  • πŸš€ low Bitrate: Only 1.1 kbps at 16 kHz sampling rate
  • πŸ”Š High Quality Speech Reconstruction: Achieving UTMOS 4.00 WER 2.75 (hubert-large-ls960-ft) sim 0.83 (wavlm_large_finetune) stoi 0.93 pesq-nb 3.29 pesq-wb 2.72 on librispeech-test-clean reconstruction (gt: WER 2.16 UTMOS 4.09)
  • 🧊 Frozen Encoder: No fine-tuning of Whisper encoder required
  • ⚑ Simple & Efficient: Architectural simplification over complex supervision

πŸ“Š Performance

ModelBitrateWER ↓PESQ-NB ↑PESQ-WB ↑STOI ↑SIM ↑UTMOS ↑
XCodec2.00.8 kbps2.613.042.430.920.824.13
XY-Tokenizer1.0 kbps2.463.002.410.910.843.98
SimWhisper-Codec1.1 kbps2.753.292.720.930.834.00

Evaluated on LibriSpeech test-clean

πŸš€ Quick Start

Installation

# Clone repository
git clone https://github.com/ZhangXinWhut/SimWhisper-Codec.git && cd SimWhisper-Codec

# Create and activate conda environment
conda create -n swcodec python=3.10 -y && conda activate swcodec

# Install dependencies
pip install -r requirements.txt

Available Models πŸ—‚οΈ

Model NameHugging FaceTraining Data
SimWhisper-CodecπŸ€—LibriSpeech

Download Model Weights

You need to download the SimWhisper-Codec model weights. You can find the weights in the SimWhisper-Codec Hugging Face repository.

mkdir -p ./weights && huggingface-cli download xxx123456/SimWhisper_Codec SimWhisperCodec.pt --local-dir ./weights/

Inference

python inference.py --input_dir /path/to/LibriSpeech/test-clean

The reconstructed audio files will be available in the output_wavs/ directory.

πŸ™ Acknowledgements

Our codebase builds upon the XY-Tokenizer. We thank the authors for their excellent work.

πŸ“ Citation

If you find this work useful in your research, please cite our paper:

@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}, 
}
audio
audio-compression
audio-to-audio
codec
low-bitrate
pytorch
speech
speech-codec
whisper

Contributors

XXX123456

7 commits

ZhangXinWhut/SimWhisper_Codec

Model

πŸŽ™οΈ SimWhisper-Codec

2

7 commits

2 linked in READMEs

updated Feb 9, 2026

See the code

README

πŸŽ™οΈ SimWhisper-Codec

Speaking Clearly: A Simplified Whisper-Based Codec for Low-Bitrate Speech Coding

Demo paper Hugging Face GitHub

A semantic-first speech codec that achieves superior performance through architectural simplification rather than complex supervision.


✨ Highlights

  • πŸš€ low Bitrate: Only 1.1 kbps at 16 kHz sampling rate
  • πŸ”Š High Quality Speech Reconstruction: Achieving UTMOS 4.00 WER 2.75 (hubert-large-ls960-ft) sim 0.83 (wavlm_large_finetune) stoi 0.93 pesq-nb 3.29 pesq-wb 2.72 on librispeech-test-clean reconstruction (gt: WER 2.16 UTMOS 4.09)
  • 🧊 Frozen Encoder: No fine-tuning of Whisper encoder required
  • ⚑ Simple & Efficient: Architectural simplification over complex supervision

πŸ“Š Performance

ModelBitrateWER ↓PESQ-NB ↑PESQ-WB ↑STOI ↑SIM ↑UTMOS ↑
XCodec2.00.8 kbps2.613.042.430.920.824.13
XY-Tokenizer1.0 kbps2.463.002.410.910.843.98
SimWhisper-Codec1.1 kbps2.753.292.720.930.834.00

Evaluated on LibriSpeech test-clean

πŸš€ Quick Start

Installation

# Clone repository
git clone https://github.com/ZhangXinWhut/SimWhisper-Codec.git && cd SimWhisper-Codec

# Create and activate conda environment
conda create -n swcodec python=3.10 -y && conda activate swcodec

# Install dependencies
pip install -r requirements.txt

Available Models πŸ—‚οΈ

Model NameHugging FaceTraining Data
SimWhisper-CodecπŸ€—LibriSpeech

Download Model Weights

You need to download the SimWhisper-Codec model weights. You can find the weights in the SimWhisper-Codec Hugging Face repository.

mkdir -p ./weights && huggingface-cli download xxx123456/SimWhisper_Codec SimWhisperCodec.pt --local-dir ./weights/

Inference

python inference.py --input_dir /path/to/LibriSpeech/test-clean

The reconstructed audio files will be available in the output_wavs/ directory.

πŸ™ Acknowledgements

Our codebase builds upon the XY-Tokenizer. We thank the authors for their excellent work.

πŸ“ Citation

If you find this work useful in your research, please cite our paper:

@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}, 
}
audio
audio-compression
audio-to-audio
codec
low-bitrate
pytorch
speech
speech-codec
whisper

Contributors

XXX123456

7 commits