Joined: 2020-12-04, 11:37:52 Posts: 14
|
If the fadeout is hard coded I don't think there's anything you can do. Maybe you could manually loop it?
vgm_ptch usage is "vgm_ptch -command:value file.vgm". all -SetRate does is set the rate setting in the header at 0x24, which is used in conjunction with the playback rate option in the player (PlaybackRate in vgmplay). Internally the player runs at 44100 samples per second so to get the most precision write 44100 to 0x24 then set PlayBackRate to some integer division of that. To hard code it You'd have to resample the vgm, idk if such a tool exists
|
|