Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coreaudio: Fix call to pa_thread_new | Edward Rudd | 2011-02-22 | 1 | -1/+1 |
| | |||||
* | modules/coreaudio: replace deprecated functions | Daniel Mack | 2010-05-15 | 1 | -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 module | Daniel Mack | 2009-12-16 | 1 | -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. |