Difference between revisions of "Tremor"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(added tremor to HA wiki. I will add additional reading later on.)
 
m
 
(19 intermediate revisions by one user not shown)
Line 1: Line 1:
'''Tremor''' is a fixed-point (integerized) low-level Ogg Vorbis decoding library (BSD-liscense) designed for DSP platforms that can't do floating point calculations ''(which includes many popular Digital Audio Players lines such as the [[IRiver]] and [[Rio Kharma]])''. There is also talk of implementing a fixed-point encoder version of Tremor so that encoding can be done on an integerized DSP platform feasibly ''(see xiph.org mailing list)''. Tremor has helped Vorbis gain considerable hardware support amongst manufacturers in the last few years.
+
'''Tremor''' is a fixed-point (integerized) low-level (Ogg) [[Vorbis]] decoding library (BSD-license) designed for embedded microprocessors that can't perform floating point calculations ''(which includes many popular Digital Audio Players lines such as the [[IRiver H-Series]], [[Rio Karma]], and the [http://www.rockbox.org/ Rockbox firmware]''.) There is talk of implementing a fixed-point encoder version of Tremor, so that encoding can be done on an integerized DSP platform feasibly ''(see xiph.org mailing list)''. Tremor has helped Vorbis gain considerable hardware support amongst manufacturers in the last few years. ''(Korean companies being a notable example)''.
 +
 
 +
== External links ==
 +
* [http://lists.xiph.org/pipermail/tremor/2005-December/001370.html Tremor mailing list at xiph.org]
 +
 
 +
[[Category:Algorithms]]

Latest revision as of 15:32, 14 June 2007

Tremor is a fixed-point (integerized) low-level (Ogg) Vorbis decoding library (BSD-license) designed for embedded microprocessors that can't perform floating point calculations (which includes many popular Digital Audio Players lines such as the IRiver H-Series, Rio Karma, and the Rockbox firmware.) There is talk of implementing a fixed-point encoder version of Tremor, so that encoding can be done on an integerized DSP platform feasibly (see xiph.org mailing list). Tremor has helped Vorbis gain considerable hardware support amongst manufacturers in the last few years. (Korean companies being a notable example).

External links