Does your program have a command line interface? Or is there a method to instruct it what to do via another program?
I have written a program to load and play music, originally under Linux, which used cdparanoia, lame, oggenc, oggdec, et cetera for the dirty work.
What I really need for my Windows XP Pro porting of this program is to be able to invoke a program to rip a nominated CD track to a nominated ".wav" file.
There is no windows version of cdparanoia, but I have located windows versions of those other programs.
I have written a program to load and play music, originally under Linux, which used cdparanoia, lame, oggenc, oggdec, et cetera for the dirty work.
What I really need for my Windows XP Pro porting of this program is to be able to invoke a program to rip a nominated CD track to a nominated ".wav" file.
There is no windows version of cdparanoia, but I have located windows versions of those other programs.
Comment