digital-sound-antiques / msxplay-js

A msx sound player for JavaScript
http://digital-sound-antiques.github.io/msxplay-js/
70 stars 3 forks source link

Audio playback rate is incorrect after download mp3 from mml editor. #10

Closed okaxaki closed 4 years ago

okaxaki commented 4 years ago

This problem was caused MSXPlay and KSS2MP3 instantiate KSSPLAY objects simultaneously. Multiple KSSPLAY objects do not work corretly if the objects have different playback rate. It is a limitation of current OPLL core. All OPLL objects refer the same rate-conversion table.