A tool for extracting Ridge Racer 6 audio packs.
Go to file
Nes370 38def65ed7 Patch function update
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.
2024-07-28 22:26:20 -07:00
.settings Added a readme file and bumped to JDK 17 2024-07-25 14:56:59 -07:00
res switch name 2024-07-24 17:51:43 -07:00
src/goblincave/gitea/nes Patch function update 2024-07-28 22:26:20 -07:00
.classpath Added a readme file and bumped to JDK 17 2024-07-25 14:56:59 -07:00
.editorconfig Create .editorconfig 2024-07-20 06:22:08 -07:00
.gitignore Update .gitignore 2024-07-20 06:14:14 -07:00
.project Initial commit 2024-07-15 11:52:50 -07:00
README.md Update README 2024-07-25 18:28:35 -07:00
RR6AudioExtractor.md Patch function update 2024-07-28 22:26:20 -07:00

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.
    • To install, download the latest JRE (recommended) or JDK from Adoptium, or JDK from Oracle.

Usage

RR6AudioExtractor is a command-line application. To use it:

  1. Open a Command-Line Interface (CLI)
  2. Navigate to the directory containing RR6AudioExtractor.jar
  3. 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 (BINWAV/XMA)

java -jar RR6AudioExtractor.java extract <package file>

Convert audio files between supported formats (WAVXMAFLAC)

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/XMABIN)

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

  • Xbox Image Browser by Redline99
    • For extracting and replacing files from Xbox Disc Images (ISO).