Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 620 Bytes

File metadata and controls

21 lines (14 loc) · 620 Bytes

PT3 Player

Web-based PT3 player using the Web Audio API. AY-8910/YM2149 emulation via ayumi (TypeScript port by em00k from playpt3.c by Peter Sovietov). Original PT3Play multi-pt3 player by Volutar 2021-12-21

Try it: https://zxnext.uk/ts-pt3player/

  • Drag & drop .pt3 files to play
  • TurboSound (2x/3x AY) support
  • Optional archive with 7500+ tracks

Build

npm install
npm run bundle

Deploy

Copy index.html, style.css, main.js, pt3worklet.js, and optionally pt3archive/ to your web server. Must be served over HTTP/HTTPS (not file://).