5
votes

Can we play a MIDI using HTML5 audio tag?

I see a lot of javascript midi player/editors etc. but I haven't found a very basic player (play, stop, pause...) that supports easily a midi player.

Any thoughts?

2

2 Answers

1
votes

Currently, there are 3 supported file formats for the element: MP3, Wav, and Ogg

More about that here

1
votes

see example of MIDI-player here https://surikov.github.io/webaudiofont/examples/midiplayer.html

Click 'source' to open GitHub project