-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsox.json
22 lines (22 loc) · 820 Bytes
/
sox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "14.4.2",
"description": "Command line utility that can convert various formats of computer audio files in to other formats.",
"homepage": "https://sox.sourceforge.net/",
"license": "GPL-2.0-only",
"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",
"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"
}
}