Mercurial > web
diff music.html @ 41:f71c5c19940f
Specify our interpolation filter in music.html
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Wed, 11 May 2022 17:40:12 -0400 |
parents | d5d97f45b103 |
children | 8051fdef82da |
line wrap: on
line diff
--- a/music.html Wed May 11 03:13:39 2022 -0400 +++ b/music.html Wed May 11 17:40:12 2022 -0400 @@ -15,7 +15,7 @@ function init() { if (player == undefined) { - player = new ChiptuneJsPlayer(new ChiptuneJsConfig(-1)); + player = new ChiptuneJsPlayer(new ChiptuneJsConfig(-1, 100, 1)); } else { player.stop(); }