summaryrefslogtreecommitdiffstats
path: root/src/modules/coreaudio/module-coreaudio-device.c
Commit message (Collapse)AuthorAgeFilesLines
* osx: re-order module locationsDaniel Mack2011-03-211-866/+0
| | | | move all Mac OS X related modules to own location.
* coreaudio: Fix call to pa_thread_newEdward Rudd2011-02-221-1/+1
|
* modules/coreaudio: replace deprecated functionsDaniel Mack2010-05-151-40/+86
| | | | | All API calls are now consolidated in AudioObject* calls, the old model has been deprecated in 10.6. Follow that change.
* 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.