yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
138 stars 45 forks source link

Option for fadeout times #53

Closed Tanookirby closed 3 years ago

Tanookirby commented 3 years ago

For vgmstream-supported files, I strongly suggest having an option to choose the fadeout time because whenever I have the infinite loop disabled, every song just abruptly stops at the end.

yoyofr commented 3 years ago

OK I will check.

Le jeu. 25 mars 2021 à 20:02, Tanookirby @.***> a écrit :

For vgmstream-supported files, I strongly suggest having an option to choose the fadeout time because whenever I have the infinite loop disabled, every song just abruptly stops at the end.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yoyofr/modizer/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ5Y523BBVR4LOMPO46BDTTFOCFTANCNFSM4ZZ6GUDQ .

yoyofr commented 3 years ago

I've added an option for fadeout time in current dev version, will be included in next release. But with current vgmstream library logic, it seems to be only applied to streams that have loop points defined, i.e. if it is just a stream file without loop defined, no fadeout is applied.