First release of foo_dsp_clap — a foobar2000 (macOS, Apple Silicon) DSP that runs system-installed CLAP audio-effect plugins on the playback stream.
Features
- Adds a "CLAP Effect" DSP (Preferences → Playback → DSP Manager).
- Config dialog: pick a CLAP effect (scanned from the standard CLAP folders), browse/load its presets, and open the plugin's own native GUI — or, for plugins without an embeddable GUI, auto-generated parameter sliders.
- Full
clap.stateis saved into the DSP preset, so settings persist and travel with DSP presets.
Install
Download foo_dsp_clap.fb2k-component and open it with foobar2000 (or drop it in ~/Library/foobar2000-v2/user-components/), then restart.
Notes / limitations
- macOS on Apple Silicon (arm64), foobar2000 v2.
- JIT-compiling CLAP effects can crash foobar2000 (hardened runtime) — prefer non-JIT effects. See
docs/ARCHITECTURE.md. - Stereo/mono streams are processed; wider streams pass their extra channels through.