Roland SP-404 MkII

FLAC on the SP-404 MkII: convert FLAC to WAV

Downloaded a pack full of .flac files and the SP-404 MkII won’t take them? The direct SD-card import doesn’t accept FLAC at all. Here’s the fix.

Does the SP-404 MkII support FLAC?

Not on SD-card import. The direct SD-card path accepts only 16-bit linear WAV/AIFF/MP3. FLAC is a compressed container, so it’s rejected with “Unsupported File.”

The official SP-404MK2 desktop app does read FLAC (and M4A) and down-converts on its own, but it’s built around project transfer, not batch-prepping arbitrary packs. For a folder of loose FLAC samples, converting to WAV first is simpler and works with either import path.

Converting FLAC to WAV is lossless

FLAC is a lossless format, so decoding it to 16-bit linear PCM WAV preserves the audio exactly. You’re only swapping the container for one the SP-404 accepts. No quality is lost in the conversion.

The target the SP-404 MkII accepts

CodecLinear PCM WAV (from FLAC)
Bit depth16-bit
Sample rate48 kHz (or 44.1 kHz)
ChannelsMono / stereo preserved

How to convert a whole pack of FLAC

By hand: ffmpeg -i in.flac -c:a pcm_s16le -ar 48000 out.wav per file, or decode in a DAW/audio editor. Works, but slow across a big pack.

The fast way: It’s 404, yo! converts a whole folder of FLAC (mixed with WAV, AIFF, MP3, M4A) to SP-404-ready 16-bit WAV in one drag, resampling odd rates and preserving your folder structure. Native macOS, fully offline.

Get It’s 404, yo! · $0.99

Related: Why the SP-404 says “Unsupported File” · Convert 32-bit float WAV for the SP-404