Core Audio: Difference between revisions

From wiki.jriver.com
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
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{See also|Audio Output Modes}}
Matt explains how JRiver uses CoreAudio in this post on Interact:

http://yabb.jriver.com/interact/index.php?topic=80776.msg549912#msg549912
[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 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 06:31, 17 April 2014

See also: {{#if:Audio Output Modes |[[:Audio Output Modes{{#if:||{{{l1}}}}}]] |Error: Template must be given at least one article name

}}{{#if:|{{#if:|, | and }} [[:{{{2}}}{{#if:||{{{l2}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{3}}}{{#if:||{{{l3}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{4}}}{{#if:||{{{l4}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{5}}}{{#if:||{{{l5}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{6}}}{{#if:||{{{l6}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{7}}}{{#if:||{{{l7}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{8}}}{{#if:||{{{l8}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{9}}}{{#if:||{{{l9}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{10}}}{{#if:||{{{l10}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{11}}}{{#if:||{{{l11}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{12}}}{{#if:||{{{l12}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{13}}}{{#if:||{{{l13}}}}}]] }}{{#if:|{{#if:|, |, and }} [[:{{{14}}}{{#if:||{{{l14}}}}}]] }}{{#if:|, and [[:{{{15}}}{{#if: || }}]] }}{{#if:| —
Error: Too many links specified (maximum is 15)

}}

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.