It's possible that SC is not finding the cdda2wav binary but if the types are enabled then SCs has found it. Unlike AlienBBC there is no intermediate shell script.
Can you check wehther the command line that is beingf issued to extract a track is working. The command below should extract Track 1 into a file called audio.wav cdda2wav -S 4 --output-format raw -gui output-endianess=little device=IODVDServices -track 1 If the above works - can you try the following which is exactly what CDplayer will output for OSX. cdda2wav -S 4 --output-format raw -gui output-endianess=little dev=IODVDServices -track 1 -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=42106 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
