Skip to content

Commit

Permalink
refactor!: simplify codebase by removing original hifigan code
Browse files Browse the repository at this point in the history
fixes: #425
  • Loading branch information
roedoejet committed May 13, 2024
1 parent c1c835b commit 5cde414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 237 deletions.
4 changes: 2 additions & 2 deletions docs/guides/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ everyvoice train text-to-spec config/{{ config_filename('text-to-spec') }}

## Step 8: Synthesize Speech in Your Language!

You can synthesize by pointing the CLI to your trained feature prediction network and passing in the text. You can export to wav, npy, or pt files.
You can synthesize by pointing the CLI to your trained feature prediction network and passing in the text. You can export the wav or spectrogram (pt) files.

```bash
everyvoice synthesize from-text logs_and_checkpoints/FeaturePredictionExperiment/base/checkpoints/last.ckpt -t "මෙදා සැරේ සාකච්ඡාවක් විදියට නෙවෙයි නේද පල කරල තියෙන්නෙ" -a gpu -d 1
everyvoice synthesize from-text logs_and_checkpoints/FeaturePredictionExperiment/base/checkpoints/last.ckpt -t "මෙදා සැරේ සාකච්ඡාවක් විදියට නෙවෙයි නේද පල කරල තියෙන්නෙ" -a gpu -d 1 --output-type wav
```

<!-- % Step 10 (optional): Finetune your vocoder
Expand Down
235 changes: 0 additions & 235 deletions everyvoice/model/vocoder/original_hifigan_helper/__init__.py

This file was deleted.

0 comments on commit 5cde414

Please sign in to comment.