Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for detecting and extracting PS1 SEQ audio #84

Open
m35 opened this issue Oct 21, 2023 · 1 comment
Open

Add support for detecting and extracting PS1 SEQ audio #84

m35 opened this issue Oct 21, 2023 · 1 comment

Comments

@m35
Copy link
Owner

m35 commented Oct 21, 2023

SEQ is a "sequenced" audio format, similar in nature to MIDI.

This outstanding post says converting SEQ to MIDI is quite doable.
https://www.reddit.com/r/OsamuSato/comments/snzrfu/sato_videogame_soundtracks_reworked_and_exported/

For SEQ files it's actually really easy. In fact SEQ files are almost identical to MIDI files as they both use the same OP codes(!) It's possible to convert between one and the other back'n'forth almost without losing data (the only data you lose is loop pointers and NRPN data, but those can be rebuilt easily).

Related #36

@Meerkov
Copy link

Meerkov commented Feb 23, 2024

VGMTrans is the reference library I use, and already comes with a few game specific hacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants