Audio Output Modes

From JRiverWiki
Revision as of 11:55, 10 August 2010 by Matt (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Media Center can output audio data in a variety of ways. This is important, because different hardware requires different communication methods to obtain the best possible audio quality and performance.

Hardware Direct

If you want to get the best possible audio quality, you want to talk to your sound hardware in as direct of a way as possible. You do not want Windows or any other layer resampling or doing other processing to the signal. ASIO, WASAPI, and Kernel Streaming are all hardware direct.

There are some drawbacks to hardware direct communication:

  • During audio playback, the soundcard will be locked. You will not be able to play sounds from a web browser or other program while audio is playing.
  • Playback of sample rates your soundcard does not support will not be possible. Use DSP Studio > Output Format to allow Media Center to convert to a supported sample rate.

Best Audio Quality Output Mode

Work down this ladder to choose the best output for your hardware: 1) If your hardware has a native, well-behaved, ASIO driver, use ASIO. Otherwise see #2. 2) If you are on Windows Vista, Windows 7, or newer, use WASAPI exclusive. Otherwise see #3. 3) If Kernel Streaming works, use Kernel Streaming. Otherwise see #4. 4) Use DirectSound or WaveOut. Neither provide hardware direct output, so choose based on performance.

Output mode: ASIO

ASIO is a sound card communication system created by Steinberg.

If your soundcard has a native ASIO driver, this is the most direct (and normally best) way to communicate with it.

Please note that ASIO4All is basically Kernel Streaming with an ASIO wrapper. There's no good reason to use ASIO + ASIO4All vs just using Kernel Streaming in Media Center.

Output mode: Windows Audio Session API (WASAPI)

WASAPI is a hardware communication system built into Vista, Windows 7, and newer. When used in 'exclusive' mode, the system mixer is bypassed.

Output mode: Kernel Streaming

Kernel Streaming is a hardware direct way to speak directly to a WDM audio driver. It works on XP, so is useful when the above two options are not possible.

Output mode: Direct Sound

This is the default and most compatible output method. It plays through the system mixer. This means all formats will be converted by Windows to the native format of the card. It is compatible but not the highest quality method.

Output mode: Wave Out

This is a legacy output mode. With some misbehaved hardware, it may work better than DirectSound.

Output mode: Disk Writer