Skip to main content

Install the WAM Bridge Foobar2000 Output Component

Download and install foo_out_wam, the WAM Bridge foobar2000 2.x x64 output component, to stream whatever foobar is playing to your Samsung WAM speaker.
2 min read

The WAM Bridge foobar2000 component (foo_out_wam) exposes Samsung M5 (Wi-Fi) as an output device in foobar2000 2.x x64. It captures foobar's decoded PCM, encodes it to FLAC via a bundled FFmpeg helper, and streams it to your Samsung WAM speaker over local HTTP using SetUrlPlayback. FFmpeg is bundled inside the component artifact, so you do not need a separate Python environment after installation.

Warning

Support is validated on a physical SPK-WAM550 running firmware WAM550WWB-3117.1. The WAM551 is an intended target but has not yet been hardware-validated. Other models are untested.

Requirements#

  • foobar2000 2.x x64
  • A saved WAM device profile (see Discovery)
  • Speaker and PC on the same LAN

Download the component#

Go to the alpha release and download:

  • foo_out_wam.fb2k-component (the foobar2000 output)
  • Optionally: wambridge-<version>-alpha.<date>.<commit>.apk (the Android adapter)

The alpha release is rebuilt whenever main moves. The link stays constant and both artifacts always come from the same commit. Prefer an artifact whose name or workflow log identifies the tested commit SHA.

Install#

Open the component in foobar2000

Double-click foo_out_wam.fb2k-component or drag it onto foobar2000. foobar will prompt you to install and restart.

Select the output device

After restarting foobar2000, go to:

Select Samsung M5 (Wi-Fi) as the active output.

Verify the device alias

The component needs a saved WAM device profile. If you have not already saved one, use the CLI:

The default alias expected by the component is M5. You can change this in the component preferences (see Configure).

WAM controls added to foobar2000#

After installation, the following commands appear under Playback > WAM Bridge:

All commands run through a serialized control helper and report results in the foobar console.

Physical M5 validation checklist#

The component is considered validated when a build passes this checklist on a physical M5:

  1. Start at raw volume step 3 or lower.
  2. Play one complete 3-5 minute track at wall-clock speed with the seekbar aligned to audible playback.
  3. Play a second same-format track without an instant skip or stale audio.
  4. Test early and normal pause/resume.
  5. Test stop, seek, and track change.
  6. Confirm no orphaned FFmpeg or helper processes remain after stop.
  7. Confirm errors appear in the foobar console.
Tip

After installation you can configure the component from Preferences -> Playback -> Output -> WAM Bridge. See the configuration guide for all available settings.