From 81eee77f91460c5b2baf1e1ee93cea5d29288353 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 6 Dec 2021 16:31:23 +0800 Subject: [PATCH] Update README.md --- demos/style_fs2/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/style_fs2/README.md b/demos/style_fs2/README.md index b9b0469f..ca8c9812 100644 --- a/demos/style_fs2/README.md +++ b/demos/style_fs2/README.md @@ -1,8 +1,10 @@ # Style FastSpeech2 -You can change the `pitch`、`duration` and `energy` of `FastSpeech2`. +You can change the `pitch`、`duration` and `energy` of `FastSpeech2`, then get some interesting results. Run the following command line to get started: ``` ./run.sh ``` For more details, please see `style_syn.py` + +The audio samples are in [style-control-in-fastspeech2](https://paddlespeech.readthedocs.io/en/latest/tts/demo.html#style-control-in-fastspeech2)