Difference between revisions of "Foobar2000:Preferences:Output"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
Line 3: Line 3:
 
[[Image:Playback_output_ds.png|thumb|DirectSound]]
 
[[Image:Playback_output_ds.png|thumb|DirectSound]]
  
Output audio using the Direct Sound APIs.
+
Output audio using the DirectSound APIs.
 
{{clr}}
 
{{clr}}
  
Line 10: Line 10:
 
[[Image:Playback_output_ds2.png|thumb|DirectSound v2.0]]
 
[[Image:Playback_output_ds2.png|thumb|DirectSound v2.0]]
  
Similar to Direct Sound 1.0, but allows fade out.
+
Similar to DirectSound, but allows fade out.
Recommended for maximum compatability.
+
Recommended for maximum compatibility.
  
  
Line 29: Line 29:
 
[[Image:Playback_output_waveout.png|thumb|waveOut]]
 
[[Image:Playback_output_waveout.png|thumb|waveOut]]
  
Use Wave Out mode to output sound.
+
Use the waveOut functions of the standard Win32 API to output sound.

Revision as of 15:09, 7 May 2005

DirectSound

DirectSound

Output audio using the DirectSound APIs.


DirectSound v2.0

DirectSound v2.0

Similar to DirectSound, but allows fade out. Recommended for maximum compatibility.




Kernel Streaming

Kernel Streaming

Output sound using the more exotic Kernal Streaming API. This will bypass the standard Windows sound mixer. As a result, foobar volume will not be influenced by Wave volume in Windows. Requires driver support, and may be unstable for cards with poorly written drivers.

Note: No one has provided non-anecdotal proof that using Kernel Streaming instead of DirectSound or waveOut provides higher audio quality.


waveOut

waveOut

Use the waveOut functions of the standard Win32 API to output sound.