Git Product home page Git Product logo

mrst's Introduction

M8's Revolution Sound Tool

A CLI and library for introspecing, extracting and decoding wii Nintendoware sound files.

Usage

mrst list|extract|decode [options] file

Common options

-o/--out output file path for extract and decode operations. If not provided, a sensible name will be chosen (if one file is output, the same as the input with different file extension, otherwise a directory with the same name with ".d" appended to it)

mrst list subcommand

Prints various information about the file

mrst extract subcommand

Extracts files from archive (BRSAR or BRWAR)

  • --decode additionally decodes subfiles while extracting
  • --extract-rwar For BRSAR extraction, automatically extract any BRWARs encountered

mrst decode subcommand

Decodes file into modern standard format. BRSTM/BRWAV files are converted to WAVE, BRBNK (and corresponding RWAR if applicable) files are converted to SoundFont 2 (sf2) and BRSEQ files are converted to MIDI.

Support matrix

File list extract decode
BRSAR Y Y N/A
BRWAR Y Y N/A
BRWAV Y N/A Y
BRSTM Y N/A Y
BRBNK Y N/A Y
BRSEQ Y N/A Y
BRWSD Y N/A N/A

Although I tried to incorporate all the features of past decoder implementations, MIDI conversion is a work in progress and not all RSEQ behavior can be translated into MIDI.

Recommended TODO

Eventually it would be nice if this tool supported re-converting from common formats to nintendoware (mrst encode) and re-packing archives (mrst archive).

mrst's People

Contributors

omerien avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.