QUOTE (magic75 @ Dec 8 2003, 06:47 PM)
MP3 stereo -> MP3 mono conversion without reencoding is not possible.
MP3 mono -> MP3 stereo conversion without reencoding is possible from a technical point of view but I don't know of any tools that can do that. It seems a bit pointless...
AFAIK there's no software capable of doing it without re-encoding, but it's an interesting question:
If there's a mono file it should be possible (easy?) to create a m/s stereo file from it with m = data from mono file and s = 0
Reducing stereo to mono should work similar too:
If the source file is l/r stereo only, just throw away one channel
If the source file is m/s stereo only, throw away "s" information and keep "m" as mono.
With joint stereo files (mix between m/s and l/r there could be problems on transitions between stereo modes resulting in weird artifacts).
Oversimplified?