Here's a quickbms script to extract files based on the .toc:
http://hcs64.com/files/ebtoc00.bms
Run the script with the .res or .sng file, and it will locate the .toc file if it is in the same directory.
A lot of these files have no header and are just 32khz big endian 16-bit signed PCM. The rest seem to be DSP, except the .sn0 which I have no interpretation for.
Thanks! I returned later to find that importing as 16bit Motorola @16KHz, although still beneath what I knew it should have been, did correctly interpreted the stereo image. I guess I only chose Intel before and discarded the results because of the noise level. Starting to remember based on past experience that these corporate brandnames are another representation of endianness? Anyway, it was still interleaved.
Also, what looks like severe clipping in the second half is simply a bit heavy use of signal compression by its author.
Funny, I have just been using another tool by the maker of QuickBMS... No, not funny at all after looking at his webpage. Jeez.
I've added support for .sf0 and .sfx in vgmstream r930. I don't know if there's any point in dealing with .sng and .sn0. You can get stereo out of the .sfx files by renaming mus_credits.sfx and mus_credits.2.sfx to mus_credits_L.sfx and mus_credits_R.sfx (and same with mus_ui), and vgmstream will pick up both files if you try to play either.
If anyone wants these files, I've uploaded them. It's a short tracklist, so I threw in the game sound effects to balance it out. http://www.multiupload.com/WGP7I1YF82
Anyone, feel free to post a 'proper' version on the tracker, I don't care.
First of kudos to hcs for the script its awesome getting a proper rip of this game.
I looked at the music.res file and found no songs related to the tracks (which is what I need). So I look at the track names such as Nebulatest.toc + Nebulatest.trk. [These can be opened if you rename them to .res] and found the streams in them.
Couple of issues I found:
1- Most songs with [the exception of China, tutorial and a a few others] have a right channel distortion. In fact it sounds original if you listen to it through the left channel only by muting the right channel [used audacity for this].
2- Does not loop in vgmstream r931 although I can do it manually in audacity
3- has a terrible fade at the end of the songs
Is there a way I can make this into full quality stereo? Btw looping and fade are just bonus if you'd like :)