audio rework
This commit is contained in:
@@ -44,6 +44,14 @@
|
||||
},
|
||||
"command": "./run.ps1"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Convert WAV to ADPCM",
|
||||
"dependsOn": [
|
||||
"1. Copy source code to docker volume"
|
||||
],
|
||||
"command": "docker exec -t tyra-compiler sh -c 'adpenc ${input:wav2adpcmSource} ${input:wav2adpcmTarget} && rsync -zac /src/${input:wav2adpcmTarget} /host/${input:wav2adpcmTarget}'"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Cleanup",
|
||||
@@ -83,6 +91,18 @@
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
{
|
||||
"id": "wav2adpcmSource",
|
||||
"description": "Source file path (ex. ):",
|
||||
"default": "res/sound.wav",
|
||||
"type": "promptString"
|
||||
},
|
||||
{
|
||||
"id": "wav2adpcmTarget",
|
||||
"description": "Target file path (ex. ):",
|
||||
"default": "res/sound.adpcm",
|
||||
"type": "promptString"
|
||||
},
|
||||
{
|
||||
"id": "ps2Ip",
|
||||
"description": "PS2link ip address:",
|
||||
|
||||
Reference in New Issue
Block a user