Skip to content

CLI tool for extracting music files from Touhou games

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

lyons/touhou_music_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touhou Music Extractor

I needed to extract unlooped background music from a few Touhou games, did not care to trust the binary downloads of the existing tools for this, and didn't feel like trying to build any of them from source -- so I wrote my own tool to do it instead.

cargo build --release to build executable thme

thme help or cargo run --release -- help for usage instructions.

Supports extracting music from games that use PCM WAV data (all mainline shooting games), but not from games that use OGG data (fighting games). The tool can extract one or all tracks from a given game, can loop the track a fixed number of times or for a fixed duration, and can fade out the end of the track for a specified time.

About

CLI tool for extracting music files from Touhou games

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages