Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanekihyouka committed Aug 15, 2023
1 parent 4441e1e commit c30df4b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 100% Orange Juice WaveExtractor

A tool to extract riff/wave auido from .pak files.

## usage

``java -jar OrangeJuice-WaveExtractor.jar source-file [output-directory]``

Example:

``java -jar OrangeJuice-WaveExtractor.jar voice_sys_hime.pak path/to/out``

## refer

[What is a WAV file?](https://docs.fileformat.com/audio/wav/)

If you want to extract **ogg** audio files , use [this tool](https://github.com/panzi/mediaextract) instead.

If you want to extract images , just use any xor and dds tools.

0 comments on commit c30df4b

Please sign in to comment.