You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"id": "juce_audio_formats",
|
|
|
|
"name": "JUCE audio file format codecs",
|
|
|
|
"version": "3.2.0",
|
|
|
|
"description": "Classes for reading and writing various audio file formats.",
|
|
|
|
"website": "http://www.juce.com/juce",
|
|
|
|
"license": "GPL/Commercial",
|
|
|
|
|
|
|
|
"dependencies": [ { "id": "juce_audio_basics", "version": "matching" } ],
|
|
|
|
|
|
|
|
"include": "juce_audio_formats.h",
|
|
|
|
|
|
|
|
"compile": [ { "file": "juce_audio_formats.cpp", "target": "! xcode" },
|
|
|
|
{ "file": "juce_audio_formats.mm", "target": "xcode" } ],
|
|
|
|
|
|
|
|
"browse": [ "format/*",
|
|
|
|
"codecs/*",
|
|
|
|
"sampler/*" ],
|
|
|
|
|
|
|
|
"OSXFrameworks": "CoreAudio CoreMIDI QuartzCore AudioToolbox",
|
|
|
|
"iOSFrameworks": "AudioToolbox QuartzCore"
|
|
|
|
}
|