SourceForge.net Logo MediaWiki Logo Valid HTML 4.01! Valid CSS!

Multiplatform TTA codec library, ANSI-C version 2.0

From True Audio Codec Software

New TTA multiplatform library, ANSI-C version 2.0 has been released, with simple console frontend included in package. Main changes: Code include ARM/SSE2/SSE4 optimizations; added capability of real-time data encryption (password protection). This library can be compiled on various hardware platforms with different hardware abilities. Downloads..

The binary version of this package is also available (Windows). C++ version of this library will be available later.

Changes:

  1. Code optimization. Decoder runs faster;
  2. ARM/SSE2/SSE4 optimization has been added;
  3. Added real time data encryption feature;
  4. The set_position function accepts new position and returns new time in seconds in unsigned int32;
  5. Added binary_version function for checking the library for SSE instructions compatibility;
  6. Added set_password function for possibility to set the password;
  7. Added get_rate function, returns the dynamic stats of the process;
  8. Autoconf support;
  9. README file updated.
2010-12-30