Skip to content
Merged
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

**言語 / Language**: [English](README_EN.md) | [中文](README_CN.md)

## デモ動画

[![uCosyVoice Demo](https://img.youtube.com/vi/uXbTALX16FE/maxresdefault.jpg)](https://youtu.be/uXbTALX16FE)

▶️ クリックしてYouTubeで視聴

## 特徴

- **完全なTTSパイプライン**: テキスト正規化 → BPEトークン化 → LLM → Flow Matching → HiFTボコーダー
Expand Down
6 changes: 6 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

**语言**: [日本語](README.md) | [English](README_EN.md)

## 演示视频

[![uCosyVoice Demo](https://img.youtube.com/vi/uXbTALX16FE/maxresdefault.jpg)](https://youtu.be/uXbTALX16FE)

▶️ 点击在YouTube上观看

## 特性

- **完整的TTS流水线**:文本规范化 → BPE分词 → LLM → Flow Matching → HiFT声码器
Expand Down
6 changes: 6 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Unity implementation of [CosyVoice3](https://github.com/FunAudioLLM/CosyVoice) t

**Language**: [日本語](README.md) | [中文](README_CN.md)

## Demo Video

[![uCosyVoice Demo](https://img.youtube.com/vi/uXbTALX16FE/maxresdefault.jpg)](https://youtu.be/uXbTALX16FE)

▶️ Click to watch on YouTube

## Features

- **Full TTS Pipeline**: Text normalization → BPE tokenization → LLM → Flow Matching → HiFT vocoder
Expand Down
Loading