This package browser is in early development. Mind the rough edges.

ttaenc

TTA lossless audio encoder

TTA performs lossless compression on multichannel 8,16 and 24 bits data of the Wav audio files. Being lossless means that no data- quality is lost in the compression - when uncompressed, the data will be identical to the original. The compression ratios of TTA depend on the type of music file being compressed, but the compression size will generally range between 30% - 70% of the original. TTA format supports both of ID3v1/v2 and APEv2 tags.

Installation

Install the latest version of ttaenc as follows:

guix install ttaenc

Or install a particular version:

guix install ttaenc@3.4.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ttaenc about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ttaenc'><img src='https://packages.guix.gnu.org/packages/ttaenc/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ttaenc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ttaenc)

Example Org:

[[https://packages.guix.gnu.org/packages/ttaenc][https://packages.guix.gnu.org/packages/ttaenc/badges/latest-version.svg]]