Spaces:
Running
Running
File size: 549 Bytes
fd612b2 ede1a4e fd612b2 d772f31 ede1a4e fd612b2 b584386 fd612b2 d772f31 fd612b2 d772f31 fd612b2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# PVQ Manipulation
This repository contains code for manipulating perceptual voice quality (PVQ) features, intended for experiments and synthesis using models such as YourTTS.
---
## Installation
### Clone the repository and install
```sh
git clone https://github.com/FrederikRautenberg/pvq_manipulation.git
cd pvq_manipulation
pip install -e .
´´´
### Install YourTTS from
https://github.com/coqui-ai/TTS
### Make sure that Paderbox and Padertorch are installed from
https://github.com/fgnt/paderbox
https://github.com/fgnt/padertorch
|