QUOTE(kritip @ Dec 31 2002 - 05:48 AM)
If the command line syntax for flac files was modified to be the same as the mpc command line then, and the .exe was renamed, would it then be feasable to fool EAC that its dealing with a different format.
If the output from these decoders is simply piped then as long as the EAC is able to call the .exe and recives a valid stream, it would be none the wiser would it?
If this is a feasable idea, i will look into it some more in the up and coming months.
Look in the FLAC source, under src/monkeys_audio_utilities. In there are two proggies for wedging FLAC support into the Monkey's Audio GUI, similar to what you are describing (see also
http://flac.sourceforge.net/documentation.html#monkey). You can probably tweak flac_mac pretty easily to translate the MPC invocation by EAC into a call to flac. The only piece missing is probably how to hook up the pipe to the forked flac, but you may not need that (I'm not sure how EAC works with MPC).
If you do and you send me the code I'll add it to the FLAC distribution.
Josh