The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

23 lines
827B

  1. {
  2. "id": "juce_audio_formats",
  3. "name": "JUCE audio file format codecs",
  4. "version": "3.0.8",
  5. "description": "Classes for reading and writing various audio file formats.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_audio_basics", "version": "matching" } ],
  9. "include": "juce_audio_formats.h",
  10. "compile": [ { "file": "juce_audio_formats.cpp", "target": "! xcode" },
  11. { "file": "juce_audio_formats.mm", "target": "xcode" } ],
  12. "browse": [ "format/*",
  13. "codecs/*",
  14. "sampler/*" ],
  15. "OSXFrameworks": "CoreAudio CoreMIDI QuartzCore AudioToolbox",
  16. "iOSFrameworks": "AudioToolbox QuartzCore"
  17. }