G2-Games / atrac-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATRAC Encode/Decode Server

This is a basic FastAPI python application for running a windows executable atrac encoder as an API-driven service. It was originally designed for integration with Web MiniDisc Pro.

Installation

No executables are provided in this repository. The current syntax of the script is designed to work with the ATRAC3 tool included with the Sony PSP SDK. Other executables such as atracdenc can be easily substituted

To build atracapi as a docker container, provide an encoder executable in the root of this repository with the name psp_at3tool.exe and run docker build .

About


Languages

Language:Python 80.9%Language:Dockerfile 19.1%