sox: Add 'play' and 'rec' (#4028)

This commit is contained in:
Hsiao-nan Cheung 2022-10-14 22:13:50 +08:00 committed by GitHub
parent 905d088df9
commit 81cc946d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,15 @@
"url": "https://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2-win32.zip",
"hash": "sha1:825b218c275687a38e96bf838dcfdd2e9bd55a25",
"extract_dir": "sox-14.4.2",
"bin": "sox.exe",
"pre_install": [
"Copy-Item \"$dir\\sox.exe\" \"$dir\\play.exe\"",
"Copy-Item \"$dir\\sox.exe\" \"$dir\\rec.exe\""
],
"bin": [
"sox.exe",
"play.exe",
"rec.exe"
],
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/sox/sox/$version/sox-$version-win32.zip",
"extract_dir": "sox-$version"