2020-08-26 09:42:26 +08:00
|
|
|
{
|
|
|
|
"name": "libsndfile",
|
2021-02-02 11:24:40 +08:00
|
|
|
"version-string": "1.0.31",
|
2020-08-26 09:42:26 +08:00
|
|
|
"description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo",
|
|
|
|
"homepage": "https://github.com/erikd/libsndfile",
|
|
|
|
"license": "LGPL-2.1",
|
|
|
|
"default-features": [
|
|
|
|
"external-libs"
|
|
|
|
],
|
2020-09-15 06:07:02 +08:00
|
|
|
"features": {
|
|
|
|
"external-libs": {
|
2020-08-26 09:42:26 +08:00
|
|
|
"description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.",
|
|
|
|
"dependencies": [
|
|
|
|
"libflac",
|
|
|
|
"libvorbis",
|
|
|
|
"opus"
|
|
|
|
]
|
|
|
|
}
|
2020-09-15 06:07:02 +08:00
|
|
|
}
|
2020-08-26 09:42:26 +08:00
|
|
|
}
|