Posts: 95
Threads: 22
Joined: Oct 2017
Reputation:
2
I am looking for sound effects from FF Mystic Quest, but unfortunately, I cannot find them anywhere. Is there a program I can use to extract them or would ZNES work where I can get SPC files? mainly what I am looking for is the enemy slain sound effect.
Posts: 95
Threads: 22
Joined: Oct 2017
Reputation:
2
what is a good program to use to record the sound effects?
Posts: 3,975
Threads: 278
Joined: Oct 2011
Reputation:
65
Recording from your soundcard with Audacity will do just fine.
Posts: 3,975
Threads: 278
Joined: Oct 2011
Reputation:
65
After re-reading my post and the guy original post, I think he is referring to the sound effects and not the brr samples. This is still a mystery for me in FF6, only way we found is make an event tile that play a SFX and record via emulator, then switch the SFX ID of the event command and record the next one. This could work on other Squaresoft game having a similar event system, the hard part is setting the event if you have no event documentation.
I know FF6 sound effects are generated from a single giant waveform separated from the song brr samples. The waveform has its own ADSR table and other data table to help generate a SFX, I suspect each SFX has a pointer to a part of the waveform and a certain length is used for the SFX, then effects applied to it but I've never seen documentation on the subject.