mirror of
https://github.com/myshell-ai/OpenVoice
synced 2024-11-21 22:48:25 +00:00
update
This commit is contained in:
parent
e9de573681
commit
4d82a721e3
@ -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
|
||||
```
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user