From 88f7041a98569375950da6abc654f3f48d725db7 Mon Sep 17 00:00:00 2001 From: Glenn Forbes Date: Tue, 17 Mar 2020 20:41:15 +0000 Subject: [PATCH 1/2] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a928444 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# popntowav +Tool for rendering pop'n music IFS/chart files to 16-bit PCM wav. + +## Dependencies + +Currently this tool relies on [IFSTools](https://github.com/mon/ifstools), which should be used either from an installed Python package, or through its exe distributions. +Additionally, this tool uses the following node packages: + - wav + - node-libsamplerate (Requires C build tools to install) + +## Usage +```node popntowav [IFS file]``` + +I'll probably add further options for chart/container files not inside an IFS file at some point. Maybe some tweaking for desired sample rate, etc. + +## Acknowledgements + +Thanks to [Emi](https://github.com/EmiMidnight) and though for help with this nonsense. + +## License + +Yar har. Just think of me if you want to use this. Maybe even write my name down on a piece of paper somewhere. From 272a7326ab3eefea70869cf3d1d5b6a3a9fa4394 Mon Sep 17 00:00:00 2001 From: Glenn Forbes Date: Tue, 17 Mar 2020 20:50:51 +0000 Subject: [PATCH 2/2] Update README.md Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a928444..ba734fe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # popntowav -Tool for rendering pop'n music IFS/chart files to 16-bit PCM wav. +Tool for rendering pop'n music IFS/chart files to 32-bit PCM wav. ## Dependencies