A DSP component for foobar2000 which narrows and expands the width of stereo panning.
- download the zip file started with "foo_dsp_width" from Releases section
- open foobar2000 > File > Preferences > Components
- click Install and select the zip file and restart foobar2000
- open File > Preferences > Playback > DSP Manager
- add "Stereo Width" to "Active DSPs" and adjust width in percent
- enjoy!
- Visual Studio Community 2022
- foobar2000 SDK 2023-05-10 https://www.foobar2000.org/SDK
- Windows Template Library https://sourceforge.net/projects/wtl/
- Clone this
- Get foobar2000 SDK and put
lib\foobar2000_SDK\
folder.
lib\foobar2000_SDK\ +- foobar2000\ +- libPPUI\ +- pfc\ src\ foo_dsp_width.sln
- Recovery WTL package from NuGet library.
- Install WTL package from NuGet package to
foobar2000_sdk_helpers
andlibPPUI
project. - The dll files will be created in
Releases
folder. You have to compress to zip archive to use in foobar2000. (see issue #2)
Referred from https://github.com/Chocobo1/fb2k_example for folder arrangement.