Difference between revisions of "Lossless Audio"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(abandonware? "codec" link; Sac link, typo)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Pros==
+
'''Lossless Audio''' ('''La''') is a [[lossless]] audio [[codec]] developed 2002 to 2004 by Michael Bevin, for the Windows and Linux/x86 platforms.  
* Compresses files better than any other current lossless encoder
+
* Available for Windows (win32) and Linux/x86 (binaries only).
+
* xmms + WinAMP plugin available
+
  
==Cons==
+
La is available as closed-source freeware with a graphical front-end and plugins for [[Winamp]]/[[XMMS]] and [[foobar2000]]; '''''its foobar2000 plugin truncates the end of files''''' and should be avoided. The developer has left this issue unfixed since 2004, indicating that La could be considered abandonware.
* Very slow encode and decode (realtime on 700-800mhz CPU)
+
* No source code or format specification available.
+
  
 +
La might have been the highest compressing lossless encoder, though in [http://www.squeezechart.com/audio.html some comparisons] rivaled by [[OptimFrog]] at its highest and even slower settings (and also [[Sac]], an ultra-slow experimental compressor never used for playback). Both encoding and decoding are CPU-intensive. 
 +
It is limited to 16 bit input. Whether this is a limitation to the format or to the current encoder is unknown but - hardly relevant, with the software being closed-source and unmaintained and no format specification being available.
  
==Addtional Reading==
+
 
* [http://www.lossless-audio.com/ Lossless Audio website]
+
 
* [[Lossless_comparison|Lossless Codec Comparison]] by Rjamorim
+
== Additional Reading ==
 +
* [http://www.lossless-audio.com/ Official website]  
 +
* [[Lossless_comparison|Lossless Codec Comparison]] originally by Rjamorim, with links to comparison tests.
 +
* [https://hydrogenaud.io/index.php?topic=114989.msg948073#msg948073  HA forum thread describing how to decode LA files with foobar2000 using la.exe instead of the buggy plugin]
 +
 
 +
{{navbox audio codecs}}
 +
 
 +
[[Category:Codecs]]

Latest revision as of 13:05, 10 January 2022

Lossless Audio (La) is a lossless audio codec developed 2002 to 2004 by Michael Bevin, for the Windows and Linux/x86 platforms.

La is available as closed-source freeware with a graphical front-end and plugins for Winamp/XMMS and foobar2000; its foobar2000 plugin truncates the end of files and should be avoided. The developer has left this issue unfixed since 2004, indicating that La could be considered abandonware.

La might have been the highest compressing lossless encoder, though in some comparisons rivaled by OptimFrog at its highest and even slower settings (and also Sac, an ultra-slow experimental compressor never used for playback). Both encoding and decoding are CPU-intensive. It is limited to 16 bit input. Whether this is a limitation to the format or to the current encoder is unknown but - hardly relevant, with the software being closed-source and unmaintained and no format specification being available.


Additional Reading