Skip to content

Latest commit

History

History
40 lines (25 loc) 路 1.71 KB

README.md

File metadata and controls

40 lines (25 loc) 路 1.71 KB

Nikku

Web-based BRSTM player

Just open the demo in modern browser, select a .brstm file, and enjoy!

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