Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ For now only few languages here but we will add more.

* [Arabic](arabic.md)
* [Bengali](bengali.md)
* [Chinese](chinese.md)
* [Filipino](filipino.md)
* [Georgian](georgian.md)
* [Greek](greek.md)
Expand Down
26 changes: 26 additions & 0 deletions chinese.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Keyword Spotting / Wake Word

* [voicute](https://github.com/voicute/onnx-wakeword) - Cross-platform offline wake word and keyword spotting engine with ONNX Runtime. Supports Chinese, English, and 150+ languages. Deployable on ESP32 (INT8 ~74KB), Android, Web, and desktop. Features multi-prototype cosine classification and multi-scale temporal pooling for low false-trigger rates.

## ASR

* [FunASR](https://github.com/modelscope/FunASR) - Industrial-grade speech recognition toolkit with 170x realtime speed, 50+ languages, speaker diarization, and emotion detection.
* [SenseVoice](https://github.com/FunAudioLLM/SenseVoice) - Multilingual speech understanding model for speech recognition, language identification, emotion recognition, and audio event detection.
* [whisper](https://github.com/openai/whisper) - General-purpose automatic speech recognition model trained on 680k hours of multilingual and multitask supervised data.
* [wenet](https://github.com/wenet-e2e/wenet) - Production-first and production-ready end-to-end speech recognition toolkit.

## TTS

* [CosyVoice](https://github.com/FunAudioLLM/CosyVoice) - Multi-lingual large voice generation model with zero-shot voice cloning and emotion control.
* [ChatTTS](https://github.com/2noise/ChatTTS) - Conversational TTS model optimized for dialogue scenarios with natural prosody and multi-speaker synthesis.
* [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) - Few-shot voice cloning with 1-minute reference audio.

## Voice Conversion

* [RVC](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) - Retrieval-based Voice Conversion with easy training and real-time inference.

## Datasets

* [AISHELL](https://www.aishelltech.com) - Multi-hour Chinese speech corpus for ASR research.
* [WenetSpeech](https://github.com/wenet-e2e/WenetSpeech) - 10,000+ hour multi-domain Chinese speech corpus.
* [Common Voice zh-CN](https://commonvoice.mozilla.org/zh-CN) - Mozilla's open Chinese speech dataset.