Skip to content

eurotools/es-ps2-vag-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Issues GitHub Release

PlayStation 2 VAG Tool is a versatile utility designed to seamlessly encode 16-bit PCM WAV files into the PS2 VAG Format, and also perform the reverse operation, converting PS2 VAG files back to WAV format. The tool extends its compatibility to AIFF files as well. Please note that the tool currently supports only mono audio files. In addition, the tool intelligently extracts loop information, detecting "smpl" chunks within WAV files and "MARK" chunks within AIFF files.

Features

  • Encode mono 16-bit PCM WAV files into PS2 VAG Format.
  • Decode PS2 VAG files back into mono WAV format.
  • Full compatibility with mono AIFF files for encoding and decoding.
  • Automatic detection of loop points using "smpl" (WAV) and "MARK" (AIFF) chunks.

Download

To get started, you can download the latest version of the tool from the link below:

GitHub All Releases

Usage

Encoding

For encoding mono WAV files to PS2 VAG Format, use the following command:

AIFF2VAG.exe <InputFile>

Encoding Options:

  • -1 : Force non-looping encoding.
  • -L : Force looping encoding.
AIFF2VAG.exe "input.wav"

Decoding

To decode PS2 VAG files to mono WAV format, utilize the following command:

AIFF2VAG.exe Decode <InputFile> <OutputFile>
AIFF2VAG.exe Decode "input.vag" "output.wav"