CODE
1: No NASM found, you need NASM to compile the asm source in *x86* arch.
Anyway I compile and install and get no errors. However I downloaded from P2P some music in APE+CUE format. I suppose that having Nero and Monkey's Audio on Windows it will be posible to create an audio CD directly. Running Linux I try to convert the bundled CDImage.ape into a WAV file.
CODE
$ mac CDImage.ape CDImage.wav -d
I get no errors. But the resulting CDImage.wav is not usable by cdrecord and not usable by shnsplit either. And if I try to process it using sox I get:
CODE
$ sox test.wav -r 44100 -c 2 -s -w CDImage.wav
sox: Failed reading test.wav: WAV file has unknown format type of 100
I suspected an endianess problem but adding -x to sox doesn't change anything.
Googling I've not found a convincing answer, any ideas? Will I need to forget my lovely Apple G3 and get a PC only to be able to play APE files?
