Skip to content

kenrick95/nikku

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2025
Apr 12, 2025
Mar 11, 2025
Apr 12, 2025
Mar 26, 2022
Oct 19, 2022
Mar 11, 2025
Oct 31, 2022
Apr 22, 2019
Oct 27, 2022
Sep 28, 2024
Oct 19, 2022
Mar 11, 2025
Apr 12, 2025
Mar 11, 2025

Repository files navigation

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