vgm-conv icon indicating copy to clipboard operation
vgm-conv copied to clipboard

After YM2612 VGM made by deflemask is converted to YM2413 (FMPCM), PCM is lost

Open denjhang opened this issue 3 years ago • 3 comments

vgm-conv -f ym2612 -t ym2413 -D dacEmulation=fmpcm -o output.vgm in.vgm

denjhang avatar Aug 16 '21 04:08 denjhang

Currently not supported. See limitation. deflemask uses the DAC stream command.

As for YM2612 DAC, only register 2A stream can be converted. VGM's DAC stream commands is not supported.

I think this issue is an enhancement request, however, to support the DAC steram command, the current architecture must be heavily modified.

okaxaki avatar Aug 16 '21 07:08 okaxaki

The so-called FMPCM surprised me. As far as YM2413 is concerned, FM and PCM can not interfere with each other. I hope the related functions can be improved.

denjhang avatar Aug 16 '21 10:08 denjhang