# PVQ Manipulation This repository contains code for manipulating perceptual voice quality (PVQ) features, intended for experiments and synthesis using models such as YourTTS. --- ## Installation ### Step 1: 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