Re: OGG -> WAV -> MP3 ???
Let me comment on this as well. I think a basic problem with trying to do what you describe above is that the mp3, ogg, and other audio compression algorithms work only on an uncompressed file, a wav audio stream. This is not coincidental since the audio stream can be analyzed as a wavelet and in frequency space as it is a direct representation of the actual sound waves.
In order for your idea to work one must develop a cross-conversion (not compression) algorithm that works on an already compressed file (typically compressed by a different compression algorithm) so that the file can be converted to another compression format - all that without the benefit of being able to analyze the sound wave. I don't think these conversion algorithms would be easy to do (or even possible).
Originally posted by Hoover
In order for your idea to work one must develop a cross-conversion (not compression) algorithm that works on an already compressed file (typically compressed by a different compression algorithm) so that the file can be converted to another compression format - all that without the benefit of being able to analyze the sound wave. I don't think these conversion algorithms would be easy to do (or even possible).
Comment