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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Replay Gain -> ReplayGain)
(Official site is offline)
Line 35: Line 35:
 
=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 15:39, 28 January 2014

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;

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