mlarouche / ChronoTrigger-MSU1

ROM Hack that adds support for playing CD quality music in Chrono Trigger using MSU-1. I also hope to play the FMV from the PS1 version.
4 stars 0 forks source link

Audio needs editing. Maybe use Sox? #4

Closed Dizzy611 closed 9 years ago

Dizzy611 commented 9 years ago

There's some fairly obvious parts where the audio needs to be edited, mostly trimmed.

For an example, the premonition comes in so gradually that it's nowhere near done by the time the emulator is done playing it, leaving most of that sequence silent.

Also, you haven't defined any loop points in your PCMs.

As far as trimming samples, this can be done in a batch file with sox (http://sox.sourceforge.net/), and then, having trimmed the samples to fit, loop points can be set with wav2msu itself.

mlarouche commented 9 years ago

Hey that's a good idea ! I thought about patching the WAV files with byuu patch format but this is better :) I could also force a volume boost at the same time.

mlarouche commented 9 years ago

This is now done since 28c9cbbdb26f7724a938ccf8ed64b6cce21994c3 :)