here's a quickie - if I do flac -d -c 1.flac 2.flac 3.flac > foo.wav does this work? or are there multiple wav headers in foo.wav. Can flac turn multiple flac files into 1 big wav, or should I decode individually and use another tool to splice them back together? Thanks, -Eric
David W. Tamkin
2004-Sep-12 21:27 UTC
[Flac] Re: output format when decoding multiple files
Eric Sandeen wrote:> here's a quickie - > > if I do > > flac -d -c 1.flac 2.flac 3.flac > foo.wav > > does this work? or are there multiple wav headers in foo.wav. > > Can flac turn multiple flac files into 1 big wav, or should I decode > individually and use another tool to splice them back together?If your platform runs shntool or something comparable, then you already have a tool that can decode FLAC to WAV and concatenate the output into a single proper WAV file. If you don't want to use the default output name of joined.wav, you can have it write (if the output format is WAV) to stdout and use the ">" redirector as you indicated.