Skip to content

Converts SC68 and SNDH files into RAW PCM using SC68

Notifications You must be signed in to change notification settings

Sembiance/sndh2raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Converts a SC68/SNDH files(https://fileformats.archiveteam.org/wiki/SNDH) to RAW PCM files using SC68. Unlike sc68, this properly outputs each track as a seperate file. This also outputs track info as JSON.

You can convert the output RAW PCM to WAV using sox: sox -t raw -r 44100 -e signed-integer -L -b 16 -c 2 <file.raw> <out.wav>

About

Converts SC68 and SNDH files into RAW PCM using SC68

Resources

Stars

Watchers

Forks

Packages

No packages published