forked from babysor/MockingBird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused sample audios and mark deprecated files
- Loading branch information
Showing
12 changed files
with
43 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,39 @@ | ||
{ | ||
// 使用 IntelliSense 了解相关属性。 | ||
// 悬停以查看现有属性的描述。 | ||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Python: Vocoder Preprocess", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "vocoder_preprocess.py", | ||
"console": "integratedTerminal", | ||
"args": [ | ||
"..\\..\\chs1" | ||
], | ||
}, | ||
{ | ||
"name": "Python: Vocoder Train", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "vocoder_train.py", | ||
"console": "integratedTerminal", | ||
"args": [ | ||
"dev", "..\\..\\chs1" | ||
], | ||
}, | ||
{ | ||
"name": "Python: demo box", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "demo_toolbox.py", | ||
"console": "integratedTerminal", | ||
"args": [ | ||
"-d", "..\\..\\chs" | ||
], | ||
} | ||
] | ||
} | ||
// 使用 IntelliSense 了解相关属性。 | ||
// 悬停以查看现有属性的描述。 | ||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Python: Web", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/web/app.py", | ||
"console": "integratedTerminal" | ||
}, | ||
{ | ||
"name": "Python: Vocoder Preprocess", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "vocoder_preprocess.py", | ||
"console": "integratedTerminal", | ||
"args": ["..\\..\\chs1"] | ||
}, | ||
{ | ||
"name": "Python: Vocoder Train", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "vocoder_train.py", | ||
"console": "integratedTerminal", | ||
"args": ["dev", "..\\..\\chs1"] | ||
}, | ||
{ | ||
"name": "Python: demo box", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "demo_toolbox.py", | ||
"console": "integratedTerminal", | ||
"args": ["-d", "..\\..\\chs"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"python.formatting.provider": "black" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters