~grauw/vgmplay-msx#23: 
MSX-AUDIO emulation on OPL4 with ADPCM support

Currently you can already play MSX-AUDIO music on OPL4, but without samples. It would be nice to decode the ADPCM to PCM and play those back on the OPL4 as well.

Status
REPORTED
Submitter
bitbucket:Laurens Holst
Assigned to
No-one
Submitted
6 years ago
Updated
4 years ago
Labels
No labels applied.

bitbucket:Laurens Holst 6 years ago · edit

Because the MSX-AUDIO can freely play samples from any start and end position in its memory, while the OPL4 requires start, end and loop positions to be specified in advance in the wave headers table (which can’t be accessed during playback), this would require a pre-scan of the MSX-AUDIO VGM data to determine and populate the OPL4 instrument headers prior to playback.

Register here or Log in to comment, or comment via email.