Update USAGE_WINDOWS.md

This commit is contained in:
Alienpups
2024-02-08 19:41:53 +01:00
parent a1157c77b5
commit 1556dd3c15

View File

@@ -12,9 +12,8 @@
1. Open the Microsoft Store app on your Windows 10/11 device. You can search for it in the Start menu or press the Windows logo key + S and type "store".
2. In the Microsoft Store app, search for "Visual Studio Code" or click on this link: [Visual Studio Code](https://apps.microsoft.com/detail/XP9KHM4BK9FZ7Q?hl=en-US&gl=US).
3. On the Visual Studio Code app page, click on the "Get" button to download and install it. You may need to sign in with your Microsoft account if you haven't already.
4. Once the installation is complete, you can launch Visual Studio Code from the Start menu or by typing "code" in the command prompt.
5. To verify that Visual Studio Code is installed correctly, you can run the following command in the command prompt: `code --version`. It should display something like "1.86.0".
6. Congratulations, you have successfully installed Visual Studio Code via Microsoft Store. You can now use it to edit and debug code in various languages and frameworks. 💻
4. Once the installation is complete, you can launch Visual Studio Code from the Start menu.
5. Congratulations, you have successfully installed Visual Studio Code via Microsoft Store. You can now use it to edit and debug code in various languages and frameworks. 💻
# How to install OpenVoice from GitHub using Visual Studio Code terminal
@@ -32,4 +31,4 @@
12. To use openvoice, you can open and run the Jupyter notebooks that are in the openvoice folder. These notebooks will show you how to use openvoice to clone voices in various languages and styles. You can open the notebooks in VS Code by clicking on them in the Explorer on the left side.
13. To run the notebooks, you will need to install the Jupyter extension for VS Code. You can do this by pressing F1 and selecting the Extensions: Install Extensions command. Search for "Jupyter" and install the extension by Microsoft.
14. After installing the extension, you can run the notebooks by clicking on the play button next to the code blocks. The first notebook you should run is demo_part1.ipynb, which will guide you through the basic steps of using openvoice. You will need to provide a reference audio file for tone color extraction. You can use the sample audio files that are in the openvoice/resources folder or use your own audio file which you can also place inside the recources folder. The notebook will show you how to load the audio file, extract the tone color, and synthesize a new voice with the same tone color. You can also run the other notebooks, such as demo_part2.ipynb to see more advanced features of openvoice, such as style transfer and voice cloning. If you get a message that says something about ipywidgets being outdated or missing, you can install ipywidgets by running this command in the terminal: `pip install ipywidgets`.
15. Congratulations, you have successfully installed openvoice from GitHub using Visual Studio Code terminal. You can now use it to clone voices in various languages and styles. 🎙️
15. Congratulations, you have successfully installed OpenVoice from GitHub using Visual Studio Code terminal. You can now use it to clone voices in various languages and styles. 🎙️