2 "name": "CoreAudioDebugging",
4 "summary": "Pretty-print AudioStreamBasicDefinition and AudioComponentDescription structures.",
5 "description": " Really, I just created these functions because I became very tired of\n trying to hand-decode Apple's CoreAudio\n [AudioStreamBasicDefinition](http://google.com/search?q=Apple+Developer+AudioStreamBasicDescription)\n structures. Also, when using [CAShow](http://google.com/search?q=Apple+Developer+Audio+Toolbox+Debugging+Reference+CAShow)\n I became even more weary of tring to remember all of the various\n `OSType` [FourCC](http://en.wikipedia.org/wiki/FourCC) codes that CoreAudio uses.\n",
6 "homepage": "https://github.com/adfernandes/CoreAudioDebugging",
12 "Andrew Fernandes": "andrew@fernandes.org"
15 "git": "https://github.com/adfernandes/CoreAudioDebugging.git",
18 "source_files": "*.{h,mm,cpp}",
19 "public_header_files": "*.h",