Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Programming => Topic started by: kenrick95 on May 06, 2019, 08:17:56 AM



Title: Nikku: A web-based BRSTM player
Post by: kenrick95 on May 06, 2019, 08:17:56 AM
Hi there!

Over the past month, I've spent my free time to work on a web application that let you upload a BRSTM file and it will play the audio on the page itself. The BRSTM file is only used locally and not uploaded to any server at all since the BRSTM decoder is on the page itself. The codes of this decoder are adapted from BrawlBox's codes.

Please do check it out and leave some comments (links below)! Thank you!

Note that the web application requires a pretty modern browser (latest Firefox/Chrome/Edge) to work.

  • Demo: https://kenrick95.github.io/nikku/
  • Source code: https://github.com/kenrick95/nikku