├── .gitignore ├── LICENSE ├── README.md └── assets └── zh_demo.wav /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifeiteng/NotebookTTS/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifeiteng/NotebookTTS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifeiteng/NotebookTTS/HEAD/README.md -------------------------------------------------------------------------------- /assets/zh_demo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifeiteng/NotebookTTS/HEAD/assets/zh_demo.wav --------------------------------------------------------------------------------