This commit is contained in:
qinzy 2024-01-07 16:00:00 -05:00
parent e9de573681
commit 4d82a721e3
2 changed files with 1 additions and 5 deletions

View File

@ -54,10 +54,6 @@ OpenVoice has been powering the instant voice cloning capability of [myshell.ai]
Please see [QnA](QA.md) for common questions and answers. We will regularly update the question and answer list.
## Disclaimer
This is an implementation that approximates the performance of the internal voice clone technology of [myshell.ai](https://app.myshell.ai/explore). The online version in myshell.ai has better 1) audio quality, 2) voice cloning similarity, 3) speech naturalness and 4) computational efficiency.
## Installation
Clone this repo, and run
```

View File

@ -148,7 +148,7 @@
"save_path = f'{output_dir}/output_whispering.wav'\n",
"\n",
"# Run the base speaker tts\n",
"text = \"This audio is generated by OpenVoice with a half-performance model.\"\n",
"text = \"This audio is generated by OpenVoice.\"\n",
"src_path = f'{output_dir}/tmp.wav'\n",
"base_speaker_tts.tts(text, src_path, speaker='whispering', language='English', speed=0.9)\n",
"\n",