Skip to content
 
 

Repository files navigation

Nikku

Web-based BRSTM player

How to use

npm install
cd app
npm install
npm run build
python3 -mhttp.server 8888
# Then access http://localhost:8888/ with the browser.

What Is BRSTM?

BRSTM is a file format that contains audio data that's being used for some Nintendo consoles. One of the differences with the usual audio format (MP3, etc) is that this format can contain a loop point, making it suitable for usage in games.

.brstm file is not included in the repository.

Some places to look for BRSTM files:

Browser Requirements

There are no polyfill included in the demo.

Browser needs to support the following features without any vendor prefix:

References

  • WiiBrew, for BRSTM file description.
  • BrawlLib codes, on how to decode BRSTM.

See Also

About

👽 Web-based BRSTM player

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages