From 1dc37215e0b5923076f2add28c85f86478428635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A9=E8=9A=82=E8=9A=81?= <1174519382@qq.com> Date: Wed, 12 Aug 2026 06:01:25 +0800 Subject: [PATCH] Add Chinese (zh) language resources page --- README.md | 1 + chinese.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 chinese.md diff --git a/README.md b/README.md index f997c6d..3406e94 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/chinese.md b/chinese.md new file mode 100644 index 0000000..327b1f6 --- /dev/null +++ b/chinese.md @@ -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.