Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bates64/pmbk

Paper Mario (N64) soundbank tool
https://github.com/bates64/pmbk

n64 papermario

Last synced: 14 days ago
JSON representation

Paper Mario (N64) soundbank tool

Awesome Lists containing this project

README

        

# pmbk

Paper Mario (N64) soundbank tool.

## Usage

```
pmbk file.bk
```

Plays all samples in the bank, and writes them to `data/*.wav`.

## Acknowledgements

- [papermario decompilation](https://github.com/pmret/papermario) for file format
- [sdk-tools decompilation](https://github.com/n64decomp/sdk-tools) for VADPCM decoder
- [@M0liusX](https://github.com/M0liusX) for VADPCM knowledge