Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ license: mit
|
|
9 |
# This repository offers 16khzDAC with 9 codebooks and 8kbps bitrate.
|
10 |
|
11 |
For integration into ParlerTTS, you first need to install the [Parler-TTS library](https://github.com/huggingface/parler-tts) with (to do once):
|
|
|
|
|
|
|
12 |
|
13 |
|
14 |
# Descript Audio Codec (.dac): High-Fidelity Audio Compression with Improved RVQGAN
|
|
|
9 |
# This repository offers 16khzDAC with 9 codebooks and 8kbps bitrate.
|
10 |
|
11 |
For integration into ParlerTTS, you first need to install the [Parler-TTS library](https://github.com/huggingface/parler-tts) with (to do once):
|
12 |
+
```sh
|
13 |
+
pip install git+https://github.com/huggingface/parler-tts.git
|
14 |
+
```
|
15 |
|
16 |
|
17 |
# Descript Audio Codec (.dac): High-Fidelity Audio Compression with Improved RVQGAN
|