Difference between revisions of "Core Audio"

From JRiverWiki
Jump to: navigation, search
Line 1: Line 1:
{{See Also
+
{{See also|[[Audio Output Modes}}
|relatedpage=[[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.

Revision as of 01:30, 17 April 2014

{{See also|[[Audio Output Modes}}

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.