Is there a clean way to detect whether the default output device (on Mac OS X) is being muted via a ruby program?
I know I can make a system call to an applescript or mangle together something with objective-c cocoa calls. But I'd like something built-in or a tried-and-true gem.