RautenbergFrederik commited on
Commit
fd612b2
·
1 Parent(s): 2a24191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -1,10 +1,23 @@
1
- # pvq_manipulation
2
- =======
3
- # pvq_manipulation
4
 
5
- # Installation
 
 
 
 
 
 
6
 
7
  ```sh
8
  git clone https://github.com/FrederikRautenberg/pvq_manipulation.git
9
  cd pvq_manipulation
10
- pip install -e .
 
 
 
 
 
 
 
 
 
 
1
+ # PVQ Manipulation
 
 
2
 
3
+ This repository contains code for manipulating perceptual voice quality (PVQ) features, intended for experiments and synthesis using models such as YourTTS.
4
+
5
+ ---
6
+
7
+ ## Installation
8
+
9
+ ### Step 1: Clone the repository and install
10
 
11
  ```sh
12
  git clone https://github.com/FrederikRautenberg/pvq_manipulation.git
13
  cd pvq_manipulation
14
+ pip install -e .
15
+
16
+
17
+ # Install YourTTS from
18
+ https://github.com/coqui-ai/TTS
19
+
20
+
21
+ # Make sure that Paderbox and Padertorch are installed from
22
+ https://github.com/fgnt/paderbox
23
+ https://github.com/fgnt/padertorch