Skip to content

digital-sound-antiques/kss2wav-wmsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kss2wav-wmsx

KSS/MGS/BGM/MPK/OPX to WAV converter using WebMSX's sound engine.

Install

git clone --recursive https://github.com/digital-sound-antiques/kss2wav-wmsx.git
cd kss2wav-wmsx
npm install
npm run build
npm link

if you use nodenv, nodenv rehash is required.

Usage

# foobar.mgs to foobar.wav
kss2wav-wmsx foobar.mgs 

# foobar.mgs to test.wav
kss2wav-wmsx -o test.wav foobar.mgs

# Disable PSG
kss2wav-wmsx --no-psg foobar.mgs

Options

kss2wav-wmsx

  KSS to WAV converter using WebMSX sound engine. 

SYNOPSIS

  kss2wav-wmsx [<option>] <file> 

OPTIONS

  -i, --input file        Specify input KSS/MGS/BGM/MPK/OPX file name.     
  -o, --output file       Specify output WAV file name.                    
  -d, --duration number   Maximum conversion duration in seconds.          
  -l, --loop number       Specify number of song loops to exit conversion. 
  --no-opll               Disable OPLL.                                    
  --no-psg                Disable PSG.                                     
  -h, --help              Print this help.

About

KSS/MGS/BGM/OPX/MPK to WAV using WebMSX's sound engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published