Chris Cantwell wrote: > I use Sony (previously Sonic Foundry) Sound Forge, which allows me to save > audio files in .w64 (Wave 64) format to get around the 2GB .wav file
<snip> > compress them to make it fit. Right now I have to break a .w64 file up into > 2 .wav files with Sound Forge, then compress each .wav file individually > with flac. Or burn extra DVDs. libsndfile ( http://www.mega-nerd.com/libsndfile/ ) reads W64 and writes FLAC. libsndfile also ships with a command line program (sndfile-convert) which should do the conversion you're after by doing: sndfile-convert somefile.w64 somefile.flac The FLAC stuff in libsndfile was updated recently but has not been released yet, so I suggest that you grab the latest pre-release: http://www.mega-nerd.com/tmp/libsndfile-1.0.18pre10.tar.gz HTH, Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "If you have one apple and I have one apple, if we exchange, each will have one apple. If you have one idea and i have one idea, if we exchange them, each will have two ideas!" -- Attributed the George Bernard Shaw _______________________________________________ Flac-dev mailing list Flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev