File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 使用方法
2
2
sound-helper(GUI)を使うまでの準備についての解説
3
3
## 下準備
4
- ### 1. Pythonのインストール
4
+ ### 1. Source.zipのダウンロード
5
+ [ こちら] ( https://github.com/aiczk/sound-helper/releases/tag/v1.0 ) のAssets下にある** Source Code** をクリックしてダウンロード後、解凍しましょう。
6
+
7
+ ### 2. Pythonのインストール
5
8
[ こちら] ( https://prog-8.com/docs/python-env-win ) のサイトに記載されている通りにPythonをインストールします。
6
9
コマンドプロンプトで** 必ず** ` python --version ` を実行し、バージョン情報が出てくることを確認したら次のステップに進みます。
7
10
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ The bat file is optimized for DDSP-SVC. Rewrite it as necessary.
7
7
8
8
## Dependencies
9
9
10
- ### GUI
11
- Install the top version from [ here] ( https://github.com/aiczk/sound-helper/tags ) .
12
-
13
10
### CUI and GUI
14
11
1 . At first, install ffmpeg from the [ official website] ( https://ffmpeg.org/ ) .
15
12
2 . Register the ffmpeg bin directory in the environment variable.
You can’t perform that action at this time.
0 commit comments