mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
21 lines
908 B
Text
21 lines
908 B
Text
{
|
|
"id": "juce_audio_utils",
|
|
"name": "JUCE extra audio utility classes",
|
|
"version": "2.0.15",
|
|
"description": "Classes for audio-related GUI and miscellaneous tasks.",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" },
|
|
{ "id": "juce_audio_devices", "version": "matching" },
|
|
{ "id": "juce_audio_processors", "version": "matching" },
|
|
{ "id": "juce_audio_formats", "version": "matching" } ],
|
|
|
|
"include": "juce_audio_utils.h",
|
|
|
|
"compile": [ { "file": "juce_audio_utils.cpp", "target": "! xcode" },
|
|
{ "file": "juce_audio_utils.mm", "target": "xcode" } ],
|
|
|
|
"browse": [ "gui/*",
|
|
"players/*" ]
|
|
}
|