It bridges the gap between raw, uncompressed audio (WAV) and the compressed format required by Sony consoles, allowing developers and modders to replace, create, or listen to game audio.
Converts standard, uncompressed Linear PCM audio files (typically in .wav format) into compressed .at9 files.
The ATRAC family of codecs has a long history with Sony, originating with the MiniDisc in the early 1990s. ATRAC9, however, represents a significant evolution optimized for the processing power of modern gaming hardware.
: It is often difficult to find officially, as it was originally part of private Sony developer kits, though it is widely mirrored on modding forums and GitHub repositories . at9tool.exe
It requires minimal processing power to decode during gameplay, freeing up hardware resources for graphics and physics engines.
It is part of the official Sony PlayStation SDK (Software Development Kit). Because it is a proprietary developer tool, it isn't officially distributed to the public by Sony; it is usually found in modding communities or bundled with unofficial "wrapper" tools. System Requirements: It often requires specific older Windows libraries, such as MSVCR90.DLL , to run correctly. Is it safe? Legitimate Use:
Reports of antivirus software flagging at9tool.exe are common. However, these are typically because the software is not digitally signed and has unique characteristics that trigger heuristic detection. To verify safety, always: It bridges the gap between raw, uncompressed audio
at9tool.exe is a proprietary encoder/decoder tool for the codec. It is not a standard Windows system file. It is typically found in:
The file at9tool.exe is a specialized command-line utility used primarily for managing and converting audio files in the ATRAC9 format. If you have ever poked around the internal folders of modern video game installations or used certain software development kits, you have likely encountered this executable. What is ATRAC9?
| Parameter | Description | Common Values | | :--- | :--- | :--- | | -d | Decode (AT9 → WAV) | N/A | | -e | Encode (WAV → AT9) | N/A | | -br | Bitrate (used with -e ) | 96, 60, 48, 32 (96 is common for high quality) | | -loop | Define loop points for BGM | -loop start_sample end_sample | | -wholeloop | Simple looping | Use for music that loops from the start of the file | | -h | Display help | Shows all available commands | It is part of the official Sony PlayStation
You can run at9tool.exe from the Command Prompt (CMD). The basic syntax for its two primary functions is as follows:
@echo off mkdir wav_out for %%f in (*.at9) do ( at9tool.exe -d "%%f" "wav_out\%%~nf.wav" ) pause Use code with caution. System Dependencies and Prerequisites
Launch from your desktop
It seems like you didn't find your favorites. Keep playing, and when you found it, hit the ❤️ heart!
It seems that you didn't play any game. Play one to add it here.