38def65ed7
Completed original intended scope of patch function, however adding sample chunk proved ineffective. More information must be encoded in x2st chunk, which requires some analysis due to lack of documentation. |
||
---|---|---|
.settings | ||
res | ||
src/goblincave/gitea/nes | ||
.classpath | ||
.editorconfig | ||
.gitignore | ||
.project | ||
README.md | ||
RR6AudioExtractor.md |
README.md
Ridge Racer 6 Audio Extractor
RR6AudioExtractor is a tool to extract, convert, and repackage audio from Ridge Racer 6 audio packs.
Requirements
- You must have Java SE 17 or higher installed to run RR6AudioExtractor.
Usage
RR6AudioExtractor is a command-line application. To use it:
- Open a Command-Line Interface (CLI)
- Navigate to the directory containing
RR6AudioExtractor.jar
- Enter one of the following commands:
Launch console interface
java -jar RR6AudioExtractor.java
Identify a file
java -jar RR6AudioExtractor.java identify <file>
Extract audio files from a RR6 audio pack (BIN
→ WAV
/XMA
)
java -jar RR6AudioExtractor.java extract <package file>
Convert audio files between supported formats (WAV
↔ XMA
↔ FLAC
)
java -jar RR6AudioExtractor.java convert <audio file> <format>
Patch an audio file to repeat (WAV
)
java - jar RR6AudioExtractor.java patch <audio file>
Pack audio files into a RR6 audio pack (WAV
/XMA
→ BIN
)
java -jar RR6AudioExtractor.java pack <audio directory>
Print a Ridge Racer 6 style ASCII logo
java -jar RR6AudioExtractor.java print <color> <text>
About
RR6AudioExtractor is developed by Nes.
Referenced Libraries
- Apache Commons Codec v1.17.1
- Apache Commons CSV v1.11.0
- Apache Commons IO v2.16.1
- javaFlacEncoder v0.3.2
- JColor v5.5.1
Recommended Software
- Xbox Image Browser by Redline99
- For extracting and replacing files from Xbox Disc Images (
ISO
).
- For extracting and replacing files from Xbox Disc Images (