vgm-conv
vgm-conv copied to clipboard
After YM2612 VGM made by deflemask is converted to YM2413 (FMPCM), PCM is lost
vgm-conv -f ym2612 -t ym2413 -D dacEmulation=fmpcm -o output.vgm in.vgm
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.
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.