Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.29 KB

WwiseHi3Reader

Honkai Impact 3rd's .pck (Wwise Audio) reader

Usage

Play Audio Files Directly

WwiseHi3Reader <path-of-the-game/single-pck-file>

Or Play Audio Files Directly but Start from certain Track

WwiseHi3Reader <path-of-the-game/single-pck-file> <start-number-of-track>

Or With Loop for One Track

WwiseHi3Reader <path-of-the-game/single-pck-file> loop

Or With Loop for One Track and start from specific Track Number

WwiseHi3Reader <path-of-the-game/single-pck-file> loop <number-of-track>

For Listing Available Tracks Only:

WwiseHi3Reader view <path-of-the-game/single-pck-file>

For Converting Tracks to OGG Vorbis:

WwiseHi3Reader convert <path-of-the-game/single-pck-file> <path-of-the-output>

This program is using couple of Projects below:

Player Shortcut:

  • Arrow Left Key : Go to Previous Track
  • Arrow Right Key : Go to Next Track
  • q : Exit from Program
  • Space : Play/Pause