mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 19:59:07 +08:00
15 lines
395 B
JSON
15 lines
395 B
JSON
|
{
|
||
|
"name": "soundtouch",
|
||
|
"version-string": "2.0.0",
|
||
|
"port-version": 7,
|
||
|
"description": "SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.",
|
||
|
"homepage": "https://www.surina.net/soundtouch",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "atlmfc",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|