Component Setup Tutorial

This tutorial explains how to set up a solution for the foobar2000 SDK and component projects in Visual Studio 2005.

In the making...

General Component Tutorial

This tutorial demonstrates some of the basic features of the foobar2000 SDK and touches some user interface features.

Please see the Components page for further information and download links.

DSP Component Tutorial

This tutorial explains how to implement a DSP service - either with presets or without.

Tutorial DSP without presets
This DSP does not alter the signal, but mangles with chunks for the sake of it.
Tutorial DSP with presets
The focus here is on how to support presets in a DSP. Adapted from foo_dsp_delta's "Noise sharpening" DSP with kind permission from Marc Heubeck.

Please see the Components page for further information and download links.