-
Notifications
You must be signed in to change notification settings - Fork 89
Description
hi,
firstly, thanks for this nice framework.
i wanted to also display lyrics in devnagari(indian script) and found that currently it won't work as it is,
due to the x-user-defined charset. so i had to add some conversion code. i also tried another approach with a different version of loadRemote() in index.html, using the arrayBuffer type. then i had to change stream.js accordingly, which i have saved as stream1.js. i think this is a better approach, as to-from encoding conversions are reduced. the "b102_Bhairavi_*.mid file i have used is the test-file for unicode lyrics.
Of course we also need to read and propagate lyrics events in replayer, and i have done it using the handleMidiMetaEvent().
i have also added a stop button by calling the audioplayer.stop().it works, but i wonder if some other clean-up needs to be done.
have attached my change files to this issue.
regards,
manoj