forked from CSTR-Edinburgh/merlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
20 lines (18 loc) · 764 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
20 lines (18 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: Merlin Documentation
theme: readthedocs
docs_dir: templates
repo_url: http://github.com/CSTR-Edinburgh/merlin
site_url: http://cstr-edinburgh.github.io/merlin
site_description: 'Documentation for Merlin, Neural Network based speech synthesis.'
pages:
- Home: index.md
- Getting started:
- Arctic voices: getting-started/slt-arctic-voice.md
- Build your own voice: getting-started/build-own-voice.md
- Improving the quality of voice:
- Architectures: improve-voice-quality/architectures.md
- Vocoders: improve-voice-quality/vocoders.md
- Switch to keras models: improve-voice-quality/switch-to-keras.md
- Hybrid speech synthesis: hybrid-speech-synthesis.md
- Voice conversion: voice-conversion.md
- Speaker adaptation: speaker-adaptation.md