Core Audio: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Matt explains how JRiver uses CoreAudio in this post on Interact: http://yabb.jriver.com/interact/index.php?topic=80776.msg549912#msg549912") |
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. |
|||
Matt explains how JRiver uses CoreAudio in this post on Interact: |
|||
http://yabb.jriver.com/interact/index.php?topic=80776.msg549912#msg549912 |
|||
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]]. |
Revision as of 01:03, 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 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.