@coolboymew If you're tech savvy, you could just rip the audio of games you own by dumping the ROMs and extracting the audio. It falls under fair use.
@coolboymew
I know next to nothing about SNES/SFC music. Those soundfont remixes I made a while back were made from downloading converted MIDI files.
Ripping audio from N64 ROMs seemed to be tricky until recently. For a long time, the only way to rip audio for N64 games (assuming they used the "standard" format) was through some abandonware tool that was difficult to find. You better hope that your favorite game had a debug menu or a sound test that you could access.
VGMTrans seems like the best tool for ripping synthesized music from video game ROMs, especially DS games.
@coolboymew The N64 music library has been dumped for a long time, but it was mostly songs that appear in the actual game. Trying to find unused content has been extremely difficult until recently.
@coolboymew I guess you had to hope your game had a sound test or a debug menu so you could record the audio that way.
@coolboymew I never messed with a GameShark, but I assume they let you see what functions are called at certain frames, granted they would all be in hexadecimal but you will see patterns and get a general idea.
@coolboymew I know VBA allows you to see the games RAM, tiles, and disassembly. Pretty sure most SNES emulators have them as well.
@coolboymew I only know basic assembly (MIPS) from college. It's much more different than other languages. You don't even have variables. You manually load values to registers on the CPU and then you can store them on a certain RAM address.
Plus SPCs are actually just ram dumps... It might be a bit more complicated than that, but SPC players supports Zsnes save states. Fuck, I swear I've seen emulators with a "save spc" option