diff --git a/docs/QA.md b/docs/QA.md index d0c1d2e..4736d1c 100644 --- a/docs/QA.md +++ b/docs/QA.md @@ -30,9 +30,9 @@ Please check the followings: For multi-lingual and cross-lingual usage, please refer to [`demo_part2.ipynb`](https://github.com/myshell-ai/OpenVoice/blob/main/demo_part2.ipynb). OpenVoice supports any language as long as you have a base speaker in that language. The OpenVoice team already did the most difficult part (tone color converter training) for you. Base speaker TTS model is relatively easy to train, and multiple existing open-source repositories support it. If you don't want to train by yourself, simply use the OpenAI TTS model as the base speaker. ## Issues with Installation -**Error related to silero** +**Error Related to Silero** -When calling the get_vad_segments in se_extractor.py, there should be a message like: +When calling `get_vad_segments` from `se_extractor.py`, there should be a message like this: ``` Downloading: "https://github.com/snakers4/silero-vad/zipball/master" to /home/user/.cache/torch/hub/master.zip ```