Hi forum,
I have a few dozen flac files that play fine in Amarok & mplayer, but won't play on my Sonos system because the sample rate is too high. The files I have are mostly 1784 kbps at 48000 Hz. From the Sonos website:
Quote:
Sonos supports FLAC files up to 16 bit / 44.1 kHz
|
I thought re-sampling these would be as simple as
PHP Code:
flac --sample-rate=44100 -o[outfile.flac] [infile.flac]
But apparently not. Flac does the encoding without complaining, but when I inspect the files they are still 24bit/48kHz. Flac version 1.3.0 system openSUSE 13.2
Any clues would be gratefully received,
thanks in advance.