Difference between revisions of "Foobar2000:Components/Winamp DSP Bridge (foo dsp winamp)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(192kHz files issues)
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{fb2k}}
 +
[[Category:Foobar2000 3rd-Party Components|Winamp DSP Bridge (foo dsp winamp)]]
 
= Description =
 
= Description =
  
Line 16: Line 18:
 
* Supports only Winamp 2.0 compatible plugins;
 
* Supports only Winamp 2.0 compatible plugins;
 
* Doesn't support plugins with ''Pitch control'' and ''Speed control'' functionality;
 
* Doesn't support plugins with ''Pitch control'' and ''Speed control'' functionality;
 +
* 192kHz files are not being played correctly (only up to 96kHz)
  
 
==Sound quality issues==
 
==Sound quality issues==
Line 25: Line 28:
 
* 32-bit: highest quality.  
 
* 32-bit: highest quality.  
  
Foo_dsp_winamp converter has built-in limiter to avoid audio signal [[clipping]]. Limiter is non-bypassing (i.e. always on), so if you want to keep signal spectrum close to its original, you should use [[Replay Gain]] subsystem.
+
Foo_dsp_winamp converter has built-in limiter to avoid audio signal [[clipping]]. Limiter is non-bypassing (i.e. always on), so if you want to keep signal spectrum close to its original, you should use [[ReplayGain]] subsystem.
  
 
==How to avoid startup crash==  
 
==How to avoid startup crash==  
Line 33: Line 36:
 
=Link=
 
=Link=
  
* [http://pelit.koillismaa.fi/plugins/dsp.php#149 Official Website]
+
* [http://pelit.koillismaa.fi/plugins/dsp.php#149 Official Website] (offline as of 2014/01/28)
 +
* [http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=49356&view=findpost&p=749713 Download of Version 1.4.7]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=49356 Discussion thread]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=49356 Discussion thread]
 
* [http://www.fb2k.org/info.php?user=476 Feedback/Bugreports]
 
* [http://www.fb2k.org/info.php?user=476 Feedback/Bugreports]

Revision as of 00:03, 6 February 2019

Foobar2000_Logo.png

Description

Allows the use of Winamp DSP plugins.

Usage

  1. Choose "Winamp plugins path" with "Browse" button;
  2. Click "Rescan" button;
  3. Set bit-depth in "Fixed point conversion parameters"(details);
  4. Choose one of Winamp plugins from "Plugin list";
  5. Click "Show interface window" to show plugin settings window (if available);

Plugin setting window also available from Foobar2000 main menu: choose "Show Winamp DSP window" from "View" menu;

Known bugs and limitations

  • Version 1.4.1 - 1.4.4 startup crashes(how to avoid);
  • Supports only Winamp 2.0 compatible plugins;
  • Doesn't support plugins with Pitch control and Speed control functionality;
  • 192kHz files are not being played correctly (only up to 96kHz)

Sound quality issues

Due to difference in Foobar and Winamp architecture (Foobar has floating point audio chunks, while Winamp has fixed point ones), floating point to fixed point conversion (and vice versa) is necessary.

Conversion Bit-depth parameter can be set to:

  • 16-bit: low quality, failsafe. Choose this setting, if you encounter a problem while playback;
  • 24-bit: hi-quality;
  • 32-bit: highest quality.

Foo_dsp_winamp converter has built-in limiter to avoid audio signal clipping. Limiter is non-bypassing (i.e. always on), so if you want to keep signal spectrum close to its original, you should use ReplayGain subsystem.

How to avoid startup crash

  • For Foobar v0.9.6 and later: download the latest version of foo_dsp_winamp (1.4.5);
  • For Foobar versions prior to 0.9.6: you can avoid startup crash by removing dsp_sps.dll from C:\Program Files\Winamp\Plugins folder (it's a default path, check your winamp installation to find desired path). Than you can change "Winamp plugins path" in foo_dsp_winamp settings and put dsp_sps.dll back to Plugins folder.

Link