Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - deskjet

Pages: [1]
1
Software Showcase / Javascript Module Player
« on: September 03, 2013, 18:18:50 »
Hi,
I am the creator of chiptune.js, a javascript module player for the browser.
It is based libxmp, so it should play pretty much any format (mod, s3m, it, xm etc) just fine.
I used emscripten to compile the libraries C code into Javascript and built a JS Wrapper around it, so it can be used quite easily.
It uses the Web Audio API for sound output via the browser, which ist currently only supported in Google Chrome, but Firefox support ist about to come in Version 25.

I saw modarchive only has a Java based player, so my project could be an option.
Just have a look if you're interested.

You can try the player on the Demo page. You can drop any module files on the page and hit the play button, when it's loaded. I hope you like it, let me know. :D

Or visit my Repository over at Github, to see the code. If you guys have ideas for improvement I would be happy to know. You can send me patches, too. Any help is appreciated.

I almost forgot: It is really pure Javascript, no browser plugins needed!

Pages: [1]