Difference between revisions of "Core Audio"

From JRiverWiki
Jump to: navigation, 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.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{See also|Audio Output Modes}}
 +
 
[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]].
 +
 
 +
[[Category:Audio]]
 +
[[Category:Options]]

Latest revision as of 01:31, 17 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.