Skip to content

Extract audio from those anime games with original filenames, paths and more

Notifications You must be signed in to change notification settings

Escartem/AnimeWwise

Repository files navigation

AnimeWwise

An easy to use tool to extract audio from some anime games, with the original filenames and paths.

image

Usage

  1. Get the repo by downloading it or cloning it (git clone https://github.com/Escartem/WwiseExtract)

Note

This project uses ffmpeg version 3.4.2 which is the latest under 50MB. But it is also slower, if you want to slightly improve extraction speed, consider updating the ffmpeg binary to a newer version

  1. Install dependencies -> pip install -r requirements.txt
  2. Run the app with python app.py
  3. Select your input folder containing your .pck files, it can be your game audio folder directly (if you decide to use this one, make sure the game is not running) image

Tip

The audio folder can be found in the following locations

  • GenshinImpact_Data\StreamingAssets\AudioAsset\...
  • StarRail_Data\Persistent\Audio\AudioPackage\Windows\...
  • ZenlessZoneZero_Data\StreamingAssets\Audio\Windows\Full\...
  1. Select your hdiff folder if needed

Note

Diff files are .hdiff present in the update patches of the games. If you want to extract an hdiff content, you must have the pck file with the same name before patch in the input 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

  1. Select a mapping

Warning

By default, the files extracted from the game don't have names, the mappings are here to help restore the original filenames and paths so it's easier to search, but not all games are supported, not at every version and the mapping does not guarantee to have every file named

  1. After that, you can browse the files you loaded, if you messed up and wanna go back, you can select File > Reset to unload everything and go back to the starting screen. image
  2. In the Extract tab, you will be able to select what audio you want, choosing the output folder and audio format. You can extract everything or extract the files you selected in the Browse tab

Note

The program does not check for existing files in the output folder, it will overwrite them, make sure to check your folder before starting the extraction

  1. Extract your files, and enjoy !

Why was this made

I know there is already dozens of tools that have the exact same purpose, being to extract audio from games or hoyo games, however, I made this anyway because of one functionality that others don't possess, which is file name recovery using mappings, because extracting is cool but browsing thousands of files with no names is just a pain, every single voiceline is a unique file. And I'm also planning a second unique functionality being a lookup tool, giving the user the ability to see every file inside the game, search the ones he needs and then extract them automatically, instead of having to load files and see what's in them. Stay tuned for that one :3

Performance

The program has been tested and proved to be very efficient with extraction (not conversion), I've loaded the entire english package from genshin at 4.8 (around 17gb) and it took around 15 seconds to load and map every single of the ~100k files inside. And upon extracting them to .wem, it took around 10 seconds as well and during the entire process the program did not exceeded 500mb or so of ram usage. So I would say that it si good enough, however conversion is much slower, especially with ffmpeg (mp3 & ogg), some tweaks may be required to improve the speed.

Contribute

Feel free to contribute to this project as much as you want, a share would be very appreciated aswell, I'll be glad to know if this helped anyone <3

About

Extract audio from those anime games with original filenames, paths and more

Topics

Resources

Stars

Watchers

Forks

Languages