git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@235 b431acfa-c32f-4a4a-93f1-934dc6c82436
23 lines
827 B
Plaintext
23 lines
827 B
Plaintext
{
|
|
"id": "juce_audio_formats",
|
|
"name": "JUCE audio file format codecs",
|
|
"version": "3.1.1",
|
|
"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"
|
|
}
|