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.
- Versions: 3.4.1
- Website: http://tausoft.org/
- Licenses: GPL 2+
- Package source: gnu/packages/audio.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]