From aa6feb117862e5c7403b0d779a9f7f0c6779c7d0 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:01:32 +0800 Subject: [PATCH] Added ffmpeg dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0bd1e4..80a2e83 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ inference └───G_latest.pth ``` 4. run `inference.exe`, the browser should pop up automatically. +5. Note: you must install `ffmpeg` to enable voice conversion feature. ## Use in MoeGoe 0. Prepare downloaded model & config file, which are named `G_latest.pth` and `moegoe_config.json`, respectively.