I’m looking into that now and have the disk image open in a hex editor.
The problem is I am having trouble determining where exactly the file begins in order to extract the data; once I locate it, there will be another problem — in four channel mode the recorder appears to write two stereo files from its buffer, interleaving the data, and I don’t know the exact process it uses to do this. If I did, I could potentially extract the two separate stereo files, and then read them in as raw data.
Any knowledge on how this works for this device or what specifically I should be looking for, ie indicators of which is which?
Thanks,