mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
86a51af126
* Add stftpitchshift port
* Fix shared library build on Windows
* Run vcpkg x-add-version stftpitchshift
* Update version database
* Just increase the version counter to hopefully fix the vcpkg problem I simply don't understand... 😡
* Now update both sha and version...
* Update version database
* Fix version database.
* Add quotes and modernize cmake helpers.
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"name": "stftpitchshift",
|
|
"version": "1.3.2",
|
|
"description": "STFT based multi pitch shifting with optional formant preservation.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|