From ba116f2ff6a1cf471b36e2433c188e0824cf1f47 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 30 Nov 2021 11:45:48 +0000 Subject: [PATCH] add readme --- demos/style_fs2/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 demos/style_fs2/README.md diff --git a/demos/style_fs2/README.md b/demos/style_fs2/README.md new file mode 100644 index 00000000..b9b0469f --- /dev/null +++ b/demos/style_fs2/README.md @@ -0,0 +1,8 @@ +# Style FastSpeech2 +You can change the `pitch`、`duration` and `energy` of `FastSpeech2`. + +Run the following command line to get started: +``` +./run.sh +``` +For more details, please see `style_syn.py`