QUOTE(mandel @ May 20 2005, 11:37 AM)
Is it possible to make 4 channel wave files that aren't in extensible format? If so, using what? Should FLAC support extensible?

Yes, the last time I checked FLAC does have a problem with the extensible wav files. I think I've also read that Microsoft consideres wav files with more than 2 channels that
don't have the extensible header as "broken" because there's no way to specify the channel assignment. Until recently, however, the only extensible wav files that existed were samples on Microsoft's website! I suspect that FLAC will get support for this soon.
In the meantime, you have three choices:
- Find a program that produces wavs without the extensible header (which should not be hard because this is still common).
- It would be easy (although tedious) to manually patch the wav file to have a standard header plus a dummy chunk (which FLAC would warn about, but still encode).
- Don't compress, or use a lossless compressor that handles the extensible format (like TTA, WMA, or WavPack).
Good luck!