|
- {
- "id": "juce_audio_devices",
- "name": "JUCE audio and midi I/O device classes",
- "version": "2.1.3",
- "description": "Classes to play and record from audio and midi i/o devices.",
- "website": "http://www.juce.com/juce",
- "license": "GPL/Commercial",
-
- "dependencies": [ { "id": "juce_audio_basics", "version": "matching" },
- { "id": "juce_audio_formats", "version": "matching" },
- { "id": "juce_events", "version": "matching" } ],
-
- "include": "juce_audio_devices.h",
-
- "compile": [ { "file": "juce_audio_devices.cpp", "target": "! xcode" },
- { "file": "juce_audio_devices.mm", "target": "xcode" } ],
-
- "browse": [ "audio_io/*",
- "midi_io/*",
- "sources/*",
- "audio_cd/*",
- "native/*" ],
-
- "OSXFrameworks": "CoreAudio CoreMIDI DiscRecording",
- "iOSFrameworks": "AudioToolbox CoreMIDI",
- "LinuxLibs": "asound",
- "mingwLibs": "winmm"
- }
|