An open API service indexing awesome lists of open source software.

https://github.com/asivery/atrac3-encoder-linux

A script used to automatically convert an ATRAC3 encoder EXE to a native Linux elf
https://github.com/asivery/atrac3-encoder-linux

Last synced: about 1 year ago
JSON representation

A script used to automatically convert an ATRAC3 encoder EXE to a native Linux elf

Awesome Lists containing this project

README

          

# PSP ATRAC3(/3plus) Encoder for Linux

This application is meant to modify an ATRAC3 encoder (psp_at3tool.exe), and derive a native Linux ELF from it.
To run this, you need to:

- **Supply your own psp_at3tool.exe**
- Install an i386 version of libc6\*
- Run the 'convert.sh' bash script - a `psp_at3tool.exe.elf` file will be generated

\*To do this on Ubuntu, execute the following commands:
```
# dpkg --add-architecture i386
# apt update
# apt install libc6:i386 libc6-dev:i386
```