MTCoreAudio a Cocoa-flavored Objective-C wrapper around CoreAudio, with the idea that all the tedium is taken care of for you, so you can concentrate on the actual doing-stuff part of your application.
The MTCoreAudio framework will expose most of CoreAudio's functionality to you in a nice, object-oriented fashion while still being able to give you the flexibility to do anything the hard way if you want/need to.
What's New in This Release: [ read full changelog ]
class MTBuffer and descendants:
· Leopard fix for incorrect use of NSConditionLocks (now uses POSIX locks and condition variables -- NSCondition would have been nice but doesn't work correctly pre-10.5)
sample app AudioMonitor:
· update project to Xcode
misc:
· build universal framework and universal AudioMonitor