<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DudaMom</id>
	<title>Hydrogenaudio Knowledgebase - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DudaMom"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/DudaMom"/>
	<updated>2026-04-28T20:11:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=MP3&amp;diff=9189</id>
		<title>MP3</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=MP3&amp;diff=9189"/>
		<updated>2005-11-06T03:09:15Z</updated>

		<summary type="html">&lt;p&gt;DudaMom: /* Techniques used in compression */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MP3: MPEG 1 Layer 3=&lt;br /&gt;
&lt;br /&gt;
The MP3 algorithm development started in 1987, with a joint cooperation of [http://www.iis.fraunhofer.de/ Fraunhofer IIS-A] and the University of Erlangen. It is standardized as ISO-MPEG Audio Layer-3 (IS 11172-3 and IS 13818-3).&lt;br /&gt;
&lt;br /&gt;
It soon became the de facto standard for lossy audio encoding, due to the high [[compression rates]] (1/11 of the original size, still retaining considerable quality), the high availability of decoders and the low CPU requirements for playback. (486 DX2-100 is enough for real-time decoding)&lt;br /&gt;
&lt;br /&gt;
It supports [[multichannel]] files (Although there&#039;s no implementation yet), [[sampling rate]]s from 16kHz to 24kHz (MPEG2 Layer 3) and 32kHz to 48kHz (MPEG1 Layer 3)&lt;br /&gt;
&lt;br /&gt;
Formal and informal listening tests have shown that MP3 at the 160-224 kbps range provide encoded results undistinguishable from the original materials in most of the cases.&lt;br /&gt;
&lt;br /&gt;
==Pros==&lt;br /&gt;
* Widespread acceptance, support in nearly all hardware audio players and devices&lt;br /&gt;
* An [[ISO]] standard, part of MPEG specs&lt;br /&gt;
* Fast decoding, lower complexity than [[AAC]] or [[Ogg Vorbis|Vorbis]]&lt;br /&gt;
* Anyone can create their own implementation (Specs and demo sources available)&lt;br /&gt;
* Relaxed licensing schedule&lt;br /&gt;
&lt;br /&gt;
==Cons==&lt;br /&gt;
* Lower performance / efficiency than modern codecs.&lt;br /&gt;
* Problem cases that trip out all transform codecs.&lt;br /&gt;
* Sometimes, maximum bitrate (320kbps) isn&#039;t enough.&lt;br /&gt;
* No multichannel implementations.&lt;br /&gt;
* Unusable for high definition audio (sampling rates higher than 48kHz).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Techniques used in compression=&lt;br /&gt;
&lt;br /&gt;
* [[Huffman coding]]&lt;br /&gt;
* [[Quantization]]&lt;br /&gt;
* [[Joint stereo|M/S matrixing]]&lt;br /&gt;
* [[Intensity stereo]]&lt;br /&gt;
* Channel coupling&lt;br /&gt;
* Modified discrete cosine transform ([[MDCT]])&lt;br /&gt;
* Polyphase filter bank&lt;br /&gt;
&lt;br /&gt;
There is a non-standardized form of MP3 called [[MP3Pro]], which takes advantage of [[SBR]] encoding to provide better quality at low bitrates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div id=&amp;quot;wikitikitavi&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&lt;br /&gt;
	[[http://WTHP1.coolhost.biz] [WTHPD1]]&lt;br /&gt;
	[http://WTHP2.coolhost.biz  WTHPD2]&lt;br /&gt;
	[[http://WTHP3.coolhost.biz | WTHPD3]]&lt;br /&gt;
	[http://WTHP4.coolhost.biz | WTHPD4]&lt;br /&gt;
	[WTHPD5 | http://WTHP5.coolhost.biz]&lt;br /&gt;
	[[http://WTHP6.coolhost.biz WTHPD6]]&lt;br /&gt;
	[[WTHPD7|http://WTHP7.coolhost.biz]]&lt;br /&gt;
	http://WTHP8.coolhost.biz&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Encoders / Decoders (Supported Platforms)=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Recommended&#039;&#039;&#039;&lt;br /&gt;
* [[LAME]] (Win32/Posix)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
* [[Audioactive]] (Win32)&lt;br /&gt;
* [[Blade]] (Win32/Posix)&lt;br /&gt;
* [[Xing]] (Win32)&lt;br /&gt;
* [[Gogo]] (Win32/Posix)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Metadata (Tags)=&lt;br /&gt;
&lt;br /&gt;
* [[ID3v1]]&lt;br /&gt;
* [[ID3v1.1]]&lt;br /&gt;
* [[ID3v2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Additional reading=&lt;br /&gt;
&lt;br /&gt;
* [http://www.audiocoding.com/modules/wiki/?page=MP3 MP3 at Audiocoding Wiki]&lt;br /&gt;
* [[MPEG1 Layer 3]] - Technical explanation of MP3 encoding.&lt;br /&gt;
* [http://www.rjamorim.com/test/mp3-128/results.html Roberto&#039;s listening test] featuring MP3 encoders&lt;br /&gt;
* [http://uncyclopedia.org/wiki/MP3 MP3 definition at Uncyclopedia]&lt;/div&gt;</summary>
		<author><name>DudaMom</name></author>
	</entry>
</feed>