Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bates64/pmbk
- Owner: bates64
- Created: 2023-12-29T19:32:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-31T18:17:21.000Z (12 months ago)
- Last Synced: 2024-10-22T07:03:28.645Z (2 months ago)
- Topics: n64, papermario
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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