summaryrefslogtreecommitdiffstats
path: root/src/modules/coreaudio/module-coreaudio-device.c
Commit message (Collapse)AuthorAgeFilesLines
* CoreAudio: add audio device moduleDaniel Mack2009-12-161-0/+820
This patch adds support for CoreAudio driven devices under Mac OS X. It is typically instanciated by the CoreAudio device detection module and handles all available streams on a specific device. Sinks are created according to the reported stream configuration. Float32 is used as default audio sample format at it is the only format CoreAudio speaks natively. Hardware volume control is not implemented yet.