hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

Primarily support PCM - if ADPCM, then just convert it over #12

Closed hogsy closed 1 year ago

hogsy commented 1 year ago

Right now because the projects folks are using are configured to support ADPCM, a lot of folks are needlessly converting PCM to ADPCM just to get it to load in / play. Technically, you can switch the project to use PCM instead, but it's too much of a mix at this point to easily do.

For simplicity’s sake, we'll just convert to PCM at load if it's ADPCM.

Seems there's already code for dealing with the conversion, which looks okay. If it doesn't work, the format is relatively well documented, so it would be trivial to deal with this myself.

hogsy commented 1 year ago

Made a start on it and managed to get it somewhat working without actually doing the conversion explicitly, however music / generally longer tracks don't seem to work correctly? Haven't investigated, will look into this next.

hogsy commented 1 year ago

Had a bit more time yesterday and happy to say this is now done!