AT3Player - Homebrew ATRAC3 (AT3) Media Player

Applications

AT3Player - Homebrew ATRAC3 (AT3) Media Player


Auri 04-18-2006, 10:44 PM
Simple program to play ATRAC3 files. From the author:

\"This is a sample showing a simple atrac3 player using the libatrac3plus from the firmware.

Warning (to avoid confussion): the use of the libatrac3plus library functions was deduced with a bit of reverse engeneering in the own library and how a game was using it, by hooking calls to the functions and inspecting how the parameters evolved (psplink was of great help, thanks Tyranid for making that beautiful tool)

This program does not pretend to be a serious player, it\'s only a sample on how to use the sceATRAC3plus_Library, and it have some bugs or incorrect code, mainly:

- The player suposses that all frames of the file have 1024 or 2048 sound samples, which is true in almost all cases, but not always.
- There is a bug in which sometimes one of the threads cannot be created because the previous copy of the thread is already running (probably, because of a deadlock). \"
---
Author, Hacking the PSP
www.hackingpsp.com
Copyright (c) 2005-2008 Auri Rahimzadeh

Powered by Community Server, by Telligent Systems