Core Audio: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
m (Glynor moved page CoreAudio to Core Audio: Core Audio is typically branded as separate words and not camel cased, so this would be the preferred use for the pagename.)
No edit summary
Line 1: Line 1:
[https://developer.apple.com/library/mac/documentation/MusicAudio/Conceptual/CoreAudioOverview/Introduction/Introduction.html Core Audio] is Apple's API for implementing audio features in applications for OS X, and is used by Media Center to access your audio device.
[https://developer.apple.com/library/mac/documentation/MusicAudio/Conceptual/CoreAudioOverview/Introduction/Introduction.html Core Audio] is Apple's API for implementing audio features in applications for OS X, and is used by Media Center to access your audio device.


Core Audio is capable of providing bit-perfect output up to 32-[[bitdepth]], at low latency, with no resampling at any [http://en.wikipedia.org/wiki/Sampling_%28signal_processing%29#Sampling_rate sample rate]. It also includes a lot of optional capabilities like sample rate conversion, audio processing units, and other effects, but JRiver does not use these features and implements its own high-quality [[DSP]].
Core Audio is capable of providing bit-perfect output up to 32-[[bitdepth]], at low latency, with no resampling at any [http://en.wikipedia.org/wiki/Sampling_%28signal_processing%29#Sampling_rate sample rate]. It also includes optional capabilities like sample rate conversion, audio processing units, and other effects. JRiver does not use these features and implements its own high-quality [[DSP]].

Revision as of 01:20, 15 April 2014

Core Audio is Apple's API for implementing audio features in applications for OS X, and is used by Media Center to access your audio device.

Core Audio is capable of providing bit-perfect output up to 32-bitdepth, at low latency, with no resampling at any sample rate. It also includes optional capabilities like sample rate conversion, audio processing units, and other effects. JRiver does not use these features and implements its own high-quality DSP.