Modplayer-js: an Amiga module player using AudiowWorklet API

Modplayer-js: an Amiga module player using AudiowWorklet API

I have always been a fond of Amiga like modules and have wondered how it worked so when I heard about the new Audio Worklet API it would be a good idea to create a module player to experiment with this new API.

Modplayer-js features:

  • low latency using the new AudioWorklet API
  • automatic fallback to ScriptProcessorNode API on older browsers
  • playback of Amiga 4 channel Sountracker

I wrote about it: from scriptProcessorNode to the new AudioWorklet API

Demo:

modplayer-js

Sources: GitHub