mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-04 23:40:25 +08:00
1.2 KiB
1.2 KiB
WwiseExtract
Extract audio from .pck and .hdiff to mp3 with this tool. It can in theory extract any pck or hdiff file from any game even though it was made for Genshin Impact. There are others tools that do the same but none of them were working so I just made my own.
Usage
- Get repo by cloning it ->
git clone https://github.com/Escartem/WwiseExtractor downloading it - Install dependencies ->
pip install -r requirements.txt - Place all of your
.pckfiles in the original folder and.pck.hdiffin the hdiff folder
⚠️ If you want to extract an hdiff content, you must place the pck file with the same name before patch in the original folder, pck's that do not have a corresponding hdiff file will be extracted normally, when they do have a corresponding hdiff file, only the hdiff file content is extracted and not the full pck
- Start the program ->
python extract.py - After finishing, everything will be in the output folder in the mp3 format (ogg may be added later)