|
- {
- "id": "juce_audio_formats",
- "name": "JUCE audio file format codecs",
- "version": "3.0.8",
- "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"
- }
|