Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit 813bf12

Browse files
authored
Update README.md
1 parent 235f9b4 commit 813bf12

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
# ATRACTool
1+
# ATRACTool
2+
3+
<p>Utility tool to convert Sony's ATRAC3/ATRAC3plus/ATRAC9(.AT3/.AT9) to Wave(.WAV) sound.</p>
4+
<p>Or convert Wave sound to Sony's ATRAC3/ATRAC3plus/ATRAC9.</p>
5+
<p>User interface functions are provided for SCEI ATRAC3plus Codec Tool (at3tool.exe) and SCEI ATRAC9 Codec Tool (at9tool.exe).</p>
6+
7+
## Descriptions
8+
9+
<p>This tool uses a multi-threaded(/MT) build, so it can be launched without the Visual C++ redistribution package.</p>
10+
11+
---
12+
13+
<p>The SCEI ATRAC3plus Codec TOOL(at3tool.exe) uses <code>MSVCR80.DLL</code>.</p>
14+
<p>If you get an error, please install the following package on your PC.</p>
15+
16+
17+
[Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)](http://www.microsoft.com/ja-jp/download/details.aspx?id=5638)
18+
19+
[Microsoft Visual C++ 2005 SP1 Redistributable Package (x64)](http://www.microsoft.com/ja-jp/download/details.aspx?id=18471)
20+
21+
---
22+
23+
<p>The SCEI ATRAC9 Codec TOOL(at9tool.exe) uses <code>MSVCR90.DLL</code>.</p>
24+
<p>If you get an error, please install the following package on your PC.</p>
25+
26+
27+
[Microsoft Visual C++ 2008 Redistributable Package (x86)](http://www.microsoft.com/ja-jp/download/details.aspx?id=29)
28+
29+
[Microsoft Visual C++ 2008 Redistributable Package (x64)](http://www.microsoft.com/ja-jp/download/details.aspx?id=15336)
30+
31+
---
32+
33+
## What is this?
34+
35+
<p>It is a tool that can decode Sony's ATRAC3/ATRAC3plus/ATRAC9 to Wave sound, and encode Wave sound to ATRAC3/ATRAC3plus/ATRAC9.</p>
36+
<p>ATRAC3 and ATRAC3plus are mainly used for PSP and PS3, while ATRAC9 is used for PSVita and PS4.</p>
37+
38+
## System Requirements
39+
40+
<p>This application does not work on non-x64 (64 bit) operating systems.</p>
41+
<p>※This application will not run on non-x64 (64-bit) operating systems. Please note that it cannot run on x86 (32-bit) PCs.</p>
42+
<p>(Unless you have a very old PC, you should be able to run it.)</p>
43+
44+
## About Licensing
45+
46+
This tool is released under the MIT license.

0 commit comments

Comments
 (0)