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

Mod Sound support [Feature Request] #16

Open
DarkWolfNine opened this issue Aug 9, 2017 · 4 comments
Open

Mod Sound support [Feature Request] #16

DarkWolfNine opened this issue Aug 9, 2017 · 4 comments

Comments

@DarkWolfNine
Copy link

I'm converting/upgrading my older Lua PSP game to your lpp-vita library. I have some Amiga MOD files used for audio.. I have them converted to mp3 currently. The space savings for MOD files are huge in comparison.. (I don't know how to incorporate the feature)

Just a wishful request. Thank you!

Sound.openMod (has a nice ring to it, no? ;) )

@Rinnegatamante
Copy link
Owner

Rinnegatamante commented Aug 9, 2017

Quite sure EasyRPG has a decoder for all these formats, https://github.com/EasyRPG/Player/blob/master/src/decoder_xmp.cpp

That shouldn't be hard to integrate (EasyRPG changed a bit the main audio_decoder but specific decoders should be 100% compatible with the old version lpp-vita runs on) and should add .mod support together with several other audio files format.

Btw, opus and ogg are far better than mp3 in both filesize and audio quality.

@DarkWolfNine
Copy link
Author

Fantastic. Thank you for the quick reply! - I will work on converting it to ogg or opus for now. - opus is a format I haven't really looked into before. I definitely will when I get home.

Thank you for your work with the vita scene and lpp (I plan to look to your 3DS build following my conversion to Vita completion).

I greatly appreciate all of your hard work!

@devnoname120
Copy link

lpp-vita supports midi playing:

* snd = Sound.openMidi("ux0:/data/audio.mid")

Converting your audio from MOD to MIDI might be a good choice for you.

@DarkWolfNine
Copy link
Author

Thanks for the suggestion devnoname120!. I had tried that earlier.. Unfortunately my midi talents aren't good at all.. - If I could get it to sound just like the original mod's I really would. (but they come out piano, or other), I know it's only 2 mods, so mp3 won't be too bad (temporarily).

I did just try playing around with that app you linked. After spending 20 or so minutes messing around with the settings (tried the basic conversion first, to no avail), I wasn't able to get it to sound like the originals. - (Teach me to use a couple Psygnosis mod's from the Amiga days. :) )

Than you for the idea though. I appreaciate it!

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

3 participants