Commit ·
c779946
1
Parent(s): 004dc45
Update README.md
Browse files
README.md
CHANGED
|
@@ -168,7 +168,7 @@ runtime\python.exe commander.py [f0up_key] [input_path] [index_path] [f0method]
|
|
| 168 |
|
| 169 |
3. `input_path` : Le chemin du fichier audio d'entrée que vous voulez traiter. (ex : "C:\Chemin\vers\le\fichier\vocal.wav")
|
| 170 |
|
| 171 |
-
4. `index_path` : Le chemin du fichier index qui stocke ou récupère des informations supplémentaires pour le traitement. (ex : "C:\Chemin\vers\le\fichier\index
|
| 172 |
|
| 173 |
5. `f0method` : La méthode utilisée pour extraire le pitch (F0) du fichier audio. Les options possibles sont "harvest" ou "pm". (ex : "harvest")
|
| 174 |
|
|
|
|
| 168 |
|
| 169 |
3. `input_path` : Le chemin du fichier audio d'entrée que vous voulez traiter. (ex : "C:\Chemin\vers\le\fichier\vocal.wav")
|
| 170 |
|
| 171 |
+
4. `index_path` : Le chemin du fichier index qui stocke ou récupère des informations supplémentaires pour le traitement. (ex : "C:\Chemin\vers\le\fichier\logs\MODEL_v2.index")
|
| 172 |
|
| 173 |
5. `f0method` : La méthode utilisée pour extraire le pitch (F0) du fichier audio. Les options possibles sont "harvest" ou "pm". (ex : "harvest")
|
| 174 |
|