Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ata4/muscode
Minecraft .mus file encoder and decoder
https://github.com/ata4/muscode
Last synced: about 2 months ago
JSON representation
Minecraft .mus file encoder and decoder
- Host: GitHub
- URL: https://github.com/ata4/muscode
- Owner: ata4
- License: unlicense
- Created: 2012-02-06T23:41:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T18:25:13.000Z (over 2 years ago)
- Last Synced: 2024-04-28T02:42:15.958Z (9 months ago)
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 14
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MusCode
=======MusCode converts XOR-encrypted .mus files for Minecraft into ordinary Ogg Vorbis files and vice versa.
Usage
-----Basic usage:
java -jar muscode.jar
Decode music.mus in the current working directory:java -jar muscode.jar music.mus
Encode music.ogg in the current working directory:java -jar muscode.jar music.ogg
Convert all files in the Minecraft music directory under Windows:
java -jar muscode.jar %APPDATA\.minecraft\resources\streaming
Convert all files in the Minecraft music directory under Linux/MacOS X:
java -jar muscode.jar ~/.minecraft/resources/streaming