Skip to content

dcherednik/atracdenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atracdenc - ATRAC Decoder Encoder

It is free LGPL implementation of ATRAC1, ATRAC3 encoders.

Building:

You need:

  • C++11 compiler.
  • cmake >= 3.1
  • libsndfiles

binary:

cd src
mkdir build
cd build
cmake ../
make

binary and tests:

cd test
cmake ../
make

Usage:

ATRAC1:

./atracdenc -e atrac1 -i ~/01.wav -o /tmp/01.aea

ATRAC3:

./atracdenc -e atrac3 -i ~/01.wav -o /tmp/01.oma

More information on the atracdenc man page

Limitations: