Unknown GCN PCM files from Pokemon Box by Kagemori at 9:30 AM EDT on April 30, 2017
So I've been wanting to get the Pokemon Box Ruby and Sapphire remixes for quite some time and decided to try out looking for the sound files in Dolphin.
Found some PCM files which I suspect are the music but I tried playing them with vgmstream and in_cube to no avail.
They are just labeled as PCM, not bms or any of those weird GC formats, so one would think they shouldn't be a problem... Any ideas/suggestions?
Here are the files if someone wants to mess with them a little.
They decode fine as signed 16-bit big endian raw PCM, but judging by the audio contained, there are probably companion formats for sequenced music somewhere. MusyX is most common for sequenced GameCube music, but raw PCM is never used afaik, so I honestly don't know what this could be..
Thanks for the reply! I see... Here's all that's inside the disc (http://imgur.com/a/oSXBK), but there's nothing else apart from the those PCM files that could refer to a file related to sound I think.
Weird.
Edit: Well, maybe "se_ram" and "se_aram" for "sound effect", but still not very likely. ^^'
Edit 2: Just opened a couple of them in Audacity with the parameters you mentioned and I definitely see what you mean. They seem to be audio samples of some sort, like "pokecenpb2" is the music box version and there are some music box samples.
Tried replacing se_ram and se_aram with other random files with GCTool to see if at least those were the sound effects and with that I could mute them, but Dolphin is unable to run the iso if I do, it says "Invalid read" or something like that.
So yeah, completely clueless about where the music files actually are. :/
Indeed, there is MIDI and instrument data for the music in se_ram.arc. Use rarcdump and yaz0dec to extract the files (or download them here). The .wt format is new to me though, sorry.
I made a .wt to .sf2 converter. It's hardly perfect though. Some instruments have issues, and sample loops are not processed. A lot of melodic instruments sound 8-bit-like, so I think there is also some DSP/filter/synthesis stuff that's unprocessed by my script (table 3 probably). It mostly affects melodic instruments though, drums sound okay from what I can tell.
I also uploaded an SF2 pack on the GitHub page in case you don't want to go through what I did.
There are some notes on the format(s) on the page, too, so if anyone wants to help out, that may be of help. I'm not sure I got all the concepts right for this format, so the terminology used may be way off..