<?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=Beto</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=Beto"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Beto"/>
	<updated>2026-05-03T09:09:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto/foobar2000&amp;diff=17487</id>
		<title>User:Beto/foobar2000</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto/foobar2000&amp;diff=17487"/>
		<updated>2007-06-28T18:11:45Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
I use [[foobar2000]] as my main media player. It is a very powerful and customizable tool, though I do not think I am a customization freak. Most stuff I just rip off from others and tweak to my personal taste. {{smiley|D}}&lt;br /&gt;
&lt;br /&gt;
Current config to be included in the near future.&lt;br /&gt;
&lt;br /&gt;
Old contents moved to the [[User:Beto/foobar2000/Archives|archives page]] .&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto/foobar2000&amp;diff=17486</id>
		<title>User:Beto/foobar2000</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto/foobar2000&amp;diff=17486"/>
		<updated>2007-06-28T18:09:46Z</updated>

		<summary type="html">&lt;p&gt;Beto: Replacing page with &amp;#039;__NOTOC__
__NOEDITSECTION__
I use foobar2000 as my main media player. It is a very powerful and customizable tool, though I do not think I am a customization freak. Most st...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
I use [[foobar2000]] as my main media player. It is a very powerful and customizable tool, though I do not think I am a customization freak. Most stuff I just rip off from others and tweak to my personal taste. {{smiley|D}}&lt;br /&gt;
&lt;br /&gt;
Current config to be included in the near future.&lt;br /&gt;
&lt;br /&gt;
Old contents moved to the archive page.&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto/foobar2000/Archives&amp;diff=17485</id>
		<title>User:Beto/foobar2000/Archives</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto/foobar2000/Archives&amp;diff=17485"/>
		<updated>2007-06-28T18:09:19Z</updated>

		<summary type="html">&lt;p&gt;Beto: New page: You find here older versions of my foobar page.  ==foobar2000 current screenshot== My current foobar This is my current foobar. It is based in [http://mus...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You find here older versions of my foobar page.&lt;br /&gt;
&lt;br /&gt;
==foobar2000 current screenshot==&lt;br /&gt;
[[Image:Foobar1.jpg|thumb|200px|My current foobar]]&lt;br /&gt;
This is my current foobar. It is based in [http://music.morbo.org/wiki/columns_ui:manual columnsUI] with [[Foobar2000:0.9_Single_Column_Playlist_%28foo_uie_single_column_playlist%29|single column playlist]]. The single column code is based in mazy&#039;s wonderful testcase presented [http://www.hydrogenaudio.org/forums/index.php?s=&amp;amp;showtopic=47810&amp;amp;view=findpost&amp;amp;p=426016 here] and tweaked by me.&lt;br /&gt;
&lt;br /&gt;
There are also three [[Foobar2000:0.9_Track_Info_Panel_Mod_%28foo_uie_trackinfo_mod%29|trackinfo mod panels]] to display details about the current playing song and the progressbar (on top of the screenshot).&lt;br /&gt;
&lt;br /&gt;
At the right you can find [http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:0.9_Album_Art_Panel_%28foo_uie_albumart%29 album art panel] that displays the cover of the CD that is playing.&lt;br /&gt;
&lt;br /&gt;
Right below the blue [http://wiki.bowron.us/index.php/Foobar2000 foo browser panels] make it easier to navigate through the media library.&lt;br /&gt;
&lt;br /&gt;
==foobar2000 scripts and codes==&lt;br /&gt;
===trackinfo mod panels code===&lt;br /&gt;
====top panel====&lt;br /&gt;
This code scrolls the title of the music if it is larger that the panel width.&lt;br /&gt;
&amp;lt;pre&amp;gt;//lenght of scrolling&lt;br /&gt;
$puts(len,70)&lt;br /&gt;
&lt;br /&gt;
//title&lt;br /&gt;
$puts(title,$if2(%title%,No title))&lt;br /&gt;
&lt;br /&gt;
//core code&lt;br /&gt;
$align(right,top)&lt;br /&gt;
$font(calibri bold,22,glow-7-123-167 glowexpand-1,255-255-255)&lt;br /&gt;
$if(%_isplaying%,&lt;br /&gt;
$iflonger($get(title),$get(len),&lt;br /&gt;
&lt;br /&gt;
//scroll code&lt;br /&gt;
$puts(diff,$sub($len($get(title)),$get(len)))&lt;br /&gt;
$puts(start,$add(1,$mod(%_time_elapsed_seconds%,$get(diff))))&lt;br /&gt;
$puts(start2,$select($add($div($add(1,$mod( %_time_elapsed_seconds%,$mul($get(diff),2))),$add($get(diff),1)),1),$get(start),$sub($add($get(diff),1),$get(start))))&lt;br /&gt;
$substr($get(title),$get(start2),$add($get(start2),$get(len)))&lt;br /&gt;
&lt;br /&gt;
//end of scroll code&lt;br /&gt;
,$get(title))$char(10)&lt;br /&gt;
$font(candara bold,16,shadow,)&lt;br /&gt;
$align(right,bottom)&lt;br /&gt;
&lt;br /&gt;
//artist&lt;br /&gt;
$if($meta(album artist),$meta(album artist)&#039; / &#039;%artist%,&lt;br /&gt;
$if($meta(performer),$meta(performer)&#039; / &#039;%artist%,&lt;br /&gt;
$if2(%artist%,No artist)))$char(10)&lt;br /&gt;
,&lt;br /&gt;
&#039;Stopped&#039;)&lt;br /&gt;
&lt;br /&gt;
//overlay image&lt;br /&gt;
$imageabs(0,0,images\overlay.png,)&amp;lt;/pre&amp;gt;&lt;br /&gt;
====bottom panel====&lt;br /&gt;
&amp;lt;pre&amp;gt;//genre and style lenght&lt;br /&gt;
$puts(item_len,$len($if2(%genre%,No genre)&#039; | &#039;$if2(%style%,No style)))&lt;br /&gt;
$puts(item_con,$if2(%genre%,No genre)&#039; | &#039;$if2(%style%,No style))&lt;br /&gt;
&lt;br /&gt;
// Streaming&lt;br /&gt;
$if(%_time_total%,,$puts(stream,1))&lt;br /&gt;
&lt;br /&gt;
// Rating&lt;br /&gt;
$puts(rtchar,«)&lt;br /&gt;
&lt;br /&gt;
// Last played&lt;br /&gt;
$puts(last_played_year,$substr(%last_played%,1,4))&lt;br /&gt;
$puts(last_played_month,$substr(%last_played%,6,7))&lt;br /&gt;
$puts(last_played_day,$substr(%last_played%,9,10))&lt;br /&gt;
$puts(last_played_hour,$substr(%last_played%,12,13))&lt;br /&gt;
$puts(last_played_min,$substr(%last_played%,15,16))&lt;br /&gt;
$puts(last_played_sec,$substr(%last_played%,18,19))&lt;br /&gt;
&lt;br /&gt;
// Compression ratios&lt;br /&gt;
$puts(compr_perc,$muldiv(%__bitrate%,100,1411))&lt;br /&gt;
$puts(compr_idx,$div(100,$get(compr_perc))&#039;.&#039;$cut($muldiv($mod(100,$get(compr_perc)),1000,$get(compr_perc)),2))&lt;br /&gt;
&lt;br /&gt;
//Core code&lt;br /&gt;
$align(left,top)&lt;br /&gt;
$font(tahoma,8,bold,255-255-255)&lt;br /&gt;
$if(%_isplaying%,&lt;br /&gt;
$ifgreater($get(item_len),100,&lt;br /&gt;
$cut($get(item_con),99)&#039;...&#039;,&lt;br /&gt;
$get(item_con)&lt;br /&gt;
)&lt;br /&gt;
$align(right,top)&lt;br /&gt;
$if2(%album%,No album)$if(%album subtitle%,&#039;: &#039;%album subtitle%)&#039; | &#039;$if2(%date%,No date)&#039; | &#039;$if2(%publisher%,No publisher)$char(10)&lt;br /&gt;
$if(%_ispaused%,$font(,,bold,255-0-0)&#039;[Paused] &#039;)$font(tahoma,8,bold,255-255-255)$if(%_isplaying%,&#039;[&#039;[%_time_elapsed%]$if(%_time_total%,&#039;/&#039;%_time_total%)&#039;]&#039;)$if(%_isplaying%,$if($get(stream),&#039; [Streaming]&#039;,&#039; [&#039;$muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)&#039;%]&#039;))$char(10)&lt;br /&gt;
[%__codec%]&#039; &#039;[%bitrate%Kbps]&lt;br /&gt;
$if($stricmp(%__encoding%,lossy),&lt;br /&gt;
&#039; [&#039;%__encoding%&#039;]&#039;$char(10)$char(10),&lt;br /&gt;
&#039; [&#039;$get(compr_perc)&#039;%] [&#039;%__encoding%&#039;]&#039;$char(10)$char(10))&lt;br /&gt;
&lt;br /&gt;
$if(%rating%,$font(wingdings,9,,)&lt;br /&gt;
$repeat($get(rtchar),%rating%)$font(,,,18-173-224)$repeat($get(rtchar),$sub(5,%rating%))$font(calibri,8,bold,255-255-255),&lt;br /&gt;
$font(tahoma,7,bold,255-255-255)This track has no rating)&#039; | &#039;&lt;br /&gt;
$if(%last_played%,&lt;br /&gt;
$ifgreater(%play_count%,1,Played %play_count% times,Played %play_count% time),&lt;br /&gt;
This song was never played)&lt;br /&gt;
$if(%last_played%,&#039; | Last Played &#039;$get(last_played_day)/$get(last_played_month)/$get(last_played_year)&#039; at &#039;$get(last_played_hour):$get(last_played_min))&lt;br /&gt;
,&lt;br /&gt;
$align(right,top)&#039;Stopped&#039;)&amp;lt;/pre&amp;gt;&lt;br /&gt;
====progress bar====&lt;br /&gt;
&amp;lt;pre&amp;gt;$padding(0,0)&lt;br /&gt;
$drawrect(,,,10,brushcolor-173-231-252 pencolor-18-173-224)&lt;br /&gt;
&lt;br /&gt;
$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,4),%length_seconds%))&lt;br /&gt;
&lt;br /&gt;
$ifgreater($get(progress),0,&lt;br /&gt;
$padding(2,2)$drawrect(,,$get(progress),6,brushcolor-18-173-224 pencolor-null),)&amp;lt;/pre&amp;gt;&lt;br /&gt;
===single column playlist code===&lt;br /&gt;
====group by====&lt;br /&gt;
&amp;lt;pre&amp;gt;[%album artist%] %album%&amp;lt;/pre&amp;gt;&lt;br /&gt;
====item display====&lt;br /&gt;
&amp;lt;pre&amp;gt;$puts(item_len,$len(%tracknumber%&#039;. &#039;%subalbum%&#039;: &#039;$if($meta(album artist),%artist%&#039; - &#039;%title%,%title%)&#039;: &#039;%subtitle%))&lt;br /&gt;
$puts(item_con,$replace([%tracknumber%&#039;. &#039;][%subalbum%&#039;: &#039;]$if($meta(album artist),%artist%&#039; - &#039;%title%,%title%)[&#039;: &#039;%subtitle%],&#039;(&#039;,$font(calibri bold italic,8,$if(%isplaying%,glow-192-192-192 glowalpha-130,),$if(%_selected%,255-0-0,170-170-170))&#039;(&#039;))&lt;br /&gt;
$if($strcmp($mod(%_playlist_number%,2),1),&lt;br /&gt;
$drawrect(,,,,brushcolor-245-245-245 pencolor-null))&lt;br /&gt;
$padding(2,0)&lt;br /&gt;
$font(calibri bold,8,$if(%isplaying%,glow-192-192-192 glowalpha-130,),$if(%_selected%,255-0-0,170-170-170))&lt;br /&gt;
$ifgreater($get(item_len),182,&lt;br /&gt;
$cut($get(item_con),181)&#039;...&#039;,&lt;br /&gt;
$get(item_con)&lt;br /&gt;
)&lt;br /&gt;
$alignabs(6,13,%_width%,%_height%,,)&lt;br /&gt;
$font(CubicFive10,5,nocleartype,190-190-190)&lt;br /&gt;
[%length% | ]&lt;br /&gt;
[$info(bitrate) kbps]&lt;br /&gt;
$alignabs(0,-1,$sub(%_width%,36),%_height%,right,)&lt;br /&gt;
$if($not(%__replaygain_track_gain%),$font(,,,255-0-0)T,)&lt;br /&gt;
$if($not(%__replaygain_album_gain%),$font(,,,255-0-0)A,)&lt;br /&gt;
$alignabs(0,-1,$sub(%_width%,2),%_height%,right,)&lt;br /&gt;
$font(CubicFive10,5,nocleartype,190-190-190)&lt;br /&gt;
[%play_count%x]&lt;br /&gt;
//$if(%cwb_queueindex%, &#039;[&#039;%cwb_queueindexes%/%cwb_queuelength%&#039;]&#039;)&lt;br /&gt;
$alignabs(0,10,$sub(%_width%,2),%_height%,right,)&lt;br /&gt;
$font(Wingdings,8,glow-190-190-190 glowexpand-1,250-250-250)&lt;br /&gt;
$repeat(«,%rating%)&amp;lt;/pre&amp;gt;&lt;br /&gt;
====group display====&lt;br /&gt;
&amp;lt;pre&amp;gt;$puts(ar_w,$calcwidth($longest(%album artist%,%artist%)))&lt;br /&gt;
$padding(1,0)&lt;br /&gt;
$drawrect(,,,,brushcolor-119-213-249 pencolor-51-191-238)$padding(4,1)&lt;br /&gt;
$align(left,top)$font(calibri bold,8,,255-255-255)&lt;br /&gt;
$font(,,bold glow-51-191-238,)&lt;br /&gt;
%album%[&#039;: &#039;%album subtitle%]&lt;br /&gt;
$alignabs(0,0,$sub(%_width%,$get(ar_w),14),%_height%,right,)&lt;br /&gt;
$font(cubicfive10,5,,18-173-224)&lt;br /&gt;
[%encodedby%]&lt;br /&gt;
$align(right,top)$font(calibri bold,8,,255-255-255)&lt;br /&gt;
$if2(%album artist%,%artist%)&lt;br /&gt;
$drawrect($sub(%_width%,$get(ar_w),18),-1,3,%_height%,brushcolor-51-191-238 pencolor-null)&lt;br /&gt;
$drawrect($sub(%_width%,$get(ar_w),17),-1,1,%_height%,brushcolor-250-250-250 pencolor-null)&lt;br /&gt;
$alignabs(6,15,%_width%,%_height%,,)&lt;br /&gt;
$font(CubicFive12,5,nocleartype,18-173-224)&lt;br /&gt;
[%date% | ][%genre%][ | %publisher%]&lt;br /&gt;
$alignabs(0,14,$sub(%_width%,$get(ar_w),14),%_height%,right,)&lt;br /&gt;
$font(cubicfive10,5,,)&lt;br /&gt;
[%rippedby%]&lt;br /&gt;
$imageabs($sub(%_width%,$get(ar_w),98),0,images\playlist-refl.png,)&lt;br /&gt;
$imageabs($sub(%_width%,87),0,images\playlist-refl.png,)&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User_talk:Beto&amp;diff=17484</id>
		<title>User talk:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User_talk:Beto&amp;diff=17484"/>
		<updated>2007-06-28T18:05:00Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{usertalkheader}}&lt;br /&gt;
&lt;br /&gt;
== Cooking major changes at the foobar2000 page ===&lt;br /&gt;
I am  cooking some changes to my foobar2000 page. Recently I made the move to PanelsUI, and I have to say it was not a very easy move. --[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 13:05, 28 June 2007 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Public Key==&lt;br /&gt;
I got yours and signed it. --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 10:39, 22 September 2006 (CDT)&lt;br /&gt;
:cool. I got yours too.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 10:53, 24 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== putting it here so you might see it ==&lt;br /&gt;
&lt;br /&gt;
sorry but you can&#039;t &amp;quot;all rights reserve&amp;quot; images on this wiki... We have to have a free license, of which the GFDL is reccomended. Could you update them? &amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 16:38, 18 September 2006 (CDT)&lt;br /&gt;
:: Sure I can. The images are mine (I took them with my camera) and are personal. See [http://commons.wikimedia.org/wiki/Image:Wikipedia-logo-es.png here]. Even wikipedia has copyrighted media in their GFDL site. Anyway, what is the problem? I hope you are not a FSF/GPL/GFDL zealot.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 16:48, 18 September 2006 (CDT)&lt;br /&gt;
::: I&#039;m not a zealot, but, look at WP&#039;s upload page: &amp;quot;If you own the copyright to an image, it MUST be released under a free license&amp;quot;. This is because the GFDL allows reproduction of pages+images, but your images&#039; all rights license prohibits it. Not a dig at you, I was just saying... &amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 17:10, 18 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
Cool photo, bro! --[[User:Pepoluan|pepoluan]] 12:46, 30 August 2006 (CDT)&lt;br /&gt;
: thanks mate. there&#039;s more at [http://www.flickr.com/photos/boneco flickr]. I even geotagged most of them so you can check where they were taken.--[[User:Beto|Beto]] 09:57, 31 August 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
I reworded the page and added some pics to it.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 16:30, 18 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User_talk:Beto&amp;diff=17483</id>
		<title>User talk:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User_talk:Beto&amp;diff=17483"/>
		<updated>2007-06-28T17:55:16Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{usertalkheader}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Public Key==&lt;br /&gt;
I got yours and signed it. --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 10:39, 22 September 2006 (CDT)&lt;br /&gt;
:cool. I got yours too.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 10:53, 24 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== putting it here so you might see it ==&lt;br /&gt;
&lt;br /&gt;
sorry but you can&#039;t &amp;quot;all rights reserve&amp;quot; images on this wiki... We have to have a free license, of which the GFDL is reccomended. Could you update them? &amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 16:38, 18 September 2006 (CDT)&lt;br /&gt;
:: Sure I can. The images are mine (I took them with my camera) and are personal. See [http://commons.wikimedia.org/wiki/Image:Wikipedia-logo-es.png here]. Even wikipedia has copyrighted media in their GFDL site. Anyway, what is the problem? I hope you are not a FSF/GPL/GFDL zealot.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 16:48, 18 September 2006 (CDT)&lt;br /&gt;
::: I&#039;m not a zealot, but, look at WP&#039;s upload page: &amp;quot;If you own the copyright to an image, it MUST be released under a free license&amp;quot;. This is because the GFDL allows reproduction of pages+images, but your images&#039; all rights license prohibits it. Not a dig at you, I was just saying... &amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 17:10, 18 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
Cool photo, bro! --[[User:Pepoluan|pepoluan]] 12:46, 30 August 2006 (CDT)&lt;br /&gt;
: thanks mate. there&#039;s more at [http://www.flickr.com/photos/boneco flickr]. I even geotagged most of them so you can check where they were taken.--[[User:Beto|Beto]] 09:57, 31 August 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
I reworded the page and added some pics to it.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 16:30, 18 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=16709</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=16709"/>
		<updated>2007-03-13T17:47:15Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.blogspot.com/ My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://boneco.googlepages.com/pgp_key.txt PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=16708</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=16708"/>
		<updated>2007-03-13T17:46:15Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.wordpress.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://boneco.googlepages.com/pgp_key.txt PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000_Talk:Components&amp;diff=16707</id>
		<title>Foobar2000 Talk:Components</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000_Talk:Components&amp;diff=16707"/>
		<updated>2007-03-13T17:44:00Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Page Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page Discussion==&lt;br /&gt;
&lt;br /&gt;
The formatting of this page rather sucks; shouldn&#039;t the first link connect to a wikipage here, then from that wikipage links to the external page?&lt;br /&gt;
That would solve the problem of adding non-uniform (more info) links... --[[User:Pepoluan|pepoluan]] 11:49, 6 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
I agree. Seemingly you&#039;d want to link primarily to the wiki pages and link to the forums from those pages. --[[User:Wolfsong|Wolfsong]] 16:37, 5 November 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
There is already a components site available what might render this page useless IMO. There is no new info here, but rather links to external pages only. To me this page is not needed if it is easy enough to search for said components in the official components page.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 13:53, 6 November 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
What exactly is the difference between Audio Codecs and Other Codecs in the Input section? --[[User:Foosion|foosion]] 07:13, 12 March 2007 (CDT)&lt;br /&gt;
:none that I can make sense of... --[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:44, 13 March 2007 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Joint_stereo&amp;diff=15725</id>
		<title>Talk:Joint stereo</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Joint_stereo&amp;diff=15725"/>
		<updated>2006-12-01T00:47:53Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* General Cleanup &amp;amp; Warning Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Beto, if that&#039;s a *major* correction, why do you mark it as a minor update? Heh, sorry for nitpicking :-) --[[User:Pepoluan|pepoluan]] 16:20, 1 September 2006 (CDT)&lt;br /&gt;
: been away for some time. I didn&#039;t even noticed it was marked as minor update... It sure wasn&#039;t :-D --[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:46, 30 November 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
==General Cleanup &amp;amp; Warning Notes==&lt;br /&gt;
1. The &amp;quot;Additional Information&amp;quot; section needs cleanup.&lt;br /&gt;
&lt;br /&gt;
2. The external link &amp;quot;written by user - High Quality Audio guides&amp;quot; -- it still touts MPC as the best-quality encoder, while we all know that it is no longer the case. But the recommendations on tools and procedures are quite on-the-spot. So I suggest putting a warning in the ilk: &#039;&#039;&#039;Note: Despite this page&#039;s recommendation for MPC, please be aware that in recent listening tests, other encodings are also proven to be at least as good as MPC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
--[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 14:18, 30 November 2006 (CST)&lt;br /&gt;
: we shoudl put a disclaimer for the external link --[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:47, 30 November 2006 (CST)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Joint_stereo&amp;diff=15724</id>
		<title>Talk:Joint stereo</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Joint_stereo&amp;diff=15724"/>
		<updated>2006-12-01T00:46:46Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Page discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Beto, if that&#039;s a *major* correction, why do you mark it as a minor update? Heh, sorry for nitpicking :-) --[[User:Pepoluan|pepoluan]] 16:20, 1 September 2006 (CDT)&lt;br /&gt;
: been away for some time. I didn&#039;t even noticed it was marked as minor update... It sure wasn&#039;t :-D --[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:46, 30 November 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
==General Cleanup &amp;amp; Warning Notes==&lt;br /&gt;
1. The &amp;quot;Additional Information&amp;quot; section needs cleanup.&lt;br /&gt;
&lt;br /&gt;
2. The external link &amp;quot;written by user - High Quality Audio guides&amp;quot; -- it still touts MPC as the best-quality encoder, while we all know that it is no longer the case. But the recommendations on tools and procedures are quite on-the-spot. So I suggest putting a warning in the ilk: &#039;&#039;&#039;Note: Despite this page&#039;s recommendation for MPC, please be aware that in recent listening tests, other encodings are also proven to be at least as good as MPC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
--[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 14:18, 30 November 2006 (CST)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Joint_stereo&amp;diff=15723</id>
		<title>Talk:Joint stereo</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Joint_stereo&amp;diff=15723"/>
		<updated>2006-12-01T00:46:32Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Page discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Beto, if that&#039;s a *major* correction, why do you mark it as a minor update? Heh, sorry for nitpicking :-) --[[User:Pepoluan|pepoluan]] 16:20, 1 September 2006 (CDT)&lt;br /&gt;
: been away for some time. I didn&#039;t even noticed it was marked as minor update... It sure wasn&#039;t :-D&lt;br /&gt;
&lt;br /&gt;
==General Cleanup &amp;amp; Warning Notes==&lt;br /&gt;
1. The &amp;quot;Additional Information&amp;quot; section needs cleanup.&lt;br /&gt;
&lt;br /&gt;
2. The external link &amp;quot;written by user - High Quality Audio guides&amp;quot; -- it still touts MPC as the best-quality encoder, while we all know that it is no longer the case. But the recommendations on tools and procedures are quite on-the-spot. So I suggest putting a warning in the ilk: &#039;&#039;&#039;Note: Despite this page&#039;s recommendation for MPC, please be aware that in recent listening tests, other encodings are also proven to be at least as good as MPC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
--[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 14:18, 30 November 2006 (CST)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=15387</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=15387"/>
		<updated>2006-11-17T18:56:03Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.wordpress.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://volutabro.wordpress.com/files/2006/10/pgp_key.txt PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=15386</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=15386"/>
		<updated>2006-11-17T18:55:26Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.wordpress.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://volutabro.blogspot.com/2005/12/chave-pgp.html PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000_Talk:Components&amp;diff=15197</id>
		<title>Foobar2000 Talk:Components</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000_Talk:Components&amp;diff=15197"/>
		<updated>2006-11-06T19:53:25Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Page Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page Discussion==&lt;br /&gt;
&lt;br /&gt;
The formatting of this page rather sucks; shouldn&#039;t the first link connect to a wikipage here, then from that wikipage links to the external page?&lt;br /&gt;
That would solve the problem of adding non-uniform (more info) links... --[[User:Pepoluan|pepoluan]] 11:49, 6 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
I agree. Seemingly you&#039;d want to link primarily to the wiki pages and link to the forums from those pages. --[[User:Wolfsong|Wolfsong]] 16:37, 5 November 2006 (CST)&lt;br /&gt;
&lt;br /&gt;
There is already a components site available what might render this page useless IMO. There is no new info here, but rather links to external pages only. To me this page is not needed if it is easy enough to search for said components in the official components page.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 13:53, 6 November 2006 (CST)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Lossless_comparison&amp;diff=15048</id>
		<title>Talk:Lossless comparison</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Lossless_comparison&amp;diff=15048"/>
		<updated>2006-10-19T14:24:59Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Most of the discussion for this page is being done at the [http://www.hydrogenaudio.org/forums/index.php?showtopic=33226 forum]. You may use this talk page to discuss it too.--[[User:Beto|Beto]] 15:50, 5 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
I updated slightly the formatting of this page and added some standard sections.--[[User:Beto|Beto]] 16:10, 5 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== methinks that ==&lt;br /&gt;
&lt;br /&gt;
the colours on this page were decided by someone on LSD. {{User:Elliottmobile/sig2}} 12:32, 22 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==BlaBlaTable==&lt;br /&gt;
Table... nicer the lower one, no? --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:55, 22 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:I&#039;ll stab whoever messed up my beautiful table in the eyes. {{smiley|)}}&lt;br /&gt;
:Why did you get rid of the color templates? Just to make it harder to edit the table?&lt;br /&gt;
:What&#039;s the point of having to know hex codes by heart to set the call background? The older system was much more intuitive, and less bloated.&lt;br /&gt;
:  rjamorim - 11:44, 23 September 2006 (CDT)&lt;br /&gt;
::Well, it was used in.... this page only, really, and if you used a &#039;&#039;real&#039;&#039; text editor you&#039;d be able to automate it {{smiley|D}} {{User:Elliottmobile/sig2}} 14:46, 24 September 2006 (CDT)&lt;br /&gt;
:::It was used in this page because there is no other real comparison table at the wiki, but that doesn&#039;t rule out usage in future tables. And as for real text editors: this page is for everyone to edit, not only arrogant people that take pride in using emacs or ultraedit or whatever. ~ rjamorim 15:52, 24 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
::::&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;*sigh*&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; whatever you say, Roberto {{smiley|)}} But I agree with Elliottmobile that the green is perhaps a bit too green {{smiley|;}}.&amp;lt;br /&amp;gt;Anyways, &#039;&#039;&#039;a vote:&#039;&#039;&#039; Get back to templates or not?&lt;br /&gt;
::::&#039;&#039;Additional note:&#039;&#039; Even if we decide to get back to templates, I suggest completely rewriting the color templates... they&#039;re waaaaaaaay too complex. What&#039;s wrong with a simple &amp;lt;code&amp;gt;style=&amp;quot;color:blablabla;&amp;quot;&amp;lt;/code&amp;gt;? --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 11:18, 25 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
:::::How come the templates are too complex? You find it hard to use &amp;lt;nowiki&amp;gt;{{ orange }}&amp;lt;/nowiki&amp;gt;? And you find it EASIER to use hex color codes? I can&#039;t even remember the hex code for orange by heart! ~ rja&lt;br /&gt;
&lt;br /&gt;
::::::&#039;&#039;&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;sigh*&#039;&#039;&#039;&#039;&#039; Roberto, I wrote &amp;quot;&#039;&#039;&#039;the templates are too complex&#039;&#039;&#039;&amp;quot;, &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; &amp;quot;&#039;&#039;&#039;using templates are too complex&#039;&#039;&#039;&amp;quot;. In other words, what I&#039;m trying to say (and I hope this gets into your thick skull :lol:j/k: {{smiley|)}}) is that we should simplify the templates. Comprende, RareJim? {{smiley|;}} --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:25, 9 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
:::::::First: I&#039;ll tell you later who is thick skulled.&lt;br /&gt;
:::::::Second: Why, pray tell, you want to simplify them? The colors are abstracted into templates precisely so that average editors don&#039;t have to worry about them. They are very adequate for table cell colouring, and that&#039;s what matters IMO. ~ rja&lt;br /&gt;
&lt;br /&gt;
::::::::&#039;&#039;&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;sigh*&#039;&#039;&#039;&#039;&#039; I don&#039;t want to start another debate here. I&#039;m just saying that, okay, if you want to use templates, we&#039;ll revert. But &#039;&#039;&#039;the templates themselves&#039;&#039;&#039; need to be simplified. Here, let me show you [[Template:Orange]]:&lt;br /&gt;
:::::::: &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;gt;&amp;amp;lt;/nowiki&amp;gt; ! align=&amp;quot;right&amp;quot; style=&amp;quot;background: #FF9900&amp;quot; |&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::::What&#039;s the use for the &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; pair there? And why &amp;lt;code&amp;gt;align=&amp;quot;right&amp;quot;&amp;lt;/code&amp;gt;? Both of them can go. The first one is useless, the second one can be put in the table&#039;s definition. Thus, we can (and should!) simplify [[Template:Orange]] to:&lt;br /&gt;
:::::::: &amp;lt;code&amp;gt;! style=&amp;quot;background: #FF9900&amp;quot; |&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::::Then again, we can simplify it to:&lt;br /&gt;
:::::::: &amp;lt;code&amp;gt;! style=&amp;quot;background: orange&amp;quot; |&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::::Then, since most of the colors are now standard HTML colorwords, why not put it directly into the table?&lt;br /&gt;
::::::::--[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:09, 11 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
:::::::::If you don&#039;t want to debate, why did you even ask about the new table at the talk page?&lt;br /&gt;
:::::::::About the &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;gt;&amp;amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; pair: that is a workaround to an issue Jan and I experienced on an earlier version of Mediawiki. If it&#039;s gone, all the better.&lt;br /&gt;
:::::::::As for html colorwords: I don&#039;t trust browsers to stick to standards. I&#039;d rather trust hex. ~ rja&lt;br /&gt;
&lt;br /&gt;
::::::::::Gee, it seems I must always use the most explicit, non-ambiguous sentences with you, Roberto. Alright, here goes.&lt;br /&gt;
::::::::::I don&#039;t want to debate about &amp;quot;thick-skulled&amp;quot; or &amp;quot;complex templates&amp;quot; or such. Not like, um, &amp;quot;E&amp;quot; and &amp;quot;H&amp;quot; have been doing lately that is.&lt;br /&gt;
::::::::::I just tried to fix the table in a way that cleans up the code, and IMO is cleaner and better than a template-hack.&lt;br /&gt;
::::::::::Now about ^that (fixing the table), I want inputs from the wiki maintainers; as it seemed that some (at least, you) object to the removal of color-templates, I ask input whether to revert to template-based table, as previously. But I put in a note, if we do want to revert to the template-based table, the color-templates themselves needs to be cleaned.&lt;br /&gt;
::::::::::--[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 15:59, 13 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
:To me the second table is more readable than the original one. I agree with roberto that editing should be easy for anyone, however the syntax of tables in this wiki is not simple even if you use templates. Maybe we could create a section/article with some guidance on editing the this article&#039;s table?--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 09:24, 19 October 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=LAME&amp;diff=15047</id>
		<title>LAME</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=LAME&amp;diff=15047"/>
		<updated>2006-10-19T14:20:42Z</updated>

		<summary type="html">&lt;p&gt;Beto: moved important information up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software Infobox&lt;br /&gt;
| name = LAME&lt;br /&gt;
| screenshot = [[Image:Lamelogo.png|250px|LAME official logo]]&lt;br /&gt;
| caption = LAME ain&#039;t an MP3 encoder&lt;br /&gt;
| maintainer = The LAME project&lt;br /&gt;
| stable_release = 3.97&lt;br /&gt;
| preview_release = none&lt;br /&gt;
| operating_system = All&lt;br /&gt;
| use = Audio encoder/decoder&lt;br /&gt;
| license = LGPL&lt;br /&gt;
| website = [http://lame.sourceforge.net/ LAME website]&lt;br /&gt;
}}{{featured}}&lt;br /&gt;
&#039;&#039;&#039;LAME&#039;&#039;&#039; (Lame Ain&#039;t an MP3 Encoder) is the [[Hydrogenaudio]] recommended [[MP3]] encoder. It has been developed by the open-source community since 1998, and has become the highest quality [[MP3]] encoder for most purposes.&lt;br /&gt;
&lt;br /&gt;
Some benefits for using LAME:&lt;br /&gt;
* Highly optimised presets&lt;br /&gt;
* Fast encoding&lt;br /&gt;
* [[CBR]], [[ABR]] and [[VBR]] encoding methods&lt;br /&gt;
* [[Gapless]] playback with LAME-header compliant decoders&lt;br /&gt;
* [[Exact Audio Copy]] and [[CDex]] support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
LAME development began around mid-1998. Mike Cheng started it as a patch against the 8hz-MP3 encoder sources. After some quality concerns raised by others, he decided to start from scratch based on the dist10 sources. That branch (a patch against the reference sources) became LAME 2.0, and only on LAME 3.81 they got rid of all dist10 code, making LAME a completely new program-not a mere patch of an existing encoder.&lt;br /&gt;
&lt;br /&gt;
The project quickly became a team effort. Mike Cheng eventually left leadership and started working on [http://toolame.sourceforge.net/ tooLAME], an [[MP2]] encoder. Mark Taylor became leader and released version 3.0 featuring gpsycho, a new psychoacoustic model developed by him.&lt;br /&gt;
&lt;br /&gt;
Nowadays LAME is considered the best MP3 encoder at mid-high bitrates and features the best VBR model among MP3 implementations, mostly thanks to the dedicated work of talented developers like Takehiro Tominaga, Naoki Shibata, Darin Morrison, Gabriel Bouvigne, Robert Hegemann, etc. And development is still going on...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Recommended encoder compiles and source code==&lt;br /&gt;
This list will be kept up to date with the current LAME compiles that are recommended for optimal quality and will keep track of any development compiles released on [[Hydrogenaudio]].&lt;br /&gt;
&lt;br /&gt;
It is suggested that the compiles available here be used with the [[#Recommended encoder settings|recommended encoder settings]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;The currently recommended LAME version is&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 1em auto 1em auto;text-align:center;color:red;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 3.97&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Download the latest LAME from these links:&#039;&#039;&#039;&lt;br /&gt;
* [http://rarewares.org/ RareWares MP3 Page] - Compiles for Win32, Mac OS X universal binary, Solaris, BSD, HP-UX, Linux etc.&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=290&amp;amp;package_id=309 LAME source code on SourceForge]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Recommended encoder settings==&lt;br /&gt;
This section describes the [[Hydrogenaudio]] recommended settings to be used with [[LAME]] for highest quality [[MP3]] encoding.&lt;br /&gt;
&lt;br /&gt;
These settings require &#039;&#039;&#039;LAME 3.94&#039;&#039;&#039; or later. &#039;&#039;&#039;LAME 3.97&#039;&#039;&#039; is the recommended version.&lt;br /&gt;
&lt;br /&gt;
===Quick start (short answer)===&lt;br /&gt;
====Best quality: &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;&amp;quot;archiving&amp;quot;&amp;lt;/font&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;-b 320&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt;. This is the strongest setting for [[MP3]], with the lowest risk of [[artifact]]s.&lt;br /&gt;
With the exception of a few situations, quality is rarely better than the highest [[VBR]] profiles described below. However, &#039;archiving&#039; music using a lossy format like [[MP3]] is never recommended &amp;amp;ndash; no matter how transparent the resulting files might be.&lt;br /&gt;
The alternative is to use [[Lossless]] formats like [[WavPack]], [[FLAC]] etc. that allow true archiving bit for bit like on original CD.&lt;br /&gt;
&lt;br /&gt;
====High quality: &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;HiFi, home or quiet listening&amp;lt;/font&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V3 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~175 kbps), &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V2 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~190 kbps), &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V1 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~210 kbps) or &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;-V0 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~230 kbps) are recommended.&lt;br /&gt;
These settings will produce [[transparent]] encoding (transparent = most people cannot distinguish the [[MP3]] from the original in an [[ABX]] blind test).&lt;br /&gt;
Audible differences between these presets exist, but are extremely rare.&lt;br /&gt;
&lt;br /&gt;
====Portable: &amp;lt;font style=&amp;quot;color:purple&amp;quot;&amp;gt;background noise and low bitrate requirement, small sizes&amp;lt;/font&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:purple&amp;quot;&amp;gt;-V6 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~115 kbps), &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:purple&amp;quot;&amp;gt;-V5 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~130 kbps) or &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:purple&amp;quot;&amp;gt;-V4 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (~160 kbps) are recommended for this use.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:purple&amp;quot;&amp;gt;-V6 --vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; produces an acceptable quality, while &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:purple&amp;quot;&amp;gt;-V4--vbr-new&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; should be close to perceptual [[transparency]].&lt;br /&gt;
&lt;br /&gt;
====Very low bitrate, small sizes: &amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;eg. for voice, radio, [[mono]] encoding etc.&amp;lt;/font&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
For very low bitrates, up to 100kbps, [[ABR]] is most often the best solution. &lt;br /&gt;
Use &amp;lt;code&amp;gt;&amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;--abr &amp;lt;bitrate&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/code&amp;gt; (e.g. --abr 80).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;--preset voice&#039;&#039;&#039; is only available in the command line front-end, and is there for compatibility.&lt;br /&gt;
It is currently mapped to &#039;&#039;&#039;&#039;&#039;--abr 56 -mm&#039;&#039;&#039;&#039;&#039;, so that means that the recommendation would be to encode in mono, and use ABR.&lt;br /&gt;
&lt;br /&gt;
===Detailed explanation (long answer)===&lt;br /&gt;
====VBR (variable bitrate) settings====&lt;br /&gt;
&#039;&#039;&#039;[[VBR]]:&#039;&#039;&#039; &#039;&#039;variable bitrate mode. Use variable bitrate modes when the goal is to achieve a fixed level of quality using the lowest possible bitrate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[VBR]] is best used to target a specific quality level, instead of a specific bitrate. The final file size of a [[VBR]] encode is less predictable than with [[ABR]], but the quality is usually better.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; &amp;lt;code&amp;gt;-V(number)&amp;lt;/code&amp;gt; where number is 0-9, 0 being highest quality, 9 being the lowest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039; &amp;lt;code&amp;gt;-V2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 1em auto 1em auto;&amp;quot;&lt;br /&gt;
|+&#039;&#039;&#039;List of recommended settings&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Switch&#039;&#039;&#039; || &#039;&#039;&#039;Preset&#039;&#039;&#039; || &#039;&#039;&#039;Target Kbit/s&#039;&#039;&#039; || &#039;&#039;&#039;Bitrate range kbit/s&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -b 320 || --preset insane || 320 || 320 CBR&lt;br /&gt;
|-&lt;br /&gt;
| -V 0 --vbr-new || --preset fast extreme ||  245 || 220...260&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 0 || --preset extreme || 245 || 220...260&lt;br /&gt;
|-&lt;br /&gt;
| -V 1 --vbr-new ||&amp;amp;nbsp;|| 225 || 200...250&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 1 ||&amp;amp;nbsp;|| 225 || 200...250&lt;br /&gt;
|-&lt;br /&gt;
| -V 2 --vbr-new || --preset fast standard || 190 || 170...210&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 2 || --preset standard || 190 || 170...210&lt;br /&gt;
|-&lt;br /&gt;
| -V 3 --vbr-new ||&amp;amp;nbsp;|| 175 || 155...195&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 3 ||&amp;amp;nbsp;|| 175 || 155...195&lt;br /&gt;
|-&lt;br /&gt;
| -V 4 --vbr-new || --preset fast medium || 165 || 145...185&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 4 || --preset medium  || 165 || 145...185&lt;br /&gt;
|-&lt;br /&gt;
| -V 5 --vbr-new ||&amp;amp;nbsp;|| 130 || 110...150&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 5 ||&amp;amp;nbsp;|| 130 || 110...150&lt;br /&gt;
|-&lt;br /&gt;
| -V 6 --vbr-new ||&amp;amp;nbsp;|| 115 || 95...135&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 6 ||&amp;amp;nbsp;|| 115 || 95...135&lt;br /&gt;
|-&lt;br /&gt;
| -V 7 --vbr-new ||&amp;amp;nbsp;|| 100 || 80...120&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 7 ||&amp;amp;nbsp;|| 100 || 80...120&lt;br /&gt;
|-&lt;br /&gt;
| -V 8 --vbr-new ||&amp;amp;nbsp;|| 85 || 65...105&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 8 ||&amp;amp;nbsp;|| 85 || 65...105&lt;br /&gt;
|-&lt;br /&gt;
| -V 9 --vbr-new ||&amp;amp;nbsp;|| 65 || 45...85&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 9 ||&amp;amp;nbsp;|| 65 || 45...85&lt;br /&gt;
|}&lt;br /&gt;
See also [[#Technical information|Technical details for recommended LAME settings]].&lt;br /&gt;
&lt;br /&gt;
If you need a predictable bitrate (in a streaming application, for example), use [[ABR]] or [[CBR]] modes, described below.&lt;br /&gt;
&lt;br /&gt;
====ABR (average bitrate) settings====&lt;br /&gt;
&#039;&#039;&#039;[[ABR]]:&#039;&#039;&#039; &#039;&#039;average bitrate mode. A compromise between [[VBR]] and [[CBR]] modes, [[ABR]] encoding varies bits around a specified target bitrate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Use [[ABR]] when you need to know the final size of the file but still want to allow the encoder some flexibility to decide which passages need more bits.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; &amp;lt;code&amp;gt;--preset &amp;lt;bitrate&amp;gt;&amp;lt;/code&amp;gt; where &amp;lt;bitrate&amp;gt; (desired averaged bitrate in kbit/s) can be any value between 8 - 320 , like eg. 9, 17, 80, 128, 133, 200 etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039; &amp;lt;code&amp;gt;--preset 200&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; &#039;&#039;[[ABR]] setting is tuned from 320 kbit/s down to 80 kbit/s.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====CBR (constant bitrate) settings====&lt;br /&gt;
&#039;&#039;&#039;[[CBR]]:&#039;&#039;&#039; &#039;&#039;constant bitrate mode. [[CBR]] encoding is not efficient. Whereas [[VBR]] and [[ABR]] modes can supply more bits to complex music passages and save bits on simpler ones, [[CBR]] encodes every frame at the same bitrate.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[CBR]] is only recommended for usage in streaming situations where the upper bitrate must be strictly enforced.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; &amp;lt;code&amp;gt;-b &amp;lt;bitrate&amp;gt;&amp;lt;/code&amp;gt; where &amp;lt;bitrate&amp;gt; (bitrate in kbit/s) must be chosen from the following values: 8, 16, 24, 32, 40, 48, 64, 80, 96, 112, 128, 160, 192, 224, 256, or 320.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039; &amp;lt;code&amp;gt;-b 192&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; &#039;&#039;[[CBR]] setting is tuned from 320 kbit/s down to 80 kbit/s.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Remarks===&lt;br /&gt;
* The rule of thumb when considering encoding options: at a given bitrate, [[VBR]] is higher quality than [[ABR]], which is higher quality than [[CBR]] ([[VBR]] &amp;gt; [[ABR]] &amp;gt; [[CBR]] in terms of quality). The exception to this is when you choose the highest possible [[CBR]] bitrate, which is 320 kbps (-b 320 = --alt-preset insane), but this produces very large filesizes for very little audible benefit.&lt;br /&gt;
&lt;br /&gt;
* All modes and settings mentioned in this topic belong to the specifications of the [[MP3]] standard, and the resulting MP3s should be playable by every [[MP3]] decoder that conforms with the standard. If your decoder or device does not play MP3s produced by LAME, blame the manufacturer or developer, and not LAME.&lt;br /&gt;
&lt;br /&gt;
* Avoid using alpha (a) versions of LAME. More often than not those are exclusively for testing purposes. Use them only if you want to help developers with feedback. History of [http://www.hydrogenaudio.org/forums/index.php?showtopic=28125/ Lame versions &amp;amp; compiles].&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;--vbr-new&amp;lt;/code&amp;gt; switch enables the new [[VBR]] mode.  Lame will encode much faster than the old/default [[VBR]] mode.  In terms of quality, &amp;lt;code&amp;gt;--vbr-new&amp;lt;/code&amp;gt; appears to be better than the old model, but reports of artifacts when using the new model do exist.  Despite these possible issues, &amp;lt;code&amp;gt;--vbr-new&amp;lt;/code&amp;gt; is currently recommended over the default [[VBR]] mode due to both the speed and quality increases afforded by the new algorithm.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;-mm&#039;&#039;&#039; : the sound will be encoded in &#039;&#039;&#039;mono&#039;&#039;&#039;. Eg. useful for low bitrates &amp;amp; when stereo is less important.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:lame-chart-2.png|frame|center|Here a trial to get a view, how the &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;perceived listening quality&amp;lt;/font&amp;gt; improves with settings/&amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;averaged filesize&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Hey! What happened to &amp;quot;--alt-preset&amp;quot;?====&lt;br /&gt;
&lt;br /&gt;
The revolutionary &amp;lt;code&amp;gt;--alt-preset&amp;lt;/code&amp;gt; system was introduced in LAME 3.90; it was replaced by the &amp;lt;code&amp;gt;--preset&amp;lt;/code&amp;gt; flags in later versions. Starting with version 3.94, the &amp;lt;code&amp;gt;-Vx&amp;lt;/code&amp;gt; quality system was introduced, which allows finer control over the desired bitrate; the &amp;lt;code&amp;gt;--preset&amp;lt;/code&amp;gt; switches were made into aliases to the corresponding &amp;lt;code&amp;gt;-V&amp;lt;/code&amp;gt; flags for the sake of backwards compatibility. &#039;&#039;&#039;There is no difference between the output you get if you use &amp;lt;code&amp;gt;-V2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;--alt-preset standard&amp;lt;/code&amp;gt;.&#039;&#039;&#039; (Although adding &amp;lt;code&amp;gt;--vbr-new&amp;lt;/code&amp;gt; is recommended for now, see above for details.)&lt;br /&gt;
&lt;br /&gt;
More encoding options are available under the new system, such as &amp;lt;code&amp;gt;-V1&amp;lt;/code&amp;gt;, which provides a level of quality between the old &amp;quot;standard&amp;quot; and &amp;quot;extreme&amp;quot; presets, or &amp;lt;code&amp;gt;-V3&amp;lt;/code&amp;gt;, which is between the old &amp;quot;medium&amp;quot; and &amp;quot;standard&amp;quot; presets.&lt;br /&gt;
&lt;br /&gt;
LAME 3.97 features more streamlined command line options, and it&#039;s recommended to stick to one of the values described in the text or shown in the tables above. &amp;lt;font style=&amp;quot;color:blue&amp;quot;&amp;gt;You don&#039;t need to worry&amp;lt;/font&amp;gt; anymore about quality, settings, arcane combinations of switches, or presets.&lt;br /&gt;
&lt;br /&gt;
For example, the following command lines will all produce the same output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;--alt-preset insane&amp;lt;/code&amp;gt; = &amp;lt;code&amp;gt;--preset insane&amp;lt;/code&amp;gt; = &amp;lt;code&amp;gt;-b 320&amp;lt;/code&amp;gt; = &amp;lt;code&amp;gt;--preset 320&amp;lt;/code&amp;gt; = &amp;lt;code&amp;gt;--preset cbr 320&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(&amp;lt;code&amp;gt;--preset cbr 320&amp;lt;/code&amp;gt; is the exact same thing as &amp;lt;code&amp;gt;--alt-preset insane&amp;lt;/code&amp;gt;, etc.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Technical information==&lt;br /&gt;
The table below contains technical details about the recommended settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 1em auto 1em auto;&amp;quot;&lt;br /&gt;
|+&#039;&#039;&#039;Technical details of the recommended settings&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;Switch&#039;&#039;&#039; || &#039;&#039;&#039;Preset&#039;&#039;&#039; || &#039;&#039;&#039;Target Kbps&#039;&#039;&#039; || &#039;&#039;&#039;Y Switch&#039;&#039;&#039; || &#039;&#039;&#039;-b&#039;&#039;&#039; || &#039;&#039;&#039;Lowpass&#039;&#039;&#039; || &#039;&#039;&#039;Resample&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 0 || --preset extreme || ~240 || || 128 || 19383 Hz - 19916 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 0 --vbr-new || --preset fast extreme ||  ~240 || || || 19383 Hz - 19916 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 1 || || ~210 || || 128 || 18671 Hz - 19205 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 1 --vbr-new || || ~210 || || || 18671 Hz - 19205 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 2 || --preset standard || ~190 || || 128 || 18671 Hz - 19205 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 2 --vbr-new || --preset fast standard || ~190 || || || 18671 Hz - 19205 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 3 || || ~175 || Y || || 17960 Hz - 18494 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 3 --vbr-new || || ~175 || Y || || 17960 Hz - 18494 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 4 || --preset medium || ~165 || Y || || 17960 Hz - 18494 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 4 --vbr-new || --preset fast medium || ~165 || Y || || 17960 Hz - 18494 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 5 || || ~130 || Y || || 16538 Hz - 17071 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 5 --vbr-new || || ~130 || Y || || 16538 Hz - 17071 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 6 || || ~115 || Y || || 15826 Hz - 16360 Hz ||&lt;br /&gt;
|-&lt;br /&gt;
| -V 6 --vbr-new || || ~115 || Y || || 15826 Hz - 16360 Hz ||&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 7 || || ~100 || Y || || 14581 Hz - 14968 Hz || 32000 Hz&lt;br /&gt;
|-&lt;br /&gt;
| -V 7 --vbr-new || || ~100 || Y || || 14581 Hz - 14968 Hz || 32000 Hz&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 8 || || ~85 || Y || || 12516 Hz - 12903 Hz ||  32000 Hz&lt;br /&gt;
|-&lt;br /&gt;
| -V 8 --vbr-new || || ~85 || Y || || 12516 Hz - 12903 Hz || 32000 Hz&lt;br /&gt;
|- style=&amp;quot;background:white;&amp;quot;&lt;br /&gt;
| -V 9 || || ~65 || Y || || 9774 Hz - 10065 Hz || 24000 Hz&lt;br /&gt;
|-&lt;br /&gt;
| -V 9 --vbr-new || || ~65 || Y || || 9774 Hz - 10065 Hz || 24000 Hz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[MP3]]&lt;br /&gt;
* [[Exact_Audio_Copy|Exact Audio Copy]]&lt;br /&gt;
* [[EAC_and_Lame | Configuring EAC and LAME]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Notes and references==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;People who took part in suggesting the different settings:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Dibrom, r3mix, ff123, Hans Heijden, kjempen, Benjamin Lebsanft, GeSomeone, Wombat &amp;amp; GuruBoolez for his immense testing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Creation of the alt preset system and related special code level quality enhancements:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Dibrom, with technical assistance from Robert Hegemann and Naoki Shibata, Gabriel and extensive tuning help and quality verification via listening tests from JohnV and also initial help (--dm-preset era) from Hans Heijden, ff123, Wombat, and others. Test clips, bitrate information, and further listening tests provided by TheBashar, zbutsam, Pio2001, BadDuDeX, r3mix, h, TarX, Hans Heijden, ff123, Wombat, Filburt, Volcano, Garf, MrDrew, TrNSZ, nyaochi, Amadeus93, in no particular order, and many, many others we (Dibrom, user) probably forgot to mention.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Idea (also exposing the need for a unified preset system), Original post and list of original settings collected by:&#039;&#039;&#039; user&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Layout and additional work by:&#039;&#039;&#039; dev0, CiTay, SNYder, Dibrom.&lt;br /&gt;
&lt;br /&gt;
And finally...&lt;br /&gt;
&lt;br /&gt;
Thank you ALL in the community for making it what it is, providing interest and discussion and helping to work towards the most concise, well tuned, and most thought out MP3 quality &amp;quot;paradigm&amp;quot; seen yet! -- Dibrom&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
*[[CBR]]&lt;br /&gt;
*[[ABR]]&lt;br /&gt;
*[[VBR]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://lame.sourceforge.net LAME official homepage]&lt;br /&gt;
*[http://www.rjamorim.com/rrw/lame.html Historical versions of LAME] at ReallyRareWares&lt;br /&gt;
*[http://www.rjamorim.com/test/ Several multiformat listening tests] featuring LAME and other encoders.&lt;br /&gt;
*[http://www.rarewares.org/mp3.html RareWares MP3 page]&lt;br /&gt;
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=478&amp;amp;st=0 Discussion of recommended Lame compiles in the Hydrogenaudio forum]&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?act=ST&amp;amp;f=16&amp;amp;t=32288 Forum discussion of the recommended settings]&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?act=ST&amp;amp;f=15&amp;amp;t=203 Forum discussion of the recommended settings (older)]&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=32288&amp;amp;view=findpost&amp;amp;p=327262 Previous recommendations (outdated)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Encoder/Decoder]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15023</id>
		<title>Exact Audio Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15023"/>
		<updated>2006-10-17T01:32:40Z</updated>

		<summary type="html">&lt;p&gt;Beto: added screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{featured}}&lt;br /&gt;
{{Software Infobox&lt;br /&gt;
| name = Exact Audio Copy&lt;br /&gt;
| screenshot = [[Image:EAC_screenshot.png|250px|EAC screenshot]]&lt;br /&gt;
| caption = popular secure ripper with C2 error correction &lt;br /&gt;
| maintainer = Andre Wiethoff&lt;br /&gt;
| stable_release = 0.95b4&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = Digital Audio Extraction &lt;br /&gt;
| license = Free, Cardware&lt;br /&gt;
| website = [http://www.exactaudiocopy.org EAC website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; (EAC for short) is a free software that can be used to extract tracks from an Audio CD to your computer&#039;s hard disk. What makes EAC special compared to other rippers is the fact that it is capable of reading audio CDs almost perfectly.&lt;br /&gt;
EAC uses various methods for extracting audio data. EAC can also invoke externally installed encoders, thereby making it possible to simultaneously rip and encode audio data to the format of your choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features of Exact Audio Copy==&lt;br /&gt;
* Usage of the Windows 95 and Windows NT ASPI Interface, so both SCSI and ATAPI CD-ROM drives are supported&lt;br /&gt;
* Hidden sector synchronization (jitter correction)&lt;br /&gt;
* Secure, fast and burst extraction methods selectable. Fast extraction should run at the same speed as other grabbers, but is probably not exact anymore. Burst mode just grabs the audio data without any synchronization.&lt;br /&gt;
* Read error and complete loss of sync detection and correction in secure modes, as far as possible&lt;br /&gt;
* Output of time positions of all non-exact corrections and listen to these positions&lt;br /&gt;
* Copy of ranges of music data, not only tracks&lt;br /&gt;
* Automatic Speed reduction on errors and fallback afterwards&lt;br /&gt;
* Normalization of extracted audio&lt;br /&gt;
* Usage of the Windows Audio Compression Manager (ACM Codecs) for direct compression e.g. to MP3 waves&lt;br /&gt;
* Support for the BladeEnc DLL that is usable like an ACM Codec for online MP3 compression&lt;br /&gt;
* Support of external MP3, VQF, RA and AAC encoders for automatic compression after extraction&lt;br /&gt;
* Batch compression and decompression of/to WAV files&lt;br /&gt;
* Compression offset support for exact compression/decompression&lt;br /&gt;
* Detection of pre-track gaps&lt;br /&gt;
* Detection of silence in pre-track gaps&lt;br /&gt;
* Automatic creation of CUE sheets for CDRWin, including all gaps, indicies, track attributes, UPC and ISRC&lt;br /&gt;
* CD player functionality and prelistening to selected ranges&lt;br /&gt;
* Automatic detection of drive features, whether a drive has an accurate stream and/or does caching&lt;br /&gt;
* Sample Offsets for drives with no accurate streams, including the option of filling up missing samples with silence&lt;br /&gt;
* Option for synchronizing tracks for non-accurate stream drives&lt;br /&gt;
* Filename editing with local and remote CDDB database and cdplayer.ini support and more features like ID3 tagging&lt;br /&gt;
* Browse and edit local database&lt;br /&gt;
* Local CDDB support&lt;br /&gt;
* Record and Loop Record functions for recording from LP, radio, etc.&lt;br /&gt;
* Automatic rename of MP3 files according to their ID3 tag&lt;br /&gt;
* Catalog extraction function&lt;br /&gt;
* Multisession (CD-Extra) support&lt;br /&gt;
* CD-Text support&lt;br /&gt;
* CD-Write support for some drives&lt;br /&gt;
* ID3 Tag editor with drag and drop possibility from track listing and database&lt;br /&gt;
* Glitch removal after extraction&lt;br /&gt;
* Small WAV editor with the following functionality: delete, trim, normalize, pad, glitch removal, pop detection, interpolation of ranges, noise reduction, fade in/out, undo (and more)&lt;br /&gt;
* Program is Cardware, so feel free to copy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
===Extraction technology===&lt;br /&gt;
In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artefacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the &#039;&#039;accurate stream&#039;&#039; feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.&lt;br /&gt;
&lt;br /&gt;
That is why it was implemented three new read modes in version 0.85beta. One really fast mode (up to half of maximum speed) is only for non-caching, accurate stream CD-ROM drives. The second one could be used for caching, accurate stream drives and the last one will work with drives that don&#039;t have accurate streams, or do caching. The last two will be much slower, when no read errors occur it will usually something around a third to a fourth of the drives maximum speed.&lt;br /&gt;
For testing, it was used a Plextor 14/32 drive that does no caching and a Teac R56S-600 drive that does caching. Furthermore the Plextor 14/32 supports the &#039;&#039;accurate stream&#039;&#039; feature, so it produces no jitter artifacts on any stream.&lt;br /&gt;
&lt;br /&gt;
This program is really damn slow in secure mode in comparison with other grabbers, but the program checks every sector over and over to get the correct data with high certainty. If you don&#039;t like this feature of EAC and prefer fast copies instead of secure copies, you should use the fast or burst extraction option in the options menu. But of course in fast mode, the program will no longer be able to find read errors. Only if a read error occurs in a sector synchronization area, will a sync error will still be displayed. Fast mode is sector synchronized with 2 blocks of 23 as synchronization blocks. Burst copy is even worse, no synchronization is done, enabling extraction at maximum speed of the drive. No error checking of any kind can be performed. If the stream ever breaks, it will tell the user in the status report by showing up suspicous positions. Of course this is only heuristic; there needn&#039;t be any errors on that positions; moreover there could be errors that are not found at all. &lt;br /&gt;
A new option for selecting the error recovery quality will determine how often these blocks of 16 reads will be done before giving up and working with the results obtained so far. For bad CDs, low error recovery quality will be fastest, but high recover quality should give best results.&lt;br /&gt;
&lt;br /&gt;
===Gap technology===&lt;br /&gt;
In the new versions of EAC it is possible to detect pre-track gaps. These are the pauses between two tracks. Usually they are two seconds long and a CD player will display a negative time during this pause. By enabling the option &#039;&#039;Detect Pre-Track Gaps&#039;&#039; it will be possible to detect all gap-lengths by reading the sub-channel information. Because this information is not stored on the CD directly retrievable, EAC has to search for the position a track ends. This search is quite fast, but it still takes on average a second per track. That&#039;s why I made it possible to disable it in the options. Besides that option you can choose to add the gaps to the previous track nevertheless. Otherwise you can choose either to append the gap to the correct track or to leave it out . A benefit of performing the detection and getting the gap times is the selection of a range to copy. There the correct times will be displayed. One last word on this topic: Because these pre-track gaps are found by testing positions, it is possible that it will not be 100% exact. But in most cases it will be correct.&lt;br /&gt;
&lt;br /&gt;
===Automatic feature detection technology===&lt;br /&gt;
From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode. From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
&lt;br /&gt;
===Track synchronization technology===&lt;br /&gt;
Usually CD audio extraction programs will extract one track after another. This could cause some problems on CD-ROM drives which are not accurate, when using a CD which has no gaps. When this option is enabled in the EAC options, EAC will synchronize a track with a preceeding track if there is no silence at the track junction, so track transitions will be free from jitter artifacts (e.g. on live recordings).&lt;br /&gt;
&lt;br /&gt;
===Offset technology===&lt;br /&gt;
&#039;&#039;Sample Offset&#039;&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. To find out the offset of any drive the offset has to be calculated relative to an absolute offset (reference offset).&lt;br /&gt;
&lt;br /&gt;
To implement this detection for all drives some bytes from common CDs (reference CDs) are used. These are the reference each CD-ROM drive has to compare with. Of course it was implemented only a limited selection of CDs that can be used to detect this offset. Sometimes there are different versions (releases) of the same CD, but only the same press like the one that was used will work. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;&#039;Searching Track Start&#039;&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE!&lt;br /&gt;
As different models of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So it was determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send us the output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exact Audio Copy guides==&lt;br /&gt;
You can begin configuring EAC by starting with the Drive Configuration followed by the Gap Settings and finally, the Encoder Options. Remember to use only an original, factory-pressed Audio CD for configuring EAC. Please do not use, CD-Rs, CD-RWs, bootlegs or any such discs. Also use a non copy-protected disc which carries the familiar &amp;quot;Compact Disc-Digital Audio&amp;quot; logo.&lt;br /&gt;
&lt;br /&gt;
===General guides===&lt;br /&gt;
* [[EAC Drive Configuration]]&lt;br /&gt;
* [[Gap settings | EAC Gap settings]]&lt;br /&gt;
&lt;br /&gt;
===Compression guides===&lt;br /&gt;
* [[EAC and Lame]]&lt;br /&gt;
* [[EAC and Musepack]]&lt;br /&gt;
* [[EAC and Ogg Vorbis]]&lt;br /&gt;
* [[EAC and WavPack]]&lt;br /&gt;
* [[EAC and Flac]]&lt;br /&gt;
* [[EAC and Monkeys Audio]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[EAC CUE Sheets]] ASCII formats explained&lt;br /&gt;
* [[EAC_Vs_CDex_SecureMode | EAC secure mode versus CDex full paranoia]] (by Pio2001)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.rjamorim.com/rrw/eac.html Historical versions of EAC] at ReallyRareWares&lt;br /&gt;
* [http://users.pandora.be/satcp/tutorials.htm EAC tutorials]&lt;br /&gt;
* [http://www.digital-inn.de/forum14/ EAC forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=File:EAC_screenshot.png&amp;diff=15022</id>
		<title>File:EAC screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=File:EAC_screenshot.png&amp;diff=15022"/>
		<updated>2006-10-17T01:31:18Z</updated>

		<summary type="html">&lt;p&gt;Beto: EAC screenshot.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EAC screenshot.&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=15021</id>
		<title>Hydrogenaudio Knowledgebase talk:Wiki Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=15021"/>
		<updated>2006-10-17T01:22:32Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Content (proposed) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;big&amp;gt;[[/archive|Old talk]]&amp;lt;/big&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wiki policy discussion==&lt;br /&gt;
The new wiki policy discussion. I outlined a proposal based in wikipedia.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:39, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Behavioral&#039;&#039;&#039;: standards for behavior.&lt;br /&gt;
*&#039;&#039;&#039;Content&#039;&#039;&#039;: which topics are welcome.&lt;br /&gt;
*&#039;&#039;&#039;Enforcement&#039;&#039;&#039;: what action authorised users can take to enforce other policies.&lt;br /&gt;
*&#039;&#039;&#039;Deletion&#039;&#039;&#039;: deleting articles that are considered undesirable.&lt;br /&gt;
*&#039;&#039;&#039;Legal and copyright&#039;&#039;&#039;: firm rules about what material may be used here, and remedies for misuse.&lt;br /&gt;
&lt;br /&gt;
All have to be aligned with [http://www.hydrogenaudio.org/forums/index.php?showtopic=3974 HA TOS]. A good starting point for this discussion would be categorizing each TOS to a policy category.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:43, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Behavioral (proposed)==&lt;br /&gt;
reviewed. i think we are probably done with this section. admins could take a look and see if nothing is missing.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:21, 16 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Content (proposed)==&lt;br /&gt;
I added a language policy aligned to HA TOS.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:37, 26 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
also mostly done.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:22, 16 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Enforcement (proposed)==&lt;br /&gt;
&lt;br /&gt;
==Deletion (proposed)==&lt;br /&gt;
&lt;br /&gt;
== Legal and copyright (proposed) ==&lt;br /&gt;
&lt;br /&gt;
==== Articles ====&lt;br /&gt;
If you see a source or website that mimicks an article without referencing us, our page &#039;&#039;may&#039;&#039; copy theirs. In case, replace the page with (DO NOT add to the header, replace it for legal issues):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{copyvio|Justification (e.g. url, book source...)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To admins:&#039;&#039;&#039; if you see a copyvio article, e.g. in [[:Category:Articles marked as copyright violations]], check it, verify it, and if it is a violation, DELETE IT without notice.&lt;br /&gt;
&lt;br /&gt;
==== Images ====&lt;br /&gt;
Do not upload images from search engines or websites here. They are likely copyrighted.&lt;br /&gt;
&lt;br /&gt;
Fair use images are allowed to a degree. (Please expand this section.)&lt;br /&gt;
&lt;br /&gt;
If you own an image, you must upload it with a free license, e.g. GFDL or Creative Commons. &#039;&#039;&#039;You cannot use your own work as fair use.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you copy an image from elsewhere, state where and which license it is, or your fair use rationale.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 15:46, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
: Do we have to be this restrictive? Where did you take that everything uploaded must comply with GFDL or CC licenses? I&#039;m curious...--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 21:24, 21 September 2006 (CDT)&lt;br /&gt;
::it&#039;s all the GFDL allows... it&#039;s crappy, yeah, but it&#039;s what this wiki is licensed under. {{User:Elliottmobile/sig2}} 16:19, 26 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=15020</id>
		<title>Hydrogenaudio Knowledgebase talk:Wiki Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=15020"/>
		<updated>2006-10-17T01:22:19Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Content (proposed) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;big&amp;gt;[[/archive|Old talk]]&amp;lt;/big&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wiki policy discussion==&lt;br /&gt;
The new wiki policy discussion. I outlined a proposal based in wikipedia.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:39, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Behavioral&#039;&#039;&#039;: standards for behavior.&lt;br /&gt;
*&#039;&#039;&#039;Content&#039;&#039;&#039;: which topics are welcome.&lt;br /&gt;
*&#039;&#039;&#039;Enforcement&#039;&#039;&#039;: what action authorised users can take to enforce other policies.&lt;br /&gt;
*&#039;&#039;&#039;Deletion&#039;&#039;&#039;: deleting articles that are considered undesirable.&lt;br /&gt;
*&#039;&#039;&#039;Legal and copyright&#039;&#039;&#039;: firm rules about what material may be used here, and remedies for misuse.&lt;br /&gt;
&lt;br /&gt;
All have to be aligned with [http://www.hydrogenaudio.org/forums/index.php?showtopic=3974 HA TOS]. A good starting point for this discussion would be categorizing each TOS to a policy category.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:43, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Behavioral (proposed)==&lt;br /&gt;
reviewed. i think we are probably done with this section. admins could take a look and see if nothing is missing.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:21, 16 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Content (proposed)==&lt;br /&gt;
I added a language policy aligned to HA TOS.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:37, 26 September 2006 (CDT)&lt;br /&gt;
also mostly done.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:22, 16 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Enforcement (proposed)==&lt;br /&gt;
&lt;br /&gt;
==Deletion (proposed)==&lt;br /&gt;
&lt;br /&gt;
== Legal and copyright (proposed) ==&lt;br /&gt;
&lt;br /&gt;
==== Articles ====&lt;br /&gt;
If you see a source or website that mimicks an article without referencing us, our page &#039;&#039;may&#039;&#039; copy theirs. In case, replace the page with (DO NOT add to the header, replace it for legal issues):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{copyvio|Justification (e.g. url, book source...)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To admins:&#039;&#039;&#039; if you see a copyvio article, e.g. in [[:Category:Articles marked as copyright violations]], check it, verify it, and if it is a violation, DELETE IT without notice.&lt;br /&gt;
&lt;br /&gt;
==== Images ====&lt;br /&gt;
Do not upload images from search engines or websites here. They are likely copyrighted.&lt;br /&gt;
&lt;br /&gt;
Fair use images are allowed to a degree. (Please expand this section.)&lt;br /&gt;
&lt;br /&gt;
If you own an image, you must upload it with a free license, e.g. GFDL or Creative Commons. &#039;&#039;&#039;You cannot use your own work as fair use.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you copy an image from elsewhere, state where and which license it is, or your fair use rationale.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 15:46, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
: Do we have to be this restrictive? Where did you take that everything uploaded must comply with GFDL or CC licenses? I&#039;m curious...--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 21:24, 21 September 2006 (CDT)&lt;br /&gt;
::it&#039;s all the GFDL allows... it&#039;s crappy, yeah, but it&#039;s what this wiki is licensed under. {{User:Elliottmobile/sig2}} 16:19, 26 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=15019</id>
		<title>Hydrogenaudio Knowledgebase talk:Wiki Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=15019"/>
		<updated>2006-10-17T01:21:52Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Behavioral (proposed) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;big&amp;gt;[[/archive|Old talk]]&amp;lt;/big&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wiki policy discussion==&lt;br /&gt;
The new wiki policy discussion. I outlined a proposal based in wikipedia.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:39, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Behavioral&#039;&#039;&#039;: standards for behavior.&lt;br /&gt;
*&#039;&#039;&#039;Content&#039;&#039;&#039;: which topics are welcome.&lt;br /&gt;
*&#039;&#039;&#039;Enforcement&#039;&#039;&#039;: what action authorised users can take to enforce other policies.&lt;br /&gt;
*&#039;&#039;&#039;Deletion&#039;&#039;&#039;: deleting articles that are considered undesirable.&lt;br /&gt;
*&#039;&#039;&#039;Legal and copyright&#039;&#039;&#039;: firm rules about what material may be used here, and remedies for misuse.&lt;br /&gt;
&lt;br /&gt;
All have to be aligned with [http://www.hydrogenaudio.org/forums/index.php?showtopic=3974 HA TOS]. A good starting point for this discussion would be categorizing each TOS to a policy category.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:43, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Behavioral (proposed)==&lt;br /&gt;
reviewed. i think we are probably done with this section. admins could take a look and see if nothing is missing.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:21, 16 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Content (proposed)==&lt;br /&gt;
I added a language policy aligned to HA TOS.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:37, 26 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Enforcement (proposed)==&lt;br /&gt;
&lt;br /&gt;
==Deletion (proposed)==&lt;br /&gt;
&lt;br /&gt;
== Legal and copyright (proposed) ==&lt;br /&gt;
&lt;br /&gt;
==== Articles ====&lt;br /&gt;
If you see a source or website that mimicks an article without referencing us, our page &#039;&#039;may&#039;&#039; copy theirs. In case, replace the page with (DO NOT add to the header, replace it for legal issues):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{copyvio|Justification (e.g. url, book source...)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To admins:&#039;&#039;&#039; if you see a copyvio article, e.g. in [[:Category:Articles marked as copyright violations]], check it, verify it, and if it is a violation, DELETE IT without notice.&lt;br /&gt;
&lt;br /&gt;
==== Images ====&lt;br /&gt;
Do not upload images from search engines or websites here. They are likely copyrighted.&lt;br /&gt;
&lt;br /&gt;
Fair use images are allowed to a degree. (Please expand this section.)&lt;br /&gt;
&lt;br /&gt;
If you own an image, you must upload it with a free license, e.g. GFDL or Creative Commons. &#039;&#039;&#039;You cannot use your own work as fair use.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you copy an image from elsewhere, state where and which license it is, or your fair use rationale.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 15:46, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
: Do we have to be this restrictive? Where did you take that everything uploaded must comply with GFDL or CC licenses? I&#039;m curious...--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 21:24, 21 September 2006 (CDT)&lt;br /&gt;
::it&#039;s all the GFDL allows... it&#039;s crappy, yeah, but it&#039;s what this wiki is licensed under. {{User:Elliottmobile/sig2}} 16:19, 26 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Wiki_Policy&amp;diff=15018</id>
		<title>Hydrogenaudio Knowledgebase:Wiki Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Wiki_Policy&amp;diff=15018"/>
		<updated>2006-10-16T21:44:43Z</updated>

		<summary type="html">&lt;p&gt;Beto: review and new sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To be included the wiki policy, much aligned to [http://en.wikipedia.org/wiki/Wikipedia:List_of_policies wikipedia&#039;s policies] but not the same.&lt;br /&gt;
Also aligned with the [[Hydrogenaudio_Knowledgebase:Terms_of_Service|terms of service]].&lt;br /&gt;
&lt;br /&gt;
==Wiki policy proposal==&lt;br /&gt;
Discuss it [http://www.hydrogenaudio.org/forums/index.php?showtopic=48596 here] or in the [[Hydrogenaudio_Knowledgebase_talk:Wiki_Policy|talk page]].&lt;br /&gt;
&lt;br /&gt;
==Policy categories (draft)==&lt;br /&gt;
#&#039;&#039;&#039;Behavioral&#039;&#039;&#039;: standards for behavior.&lt;br /&gt;
#&#039;&#039;&#039;Content&#039;&#039;&#039;: which topics are welcome.&lt;br /&gt;
#&#039;&#039;&#039;Enforcement&#039;&#039;&#039;: what action authorised users can take to enforce other policies.&lt;br /&gt;
#&#039;&#039;&#039;Deletion&#039;&#039;&#039;: deleting articles that are considered undesirable.&lt;br /&gt;
#&#039;&#039;&#039;Legal and copyright&#039;&#039;&#039;: firm rules about what material may be used here, and remedies for misuse.&lt;br /&gt;
&lt;br /&gt;
==Policies (draft)==&lt;br /&gt;
===Behavioral (reviewed)===&lt;br /&gt;
: &#039;&#039;&#039;Assume good faith&#039;&#039;&#039;&lt;br /&gt;
: Assume that most people who work on the HA Knowledgebase Project are trying to help it, not hurt it.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Bots&#039;&#039;&#039;&lt;br /&gt;
: Programs that update pages automatically in a useful and harmless way may be welcome, if their owners seek approval first and go to great lengths to stop them from running amok or being a drain on resources.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Civility&#039;&#039;&#039;&lt;br /&gt;
: Being rude, insensitive or petty makes people upset and stops Hydrogenaudio from working well. Try to discourage others from being uncivil, and be careful to avoid offending people unintentionally. Mediation is available if needed.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Editing policy&#039;&#039;&#039;&lt;br /&gt;
: Improve pages wherever you can, and don&#039;t worry about leaving them imperfect. Avoid deleting information wherever possible.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;No legal threats&#039;&#039;&#039;&lt;br /&gt;
: Use dispute resolution rather than legal threats, for everyone&#039;s sake. We respond quickly to complaints of defamation or copyright infringement. If you do take legal action, please refrain from editing until it is resolved.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;No personal attacks&#039;&#039;&#039;&lt;br /&gt;
: Do not make personal attacks. Comment on content, not on the contributor. Personal attacks damage the community and deter users. Nobody likes abuse.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Ownership of articles&#039;&#039;&#039;&lt;br /&gt;
: You agreed to allow others to modify your work. So let them.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Sock puppetry&#039;&#039;&#039;&lt;br /&gt;
: Do not use multiple accounts to create the illusion of greater support for an issue, to mislead others, or to circumvent a block; nor ask your friends to create accounts to support you or anyone.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Three-revert rule&#039;&#039;&#039;&lt;br /&gt;
: Do not revert any single page in whole or in part more than three times in 24 hours. (Or else an administrator may block your account).&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Username&#039;&#039;&#039;&lt;br /&gt;
: Choose a neutral username that you&#039;ll be happy with. You can usually change your name if you need to by asking, but you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;User pages&#039;&#039;&#039;&lt;br /&gt;
: The content a user&#039;s user page is theirs to decide. Feel welcome to add related content or fix issues, but do not be offended if the user objects or reverts your changes. Their decision should be respected unless it clearly breaks policy.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Vandalism&#039;&#039;&#039;&lt;br /&gt;
: Vandalism is any addition, deletion, or change to content made in a deliberate attempt to compromise the integrity of the encyclopedia. It is, and needs to be, removed from the encyclopedia.&lt;br /&gt;
&lt;br /&gt;
===Content (reviewed)===&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Naming conventions&#039;&#039;&#039;&lt;br /&gt;
: Generally, article naming should give priority to what the majority of English speakers worldwide would most easily recognize, with a reasonable minimum of ambiguity, while at the same time making linking to those articles easy and second nature.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Article content&#039;&#039;&#039;&lt;br /&gt;
: This is a technical wiki. Articles should be written from a technical perspective, however they should be understandable by average people. Do not abuse technical talk and terms.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Verifiability&#039;&#039;&#039;&lt;br /&gt;
: We cannot check the accuracy of claims, but we can check whether the claims have been published by a reputable publication. Articles should therefore cite sources whenever possible. Any unsourced material may be challenged and removed.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Neutral point of view&#039;&#039;&#039;&lt;br /&gt;
: Articles, including reader-facing templates, categories and portals, should be written from a Neutral Point of View.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;No original research&#039;&#039;&#039;&lt;br /&gt;
: Articles may not contain any unpublished theories, data, statements, concepts, arguments, or ideas; or any new interpretation, analysis, or synthesis of published data, statements, concepts, arguments, or ideas that would amount to a &amp;quot;novel narrative or historical interpretation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Language&#039;&#039;&#039;&lt;br /&gt;
: All articles must be written in the English language.&lt;br /&gt;
&lt;br /&gt;
===Enforcement (to be reviewed)===&lt;br /&gt;
Arbitration Committee&lt;br /&gt;
    The Arbitration Committee exists to impose binding solutions to Wikipedia disputes. It is a last resort to be turned to when all else has failed.&lt;br /&gt;
Arbitration policy&lt;br /&gt;
    Rules for how Arbitrators decide cases.&lt;br /&gt;
Banning policy&lt;br /&gt;
    Extremely disruptive users may be banned from Wikipedia. Please respect these bans, don&#039;t bait banned users and don&#039;t help them out. Bans can be appealed to Jimbo Wales or the Arbitration Committee, depending on the nature of the ban.&lt;br /&gt;
Blocking policy&lt;br /&gt;
    Disruptive users can be blocked from editing for short or long amounts of time.&lt;br /&gt;
Consensus can change&lt;br /&gt;
    All decisions, including poll results, can be reversed later as Wikipedia develops.&lt;br /&gt;
No open proxies&lt;br /&gt;
    All public proxy servers which could be used by anyone to hide their true IP address are not allowed to edit Wikipedia, and will be permanently blocked from editing upon discovery. (There are no restrictions on reading Wikipedia from public proxy servers).&lt;br /&gt;
Protection policy&lt;br /&gt;
    Pages can be protected against vandals or during fierce content disputes. Protected pages can, but in general shouldn&#039;t, be edited by administrators.&lt;br /&gt;
Resolving disputes&lt;br /&gt;
    The first step to resolving any dispute is to talk to those who disagree with you. If that fails, there are more structured forms of discussion available.&lt;br /&gt;
Semi-protection policy&lt;br /&gt;
    Pages undergoing frequent vandalism can be semi-protected to block edits by very new or unregistered users. &lt;br /&gt;
&lt;br /&gt;
===Deletion (to be reviewed)===&lt;br /&gt;
Category deletion policy&lt;br /&gt;
    Deleting categories follows roughly the same process as articles, except that it&#039;s on a different page. Categories that don&#039;t conform to naming conventions can be &amp;quot;speedily renamed&amp;quot;.&lt;br /&gt;
Criteria for speedy deletion&lt;br /&gt;
    Articles, images, categories etc. may be &amp;quot;speedily deleted&amp;quot; if they clearly fall within certain categories, which generally boil down to pages lacking content, or disruptive pages. Anything potentially controversial should go through the deletion process instead.&lt;br /&gt;
Deletion policy&lt;br /&gt;
    Deleting articles requires an administrator and generally follow a consensus-forming process. Most potentially controversial articles require a three-step process and a waiting period of a week.&lt;br /&gt;
Proposed deletion&lt;br /&gt;
    As a shortcut around AfD for uncontroversial deletions, an article can be proposed for deletion, though once only. If no one contests the proposal within five days, the article may be deleted by an administrator.&lt;br /&gt;
Office actions&lt;br /&gt;
    The Wikimedia Foundation office reserves the right to speedily delete an article temporarily in cases of exceptional controversy.&lt;br /&gt;
Undeletion policy&lt;br /&gt;
    Deleted articles can be undeleted by any administrator. If this is controversial (or if a non-admin wishes something undeleted) this is discussed at Deletion review. Images deleted after June 2006 can also be undeleted.&lt;br /&gt;
&lt;br /&gt;
===Legal and copyright===&lt;br /&gt;
: &#039;&#039;&#039;Articles&#039;&#039;&#039;&lt;br /&gt;
: If you see a source or website that mimicks an article without referencing us, our page &#039;&#039;may&#039;&#039; copy theirs. In case, replace the page with (DO NOT add to the header, replace it for legal issues):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{copyvio|Justification (e.g. url, book source...)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;To admins:&#039;&#039; if you see a copyvio article, e.g. in [[:Category:Articles marked as copyright violations]], check it, verify it, and if it is a violation, DELETE IT without notice.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Images&#039;&#039;&#039;&lt;br /&gt;
: Do not upload images from search engines or websites here. They are likely copyrighted. Fair use images are allowed to a degree.&lt;br /&gt;
: If you own an image, you must upload it with a free license, e.g. GFDL or Creative Commons. &#039;&#039;You cannot use your own work as fair use.&#039;&#039;&lt;br /&gt;
: If you copy an image from elsewhere, state where and which license it is, or your fair use rationale.&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec&amp;diff=15017</id>
		<title>Free Lossless Audio Codec</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec&amp;diff=15017"/>
		<updated>2006-10-16T20:01:25Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Frequently Asked Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Codec Infobox&lt;br /&gt;
| name = FLAC&lt;br /&gt;
| logo = [[Image:FLAC logo.gif]]&lt;br /&gt;
| type = lossless&lt;br /&gt;
| purpose = Popular open source patent free lossless compression scheme.&lt;br /&gt;
| maintainer = Josh Coalson, Xiph Community &lt;br /&gt;
| recommended_encoder = FLAC encoder&lt;br /&gt;
| recommended_text = FLAC v1.1.2&lt;br /&gt;
| website = http://flac.sourceforge.net/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FLAC&#039;&#039;&#039; stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to [[MP3]], but [[lossless]], meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, if supported) just like you would an MP3 file.&lt;br /&gt;
&lt;br /&gt;
==General aspects of the format==&lt;br /&gt;
FLAC is freely available and supported on most operating systems, including Windows, UNIX (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.&lt;br /&gt;
&lt;br /&gt;
The FLAC project consists of:&lt;br /&gt;
* the stream format&lt;br /&gt;
* reference encoders and decoders in library form&lt;br /&gt;
* flac, a command-line program to encode and decode FLAC files&lt;br /&gt;
* metaflac, a command-line metadata editor for FLAC files&lt;br /&gt;
* input plugins for various music players&lt;br /&gt;
&lt;br /&gt;
When we say that FLAC is &#039;&#039;free&#039;&#039; it means more than just that it is available at no cost. It means that the specification of the format is fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent. It also means that all the source code is available under open-source licenses. It is the first truly open and free lossless audio format.&lt;br /&gt;
&lt;br /&gt;
Some claim FLAC is the most widely used lossless compression format on UNIX systems (though it seems more likely that shn retains that honor on all OS platforms).&lt;br /&gt;
FLAC files also can be placed inside an Ogg container using libOggFLAC and libOggFLAC++. &lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* &#039;&#039;&#039;Lossless:&#039;&#039;&#039; The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.&lt;br /&gt;
* &#039;&#039;&#039;Fast:&#039;&#039;&#039; FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.&lt;br /&gt;
* &#039;&#039;&#039;Hardware support:&#039;&#039;&#039; Because of FLAC&#039;s free reference implementation and low decoding complexity, FLAC is currently the only lossless codec that has any kind of hardware support.&lt;br /&gt;
* &#039;&#039;&#039;Streamable:&#039;&#039;&#039; Each FLAC frame contains enough data to decode that frame. FLAC does not even rely on previous or following frames. FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.&lt;br /&gt;
* &#039;&#039;&#039;Seekable:&#039;&#039;&#039; FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.&lt;br /&gt;
* &#039;&#039;&#039;Flexible metadata:&#039;&#039;&#039; New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders. Currently there are metadata types for tags, cue sheets, and seek tables. Applications can write their own APPLICATION metadata once they register an ID.&lt;br /&gt;
* &#039;&#039;&#039;Suitable for archiving:&#039;&#039;&#039; FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.&lt;br /&gt;
* &#039;&#039;&#039;Convenient CD archiving:&#039;&#039;&#039; FLAC has a &#039;&#039;cue sheet&#039;&#039; metadata block for storing a CD table of contents and all track and index points. For instance, you can rip a CD to a single file, then import the CD&#039;s extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.&lt;br /&gt;
* &#039;&#039;&#039;Error resistant:&#039;&#039;&#039; Because of FLAC&#039;s framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data. Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.&lt;br /&gt;
&lt;br /&gt;
==Pros==&lt;br /&gt;
* Portable to many systems&lt;br /&gt;
* Source open and freely licenced&lt;br /&gt;
* Hardware support (PhatBox, Kenwood MusicKeg, Rio Karma, etc.  See below)&lt;br /&gt;
* Streaming support&lt;br /&gt;
* Extremely fast decoding&lt;br /&gt;
* Supports multichannel and high resolution streams&lt;br /&gt;
* Supports [[ReplayGain]]&lt;br /&gt;
* Supports cue-sheet (with some limitations)&lt;br /&gt;
* Gaining wide use as successor to [[Shorten]]&lt;br /&gt;
&lt;br /&gt;
==Cons==&lt;br /&gt;
* Compresses less efficiently than other popular modern compressors ([[Monkey&#039;s Audio]], [[OptimFROG]])&lt;br /&gt;
* Higher compression modes slow, for little gain over the default setting.&lt;br /&gt;
&lt;br /&gt;
==Hardware and software that support FLAC==&lt;br /&gt;
For a more comprehensive list see the [http://flac.sourceforge.net/links.html FLAC links page].&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
====Home stereo====&lt;br /&gt;
* [http://www.request.com/us/ AudioReQuest] music servers&lt;br /&gt;
* [http://www.avegasystems.com/ Avega Systems]&#039; wireless [http://www.avegasystems.com/_documents/Oyster_Specifications.pdf Oyster] loudspeakers&lt;br /&gt;
* Digital Techniques&#039; &amp;quot;iStereo&amp;quot; [http://www.digitaltechniques.com/M300A_Overview.html M300A Digital Music Player]&lt;br /&gt;
* Escient&#039;s [http://www.escient.com/ FireBall servers (E2-40/160/300, DVDM-300)]&lt;br /&gt;
* [http://www.hermstedt.com/english/hifidelio/hifidelio.html Hifidelio]&lt;br /&gt;
* [http://www.imuse.us/ iMuse] audio/video media servers&lt;br /&gt;
* Meda Systems&#039; [http://www.medainc.com/ Bravo servers]&lt;br /&gt;
* The [http://www.cesweb.org/attendees/show_floor/product_locator/product_details.asp?prodid=5181 MS300 Music Server] by McIntosh Laboratory&lt;br /&gt;
* Olive&#039;s [http://www.olive.us/ Symphony] wireless digital music center&lt;br /&gt;
* [http://www.phatnoise.com/products/homeplayer/index.php PhatNoise Home Digital Media Player]&lt;br /&gt;
* [http://www.numark.com/ Numark]&#039;s DJ equipment (HDX and CDX turntables, HDMIX mixer)&lt;br /&gt;
* [http://www.mock.com/receiver/ Rio Reciever] and Dell Digital Audio Receiver&lt;br /&gt;
* [http://www.rokulabs.com/products/photobridge/features.php Roku PhotoBridge HD] (with [http://homepage.ntlworld.ie/p.mc.quillan/FLAC_V0.7.zip plugin])&lt;br /&gt;
* [http://www.skipjam.com/ SkipJam]&#039;s networked audio/video devices&lt;br /&gt;
* [http://www.sonos.com/ Sonos Digital Music System]&lt;br /&gt;
* Slim Devices&#039; [http://www.slimdevices.com/pi_transporter.html Transporter] and [http://www.slimdevices.com/pi_squeezebox.html Squeezebox] networked audi players&lt;br /&gt;
* [http://www.z500series.com/ Zensonic Z500 Networked DVD Media Player]&lt;br /&gt;
* Ziova&#039;s [http://www.ziova.com/cs510.php CS510] and [http://www.ziova.com/cs505.php CS505] network media players&lt;br /&gt;
&lt;br /&gt;
====Car stereo====&lt;br /&gt;
* [http://www.phatnoise.com/products/digitalmediaplayers/kenwood_music_keg.php Kenwood Music Keg]&lt;br /&gt;
* [http://www.phatnoise.com/products/digitalmediaplayers/index.php PhatBox]&lt;br /&gt;
&lt;br /&gt;
====Portable====&lt;br /&gt;
* [[Apple iPod]] with [[Rockbox]] firmware&lt;br /&gt;
* Bluedot&#039;s [http://www.digitalworldtokyo.com/2006/07/bluedot_pmp_runs_linux_loves.php BMP-1430]&lt;br /&gt;
* Green Apple&#039;s portable media player: [http://www.apod.com.cn/show_products.asp?photoID=437 AP3000]&lt;br /&gt;
* [[iAudio M3]] and X5&lt;br /&gt;
* [[iRiver]] iHP-120/iHP-140 with [[Rockbox]] firmware&lt;br /&gt;
* [[Iwod G10]]&lt;br /&gt;
* [[Rio Karma]]&lt;br /&gt;
* TrekStor&#039;s [http://www.trekstor.de/en/products/detail_mp3.php?pid=66 Vibez]&lt;br /&gt;
&lt;br /&gt;
===Software===&lt;br /&gt;
====Players====&lt;br /&gt;
* [http://koti.welho.com/hylinen/apollo/ Apollo]&lt;br /&gt;
* [http://cogosx.sourceforge.net Cog] — for Mac OS X&lt;br /&gt;
* [[foobar2000]]&lt;br /&gt;
* [[JRiver Media Center]]&lt;br /&gt;
* [http://fondriest.frederic.free.fr/realisations/lamip/ LAMIP]&lt;br /&gt;
* [[MediaMonkey]]&lt;br /&gt;
* [http://www.mplayerhq.hu/ MPlayer]&lt;br /&gt;
* [http://www.mythtv.org/ MythTV]&lt;br /&gt;
* [http://www.quinnware.com/ QCD] ([http://www.quinnware.com/list_plugins.php?type=input plugin])&lt;br /&gt;
* [http://www.videolan.org/ VLC]&lt;br /&gt;
* [http://www.vuplayer.com/vuplayer.htm VUPlayer]&lt;br /&gt;
* [[Winamp]]&lt;br /&gt;
* [[Windows Media Player]] and other directshow-based players (MPC, TCMP, RadLight) (with [http://www.illiminable.com/ogg/ Illiminable&#039;s directshow filters] or [http://corecodec.org/projects/coreflac CoreFLAC])&lt;br /&gt;
* [http://xine.sourceforge.net/ Xine]&lt;br /&gt;
* [[XMMS]]&lt;br /&gt;
* [http://www.un4seen.com/ XMplay]&lt;br /&gt;
&lt;br /&gt;
====Frontends (Windows)====&lt;br /&gt;
* [http://www.uninformative.com/flacattack/ Flacattack]&lt;br /&gt;
* Custom [http://members.home.nl/w.speek/flac.htm Windows Frontend] (by Speek)&lt;br /&gt;
* [http://www.unifront.boereck.de/ UniversalFront] by Böreck&lt;br /&gt;
* [http://home.vxu.se/mdati00/frontah/ Frontah] by Madah&lt;br /&gt;
* [http://www.webearce.com.ar/ MAREO] by Kwambis&lt;br /&gt;
&lt;br /&gt;
====Frontends (Mac)====&lt;br /&gt;
* [http://www.danrules.com/macflac/ MacFLAC]&lt;br /&gt;
* [http://www.sbooth.org/Max/ Max]&lt;br /&gt;
* [http://members.rogers.com/beamsplitter/ RipBeak]&lt;br /&gt;
* [http://www.versiontracker.com/dyn/moreinfo/macosx/21952 xACT]&lt;br /&gt;
&lt;br /&gt;
====Converters====&lt;br /&gt;
* [http://www.dbpoweramp.com/ dBpowerAMP] Music Converter / Audio Player / CD Writer&lt;br /&gt;
* [http://www.mediamonkey.com/ MediaMonkey] Music Manager / Audio Player / CD Writer&lt;br /&gt;
* [http://www.germanixsoft.de/ GX:Transcoder] Music converter&lt;br /&gt;
&lt;br /&gt;
====Editors====&lt;br /&gt;
* [[Adobe Audition]]&lt;br /&gt;
&lt;br /&gt;
====CD writers/rippers====&lt;br /&gt;
* [http://www.ahead.de Ahead Nero Burning Rom]&lt;br /&gt;
* [http://arson.sourceforge.net/ Arson]&lt;br /&gt;
* [http://www.burnatonce.com/ burnatonce]&lt;br /&gt;
* [http://www.burrrn.net Burrrn] Audio CD burner&lt;br /&gt;
* [[Exact Audio Copy]] CD Ripper&lt;br /&gt;
* [http://cdexos.sourceforge.net CDex] CD ripper&lt;br /&gt;
* [http://www.cdwave.com/ CD Wave]&lt;br /&gt;
&lt;br /&gt;
====Taggers====&lt;br /&gt;
* [http://www.saunalahti.fi/cse/files/Tag.zip Case&#039;s Tag] command line tagger&lt;br /&gt;
* [http://users.otenet.gr/~jtcliper/tgf/ The GodFather] Tagger / Music manager&lt;br /&gt;
* [http://www.mp3tag.de/en/index.html Mp3tag] Universal Tag Editor&lt;br /&gt;
* [http://sbooth.org/Tag/ Tag] — for Mac OS X 10.4 (Tiger)&lt;br /&gt;
* [http://flac.sourceforge.net/documentation.html#metaflac metaflac] - for general metadata (including Vorbis comments) maintenance&lt;br /&gt;
&lt;br /&gt;
====Other tools====&lt;br /&gt;
* [http://www.burrrn.net/mrq/ Mr. QuestionMan]&lt;br /&gt;
* [http://www.bitattack.ro/ai/ Audio Identifier]&lt;br /&gt;
* [http://www.bunkus.org/videotools/mkvtoolnix/ mkvtoolnix] - tool to multiplex FLAC streams inside the Matroska container&lt;br /&gt;
* [http://flac.sourceforge.net/documentation.html#metaflac metaflac] - for general metadata (including Vorbis comments) maintenance, also to calculate [[replaygain]] values for FLAC files lacking such&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
...and many more; see the [http://flac.sourceforge.net/links.html#software FLAC software section] and [http://flac.sourceforge.net/download.html#extras download section] for a more comprehensive list.&lt;br /&gt;
&lt;br /&gt;
==Frequently asked questions==&lt;br /&gt;
&#039;&#039;Question:&#039;&#039; Does the compression level affect decompression speed?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Short Answer&#039;&#039;: No.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Long Answer&#039;&#039;: In truth, the compression level does affect the decompression speed, but the difference between the various compress levels can barely be measured and is too small to be noticed, even on low-end machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Question:&#039;&#039; What is the best compression level for encoding my music?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Short Answer&#039;&#039;: The default setting, 5.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Long Answer&#039;&#039;: Encoding at the default setting will give the best balance between compression and encoding speed. Encoding at 8 can more than quadruple the encoding time, while having an insignificant effect on compression.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Lossless]]&lt;br /&gt;
* [[Lossless Comparison]]&lt;br /&gt;
&lt;br /&gt;
==Externals links==&lt;br /&gt;
* [http://flac.sourceforge.net FLAC website]&lt;br /&gt;
* [http://flac.sourceforge.net/download.html FLAC download]&lt;br /&gt;
* [http://flac.sourceforge.net/format.html Detailed description of the FLAC format]&lt;br /&gt;
* [http://flac.sourceforge.net/documentation.html FLAC documentation]&lt;br /&gt;
* [http://flac.sourceforge.net/faq.html FLAC FAQ]&lt;br /&gt;
* [http://people.ucsc.edu/~rswilson/flactest Omion&#039;s FLAC &amp;quot;File Size vs. Decoding Speed&amp;quot; test] - a very thorough test on [[FLAC#Frequently_Asked_Questions|the influence of the chosen encoding level on the decoding speed of FLAC]]; the only one so far to have covered FLAC&#039;s --super-secret-totally-impractical-compression-level to this extent as well.&lt;br /&gt;
&lt;br /&gt;
[[Category:Lossless]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec&amp;diff=15016</id>
		<title>Free Lossless Audio Codec</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec&amp;diff=15016"/>
		<updated>2006-10-16T19:59:52Z</updated>

		<summary type="html">&lt;p&gt;Beto: reworked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Codec Infobox&lt;br /&gt;
| name = FLAC&lt;br /&gt;
| logo = [[Image:FLAC logo.gif]]&lt;br /&gt;
| type = lossless&lt;br /&gt;
| purpose = Popular open source patent free lossless compression scheme.&lt;br /&gt;
| maintainer = Josh Coalson, Xiph Community &lt;br /&gt;
| recommended_encoder = FLAC encoder&lt;br /&gt;
| recommended_text = FLAC v1.1.2&lt;br /&gt;
| website = http://flac.sourceforge.net/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FLAC&#039;&#039;&#039; stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to [[MP3]], but [[lossless]], meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, if supported) just like you would an MP3 file.&lt;br /&gt;
&lt;br /&gt;
==General aspects of the format==&lt;br /&gt;
FLAC is freely available and supported on most operating systems, including Windows, UNIX (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.&lt;br /&gt;
&lt;br /&gt;
The FLAC project consists of:&lt;br /&gt;
* the stream format&lt;br /&gt;
* reference encoders and decoders in library form&lt;br /&gt;
* flac, a command-line program to encode and decode FLAC files&lt;br /&gt;
* metaflac, a command-line metadata editor for FLAC files&lt;br /&gt;
* input plugins for various music players&lt;br /&gt;
&lt;br /&gt;
When we say that FLAC is &#039;&#039;free&#039;&#039; it means more than just that it is available at no cost. It means that the specification of the format is fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent. It also means that all the source code is available under open-source licenses. It is the first truly open and free lossless audio format.&lt;br /&gt;
&lt;br /&gt;
Some claim FLAC is the most widely used lossless compression format on UNIX systems (though it seems more likely that shn retains that honor on all OS platforms).&lt;br /&gt;
FLAC files also can be placed inside an Ogg container using libOggFLAC and libOggFLAC++. &lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* &#039;&#039;&#039;Lossless:&#039;&#039;&#039; The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.&lt;br /&gt;
* &#039;&#039;&#039;Fast:&#039;&#039;&#039; FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.&lt;br /&gt;
* &#039;&#039;&#039;Hardware support:&#039;&#039;&#039; Because of FLAC&#039;s free reference implementation and low decoding complexity, FLAC is currently the only lossless codec that has any kind of hardware support.&lt;br /&gt;
* &#039;&#039;&#039;Streamable:&#039;&#039;&#039; Each FLAC frame contains enough data to decode that frame. FLAC does not even rely on previous or following frames. FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.&lt;br /&gt;
* &#039;&#039;&#039;Seekable:&#039;&#039;&#039; FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.&lt;br /&gt;
* &#039;&#039;&#039;Flexible metadata:&#039;&#039;&#039; New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders. Currently there are metadata types for tags, cue sheets, and seek tables. Applications can write their own APPLICATION metadata once they register an ID.&lt;br /&gt;
* &#039;&#039;&#039;Suitable for archiving:&#039;&#039;&#039; FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.&lt;br /&gt;
* &#039;&#039;&#039;Convenient CD archiving:&#039;&#039;&#039; FLAC has a &#039;&#039;cue sheet&#039;&#039; metadata block for storing a CD table of contents and all track and index points. For instance, you can rip a CD to a single file, then import the CD&#039;s extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.&lt;br /&gt;
* &#039;&#039;&#039;Error resistant:&#039;&#039;&#039; Because of FLAC&#039;s framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data. Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.&lt;br /&gt;
&lt;br /&gt;
==Pros==&lt;br /&gt;
* Portable to many systems&lt;br /&gt;
* Source open and freely licenced&lt;br /&gt;
* Hardware support (PhatBox, Kenwood MusicKeg, Rio Karma, etc.  See below)&lt;br /&gt;
* Streaming support&lt;br /&gt;
* Extremely fast decoding&lt;br /&gt;
* Supports multichannel and high resolution streams&lt;br /&gt;
* Supports [[ReplayGain]]&lt;br /&gt;
* Supports cue-sheet (with some limitations)&lt;br /&gt;
* Gaining wide use as successor to [[Shorten]]&lt;br /&gt;
&lt;br /&gt;
==Cons==&lt;br /&gt;
* Compresses less efficiently than other popular modern compressors ([[Monkey&#039;s Audio]], [[OptimFROG]])&lt;br /&gt;
* Higher compression modes slow, for little gain over the default setting.&lt;br /&gt;
&lt;br /&gt;
==Hardware and software that support FLAC==&lt;br /&gt;
For a more comprehensive list see the [http://flac.sourceforge.net/links.html FLAC links page].&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
====Home stereo====&lt;br /&gt;
* [http://www.request.com/us/ AudioReQuest] music servers&lt;br /&gt;
* [http://www.avegasystems.com/ Avega Systems]&#039; wireless [http://www.avegasystems.com/_documents/Oyster_Specifications.pdf Oyster] loudspeakers&lt;br /&gt;
* Digital Techniques&#039; &amp;quot;iStereo&amp;quot; [http://www.digitaltechniques.com/M300A_Overview.html M300A Digital Music Player]&lt;br /&gt;
* Escient&#039;s [http://www.escient.com/ FireBall servers (E2-40/160/300, DVDM-300)]&lt;br /&gt;
* [http://www.hermstedt.com/english/hifidelio/hifidelio.html Hifidelio]&lt;br /&gt;
* [http://www.imuse.us/ iMuse] audio/video media servers&lt;br /&gt;
* Meda Systems&#039; [http://www.medainc.com/ Bravo servers]&lt;br /&gt;
* The [http://www.cesweb.org/attendees/show_floor/product_locator/product_details.asp?prodid=5181 MS300 Music Server] by McIntosh Laboratory&lt;br /&gt;
* Olive&#039;s [http://www.olive.us/ Symphony] wireless digital music center&lt;br /&gt;
* [http://www.phatnoise.com/products/homeplayer/index.php PhatNoise Home Digital Media Player]&lt;br /&gt;
* [http://www.numark.com/ Numark]&#039;s DJ equipment (HDX and CDX turntables, HDMIX mixer)&lt;br /&gt;
* [http://www.mock.com/receiver/ Rio Reciever] and Dell Digital Audio Receiver&lt;br /&gt;
* [http://www.rokulabs.com/products/photobridge/features.php Roku PhotoBridge HD] (with [http://homepage.ntlworld.ie/p.mc.quillan/FLAC_V0.7.zip plugin])&lt;br /&gt;
* [http://www.skipjam.com/ SkipJam]&#039;s networked audio/video devices&lt;br /&gt;
* [http://www.sonos.com/ Sonos Digital Music System]&lt;br /&gt;
* Slim Devices&#039; [http://www.slimdevices.com/pi_transporter.html Transporter] and [http://www.slimdevices.com/pi_squeezebox.html Squeezebox] networked audi players&lt;br /&gt;
* [http://www.z500series.com/ Zensonic Z500 Networked DVD Media Player]&lt;br /&gt;
* Ziova&#039;s [http://www.ziova.com/cs510.php CS510] and [http://www.ziova.com/cs505.php CS505] network media players&lt;br /&gt;
&lt;br /&gt;
====Car stereo====&lt;br /&gt;
* [http://www.phatnoise.com/products/digitalmediaplayers/kenwood_music_keg.php Kenwood Music Keg]&lt;br /&gt;
* [http://www.phatnoise.com/products/digitalmediaplayers/index.php PhatBox]&lt;br /&gt;
&lt;br /&gt;
====Portable====&lt;br /&gt;
* [[Apple iPod]] with [[Rockbox]] firmware&lt;br /&gt;
* Bluedot&#039;s [http://www.digitalworldtokyo.com/2006/07/bluedot_pmp_runs_linux_loves.php BMP-1430]&lt;br /&gt;
* Green Apple&#039;s portable media player: [http://www.apod.com.cn/show_products.asp?photoID=437 AP3000]&lt;br /&gt;
* [[iAudio M3]] and X5&lt;br /&gt;
* [[iRiver]] iHP-120/iHP-140 with [[Rockbox]] firmware&lt;br /&gt;
* [[Iwod G10]]&lt;br /&gt;
* [[Rio Karma]]&lt;br /&gt;
* TrekStor&#039;s [http://www.trekstor.de/en/products/detail_mp3.php?pid=66 Vibez]&lt;br /&gt;
&lt;br /&gt;
===Software===&lt;br /&gt;
====Players====&lt;br /&gt;
* [http://koti.welho.com/hylinen/apollo/ Apollo]&lt;br /&gt;
* [http://cogosx.sourceforge.net Cog] — for Mac OS X&lt;br /&gt;
* [[foobar2000]]&lt;br /&gt;
* [[JRiver Media Center]]&lt;br /&gt;
* [http://fondriest.frederic.free.fr/realisations/lamip/ LAMIP]&lt;br /&gt;
* [[MediaMonkey]]&lt;br /&gt;
* [http://www.mplayerhq.hu/ MPlayer]&lt;br /&gt;
* [http://www.mythtv.org/ MythTV]&lt;br /&gt;
* [http://www.quinnware.com/ QCD] ([http://www.quinnware.com/list_plugins.php?type=input plugin])&lt;br /&gt;
* [http://www.videolan.org/ VLC]&lt;br /&gt;
* [http://www.vuplayer.com/vuplayer.htm VUPlayer]&lt;br /&gt;
* [[Winamp]]&lt;br /&gt;
* [[Windows Media Player]] and other directshow-based players (MPC, TCMP, RadLight) (with [http://www.illiminable.com/ogg/ Illiminable&#039;s directshow filters] or [http://corecodec.org/projects/coreflac CoreFLAC])&lt;br /&gt;
* [http://xine.sourceforge.net/ Xine]&lt;br /&gt;
* [[XMMS]]&lt;br /&gt;
* [http://www.un4seen.com/ XMplay]&lt;br /&gt;
&lt;br /&gt;
====Frontends (Windows)====&lt;br /&gt;
* [http://www.uninformative.com/flacattack/ Flacattack]&lt;br /&gt;
* Custom [http://members.home.nl/w.speek/flac.htm Windows Frontend] (by Speek)&lt;br /&gt;
* [http://www.unifront.boereck.de/ UniversalFront] by Böreck&lt;br /&gt;
* [http://home.vxu.se/mdati00/frontah/ Frontah] by Madah&lt;br /&gt;
* [http://www.webearce.com.ar/ MAREO] by Kwambis&lt;br /&gt;
&lt;br /&gt;
====Frontends (Mac)====&lt;br /&gt;
* [http://www.danrules.com/macflac/ MacFLAC]&lt;br /&gt;
* [http://www.sbooth.org/Max/ Max]&lt;br /&gt;
* [http://members.rogers.com/beamsplitter/ RipBeak]&lt;br /&gt;
* [http://www.versiontracker.com/dyn/moreinfo/macosx/21952 xACT]&lt;br /&gt;
&lt;br /&gt;
====Converters====&lt;br /&gt;
* [http://www.dbpoweramp.com/ dBpowerAMP] Music Converter / Audio Player / CD Writer&lt;br /&gt;
* [http://www.mediamonkey.com/ MediaMonkey] Music Manager / Audio Player / CD Writer&lt;br /&gt;
* [http://www.germanixsoft.de/ GX:Transcoder] Music converter&lt;br /&gt;
&lt;br /&gt;
====Editors====&lt;br /&gt;
* [[Adobe Audition]]&lt;br /&gt;
&lt;br /&gt;
====CD writers/rippers====&lt;br /&gt;
* [http://www.ahead.de Ahead Nero Burning Rom]&lt;br /&gt;
* [http://arson.sourceforge.net/ Arson]&lt;br /&gt;
* [http://www.burnatonce.com/ burnatonce]&lt;br /&gt;
* [http://www.burrrn.net Burrrn] Audio CD burner&lt;br /&gt;
* [[Exact Audio Copy]] CD Ripper&lt;br /&gt;
* [http://cdexos.sourceforge.net CDex] CD ripper&lt;br /&gt;
* [http://www.cdwave.com/ CD Wave]&lt;br /&gt;
&lt;br /&gt;
====Taggers====&lt;br /&gt;
* [http://www.saunalahti.fi/cse/files/Tag.zip Case&#039;s Tag] command line tagger&lt;br /&gt;
* [http://users.otenet.gr/~jtcliper/tgf/ The GodFather] Tagger / Music manager&lt;br /&gt;
* [http://www.mp3tag.de/en/index.html Mp3tag] Universal Tag Editor&lt;br /&gt;
* [http://sbooth.org/Tag/ Tag] — for Mac OS X 10.4 (Tiger)&lt;br /&gt;
* [http://flac.sourceforge.net/documentation.html#metaflac metaflac] - for general metadata (including Vorbis comments) maintenance&lt;br /&gt;
&lt;br /&gt;
====Other tools====&lt;br /&gt;
* [http://www.burrrn.net/mrq/ Mr. QuestionMan]&lt;br /&gt;
* [http://www.bitattack.ro/ai/ Audio Identifier]&lt;br /&gt;
* [http://www.bunkus.org/videotools/mkvtoolnix/ mkvtoolnix] - tool to multiplex FLAC streams inside the Matroska container&lt;br /&gt;
* [http://flac.sourceforge.net/documentation.html#metaflac metaflac] - for general metadata (including Vorbis comments) maintenance, also to calculate [[replaygain]] values for FLAC files lacking such&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
...and many more; see the [http://flac.sourceforge.net/links.html#software FLAC software section] and [http://flac.sourceforge.net/download.html#extras download section] for a more comprehensive list.&lt;br /&gt;
&lt;br /&gt;
==Frequently Asked Questions==&lt;br /&gt;
&#039;&#039;Question:&#039;&#039; Does the compression level affect decompression speed?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Short Answer&#039;&#039;: No.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Long Answer&#039;&#039;: In truth, the compression level does affect the decompression speed, but the difference between the various compress levels can barely be measured and is too small to be noticed, even on low-end machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Question:&#039;&#039; What is the best compression level for encoding my music?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Short Answer&#039;&#039;: The default setting, 5.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Long Answer&#039;&#039;: Encoding at the default setting will give the best balance between compression and encoding speed. Encoding at 8 can more than quadruple the encoding time, while having an insignificant effect on compression.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Lossless]]&lt;br /&gt;
* [[Lossless Comparison]]&lt;br /&gt;
&lt;br /&gt;
==Externals links==&lt;br /&gt;
* [http://flac.sourceforge.net FLAC website]&lt;br /&gt;
* [http://flac.sourceforge.net/download.html FLAC download]&lt;br /&gt;
* [http://flac.sourceforge.net/format.html Detailed description of the FLAC format]&lt;br /&gt;
* [http://flac.sourceforge.net/documentation.html FLAC documentation]&lt;br /&gt;
* [http://flac.sourceforge.net/faq.html FLAC FAQ]&lt;br /&gt;
* [http://people.ucsc.edu/~rswilson/flactest Omion&#039;s FLAC &amp;quot;File Size vs. Decoding Speed&amp;quot; test] - a very thorough test on [[FLAC#Frequently_Asked_Questions|the influence of the chosen encoding level on the decoding speed of FLAC]]; the only one so far to have covered FLAC&#039;s --super-secret-totally-impractical-compression-level to this extent as well.&lt;br /&gt;
&lt;br /&gt;
[[Category:Lossless]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Template:Codec_Infobox&amp;diff=15015</id>
		<title>Template:Codec Infobox</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Template:Codec_Infobox&amp;diff=15015"/>
		<updated>2006-10-16T18:24:46Z</updated>

		<summary type="html">&lt;p&gt;Beto: fixed table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; style=&amp;quot;padding-left: 15px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{| cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;width: 24em; font-size: 90%; text-align: left; border:1px solid; background: #efefef;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;font-size: 130%; font-weight: bold;&amp;quot; | {{{name}}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center; font-size: 80%; font-weight: normal;&amp;quot; | {{{logo}}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center; font-size: 80%; font-weight: normal;&amp;quot; | {{{purpose}}}&lt;br /&gt;
|- style=&amp;quot;text-align:left; font-weight:bold;&amp;quot;&lt;br /&gt;
| Type: || [[{{{type}}}]]&lt;br /&gt;
|- style=&amp;quot;text-align:left; font-weight:bold;&amp;quot;&lt;br /&gt;
| Maintainer: || {{{maintainer}}}&lt;br /&gt;
|- style=&amp;quot;text-align:left; font-weight:bold;&amp;quot;&lt;br /&gt;
| Recommended encoder: || [[{{{recommended_encoder}}}|{{{recommended_text|{{{recommended_encoder}}}}}}]]&lt;br /&gt;
|- style=&amp;quot;text-align:left; font-weight:bold;&amp;quot;&lt;br /&gt;
| Website: || {{{website}}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Codecs]][[Category:{{{type}}} codecs]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
{| style=&amp;quot;background: transparent;&amp;quot;&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{Codec Infobox&lt;br /&gt;
| name = &lt;br /&gt;
| logo = &lt;br /&gt;
| type = &lt;br /&gt;
| purpose = &lt;br /&gt;
| maintainer = &lt;br /&gt;
| recommended_encoder = &lt;br /&gt;
| recommended_text =&lt;br /&gt;
| website = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;website&#039;&#039;&#039; field: If the URL is too long, enclose it in the WikiLink syntax, i.e. &#039;&#039;&#039;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&amp;lt;font style=&amp;quot;color:#ccccff;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;http://www.somewhere.net/&amp;lt;/nowiki&amp;gt;&amp;lt;/font&amp;gt; Click Here]&amp;lt;/code&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039; field: Either &amp;quot;Lossy&amp;quot; or &amp;quot;Lossless&amp;quot;&lt;br /&gt;
* &#039;&#039;&#039;recommended_text&#039;&#039;&#039; field: optional, display name for recommended codec&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15013</id>
		<title>Exact Audio Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15013"/>
		<updated>2006-10-16T16:50:58Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{featured}}&lt;br /&gt;
{{Software Infobox&lt;br /&gt;
| name = Exact Audio Copy&lt;br /&gt;
| screenshot = &lt;br /&gt;
| caption = Secure ripping of audio CDs&lt;br /&gt;
| maintainer = Andre Wiethoff&lt;br /&gt;
| stable_release = 0.95b4&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = CD Ripper&lt;br /&gt;
| license = Cardware&lt;br /&gt;
| website = [http://www.exactaudiocopy.org EAC website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; (EAC for short) is a free software that can be used to extract tracks from an Audio CD to your computer&#039;s hard disk. What makes EAC special compared to other rippers is the fact that it is capable of reading audio CDs almost perfectly.&lt;br /&gt;
EAC uses various methods for extracting audio data. EAC can also invoke externally installed encoders, thereby making it possible to simultaneously rip and encode audio data to the format of your choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features of Exact Audio Copy==&lt;br /&gt;
* Usage of the Windows 95 and Windows NT ASPI Interface, so both SCSI and ATAPI CD-ROM drives are supported&lt;br /&gt;
* Hidden sector synchronization (jitter correction)&lt;br /&gt;
* Secure, fast and burst extraction methods selectable. Fast extraction should run at the same speed as other grabbers, but is probably not exact anymore. Burst mode just grabs the audio data without any synchronization.&lt;br /&gt;
* Read error and complete loss of sync detection and correction in secure modes, as far as possible&lt;br /&gt;
* Output of time positions of all non-exact corrections and listen to these positions&lt;br /&gt;
* Copy of ranges of music data, not only tracks&lt;br /&gt;
* Automatic Speed reduction on errors and fallback afterwards&lt;br /&gt;
* Normalization of extracted audio&lt;br /&gt;
* Usage of the Windows Audio Compression Manager (ACM Codecs) for direct compression e.g. to MP3 waves&lt;br /&gt;
* Support for the BladeEnc DLL that is usable like an ACM Codec for online MP3 compression&lt;br /&gt;
* Support of external MP3, VQF, RA and AAC encoders for automatic compression after extraction&lt;br /&gt;
* Batch compression and decompression of/to WAV files&lt;br /&gt;
* Compression offset support for exact compression/decompression&lt;br /&gt;
* Detection of pre-track gaps&lt;br /&gt;
* Detection of silence in pre-track gaps&lt;br /&gt;
* Automatic creation of CUE sheets for CDRWin, including all gaps, indicies, track attributes, UPC and ISRC&lt;br /&gt;
* CD player functionality and prelistening to selected ranges&lt;br /&gt;
* Automatic detection of drive features, whether a drive has an accurate stream and/or does caching&lt;br /&gt;
* Sample Offsets for drives with no accurate streams, including the option of filling up missing samples with silence&lt;br /&gt;
* Option for synchronizing tracks for non-accurate stream drives&lt;br /&gt;
* Filename editing with local and remote CDDB database and cdplayer.ini support and more features like ID3 tagging&lt;br /&gt;
* Browse and edit local database&lt;br /&gt;
* Local CDDB support&lt;br /&gt;
* Record and Loop Record functions for recording from LP, radio, etc.&lt;br /&gt;
* Automatic rename of MP3 files according to their ID3 tag&lt;br /&gt;
* Catalog extraction function&lt;br /&gt;
* Multisession (CD-Extra) support&lt;br /&gt;
* CD-Text support&lt;br /&gt;
* CD-Write support for some drives&lt;br /&gt;
* ID3 Tag editor with drag and drop possibility from track listing and database&lt;br /&gt;
* Glitch removal after extraction&lt;br /&gt;
* Small WAV editor with the following functionality: delete, trim, normalize, pad, glitch removal, pop detection, interpolation of ranges, noise reduction, fade in/out, undo (and more)&lt;br /&gt;
* Program is Cardware, so feel free to copy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
===Extraction technology===&lt;br /&gt;
In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artefacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the &#039;&#039;accurate stream&#039;&#039; feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.&lt;br /&gt;
&lt;br /&gt;
That is why it was implemented three new read modes in version 0.85beta. One really fast mode (up to half of maximum speed) is only for non-caching, accurate stream CD-ROM drives. The second one could be used for caching, accurate stream drives and the last one will work with drives that don&#039;t have accurate streams, or do caching. The last two will be much slower, when no read errors occur it will usually something around a third to a fourth of the drives maximum speed.&lt;br /&gt;
For testing, it was used a Plextor 14/32 drive that does no caching and a Teac R56S-600 drive that does caching. Furthermore the Plextor 14/32 supports the &#039;&#039;accurate stream&#039;&#039; feature, so it produces no jitter artifacts on any stream.&lt;br /&gt;
&lt;br /&gt;
This program is really damn slow in secure mode in comparison with other grabbers, but the program checks every sector over and over to get the correct data with high certainty. If you don&#039;t like this feature of EAC and prefer fast copies instead of secure copies, you should use the fast or burst extraction option in the options menu. But of course in fast mode, the program will no longer be able to find read errors. Only if a read error occurs in a sector synchronization area, will a sync error will still be displayed. Fast mode is sector synchronized with 2 blocks of 23 as synchronization blocks. Burst copy is even worse, no synchronization is done, enabling extraction at maximum speed of the drive. No error checking of any kind can be performed. If the stream ever breaks, it will tell the user in the status report by showing up suspicous positions. Of course this is only heuristic; there needn&#039;t be any errors on that positions; moreover there could be errors that are not found at all. &lt;br /&gt;
A new option for selecting the error recovery quality will determine how often these blocks of 16 reads will be done before giving up and working with the results obtained so far. For bad CDs, low error recovery quality will be fastest, but high recover quality should give best results.&lt;br /&gt;
&lt;br /&gt;
===Gap technology===&lt;br /&gt;
In the new versions of EAC it is possible to detect pre-track gaps. These are the pauses between two tracks. Usually they are two seconds long and a CD player will display a negative time during this pause. By enabling the option &#039;&#039;Detect Pre-Track Gaps&#039;&#039; it will be possible to detect all gap-lengths by reading the sub-channel information. Because this information is not stored on the CD directly retrievable, EAC has to search for the position a track ends. This search is quite fast, but it still takes on average a second per track. That&#039;s why I made it possible to disable it in the options. Besides that option you can choose to add the gaps to the previous track nevertheless. Otherwise you can choose either to append the gap to the correct track or to leave it out . A benefit of performing the detection and getting the gap times is the selection of a range to copy. There the correct times will be displayed. One last word on this topic: Because these pre-track gaps are found by testing positions, it is possible that it will not be 100% exact. But in most cases it will be correct.&lt;br /&gt;
&lt;br /&gt;
===Automatic feature detection technology===&lt;br /&gt;
From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode. From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
&lt;br /&gt;
===Track synchronization technology===&lt;br /&gt;
Usually CD audio extraction programs will extract one track after another. This could cause some problems on CD-ROM drives which are not accurate, when using a CD which has no gaps. When this option is enabled in the EAC options, EAC will synchronize a track with a preceeding track if there is no silence at the track junction, so track transitions will be free from jitter artifacts (e.g. on live recordings).&lt;br /&gt;
&lt;br /&gt;
===Offset technology===&lt;br /&gt;
&#039;&#039;Sample Offset&#039;&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. To find out the offset of any drive the offset has to be calculated relative to an absolute offset (reference offset).&lt;br /&gt;
&lt;br /&gt;
To implement this detection for all drives some bytes from common CDs (reference CDs) are used. These are the reference each CD-ROM drive has to compare with. Of course it was implemented only a limited selection of CDs that can be used to detect this offset. Sometimes there are different versions (releases) of the same CD, but only the same press like the one that was used will work. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;&#039;Searching Track Start&#039;&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE!&lt;br /&gt;
As different models of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So it was determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send us the output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exact Audio Copy guides==&lt;br /&gt;
You can begin configuring EAC by starting with the Drive Configuration followed by the Gap Settings and finally, the Encoder Options. Remember to use only an original, factory-pressed Audio CD for configuring EAC. Please do not use, CD-Rs, CD-RWs, bootlegs or any such discs. Also use a non copy-protected disc which carries the familiar &amp;quot;Compact Disc-Digital Audio&amp;quot; logo.&lt;br /&gt;
&lt;br /&gt;
===General guides===&lt;br /&gt;
* [[EAC Drive Configuration]]&lt;br /&gt;
* [[Gap settings | EAC Gap settings]]&lt;br /&gt;
&lt;br /&gt;
===Compression guides===&lt;br /&gt;
* [[EAC and Lame]]&lt;br /&gt;
* [[EAC and Musepack]]&lt;br /&gt;
* [[EAC and Ogg Vorbis]]&lt;br /&gt;
* [[EAC and WavPack]]&lt;br /&gt;
* [[EAC and Flac]]&lt;br /&gt;
* [[EAC and Monkeys Audio]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[EAC CUE Sheets]] ASCII formats explained&lt;br /&gt;
* [[EAC_Vs_CDex_SecureMode | EAC secure mode versus CDex full paranoia]] (by Pio2001)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.rjamorim.com/rrw/eac.html Historical versions of EAC] at ReallyRareWares&lt;br /&gt;
* [http://users.pandora.be/satcp/tutorials.htm EAC tutorials]&lt;br /&gt;
* [http://www.digital-inn.de/forum14/ EAC forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15012</id>
		<title>Exact Audio Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15012"/>
		<updated>2006-10-16T15:24:51Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{featured}}&lt;br /&gt;
{{Software Infobox&lt;br /&gt;
| name = Exact Audio Copy&lt;br /&gt;
| screenshot = &lt;br /&gt;
| caption = Secure ripping of audio CDs&lt;br /&gt;
| maintainer = Andre Wiethoff&lt;br /&gt;
| stable_release = 0.95b4&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = CD Ripper&lt;br /&gt;
| license = Cardware&lt;br /&gt;
| website = [http://www.exactaudiocopy.org EAC website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; (EAC for short) is a free software that can be used to extract tracks from an Audio CD to your computer&#039;s hard disk. What makes EAC special compared to other rippers is the fact that it is capable of reading audio CDs almost perfectly.&lt;br /&gt;
EAC uses various methods for extracting audio data. EAC can also invoke externally installed encoders, thereby making it possible to simultaneously rip and encode audio data to the format of your choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features of Exact Audio Copy==&lt;br /&gt;
* Usage of the Windows 95 and Windows NT ASPI Interface, so both SCSI and ATAPI CD-ROM drives are supported&lt;br /&gt;
* Hidden sector synchronization (jitter correction)&lt;br /&gt;
* Secure, fast and burst extraction methods selectable. Fast extraction should run at the same speed as other grabbers, but is probably not exact anymore. Burst mode just grabs the audio data without any synchronization.&lt;br /&gt;
* Read error and complete loss of sync detection and correction in secure modes, as far as possible&lt;br /&gt;
* Output of time positions of all non-exact corrections and listen to these positions&lt;br /&gt;
* Copy of ranges of music data, not only tracks&lt;br /&gt;
* Automatic Speed reduction on errors and fallback afterwards&lt;br /&gt;
* Normalization of extracted audio&lt;br /&gt;
* Usage of the Windows Audio Compression Manager (ACM Codecs) for direct compression e.g. to MP3 waves&lt;br /&gt;
* Support for the BladeEnc DLL that is usable like an ACM Codec for online MP3 compression&lt;br /&gt;
* Support of external MP3, VQF, RA and AAC encoders for automatic compression after extraction&lt;br /&gt;
* Batch compression and decompression of/to WAV files&lt;br /&gt;
* Compression offset support for exact compression/decompression&lt;br /&gt;
* Detection of pre-track gaps&lt;br /&gt;
* Detection of silence in pre-track gaps&lt;br /&gt;
* Automatic creation of CUE sheets for CDRWin, including all gaps, indicies, track attributes, UPC and ISRC&lt;br /&gt;
* CD player functionality and prelistening to selected ranges&lt;br /&gt;
* Automatic detection of drive features, whether a drive has an accurate stream and/or does caching&lt;br /&gt;
* Sample Offsets for drives with no accurate streams, including the option of filling up missing samples with silence&lt;br /&gt;
* Option for synchronizing tracks for non-accurate stream drives&lt;br /&gt;
* Filename editing with local and remote CDDB database and cdplayer.ini support and more features like ID3 tagging&lt;br /&gt;
* Browse and edit local database&lt;br /&gt;
* Local CDDB support&lt;br /&gt;
* Record and Loop Record functions for recording from LP, radio, etc.&lt;br /&gt;
* Automatic rename of MP3 files according to their ID3 tag&lt;br /&gt;
* Catalog extraction function&lt;br /&gt;
* Multisession (CD-Extra) support&lt;br /&gt;
* CD-Text support&lt;br /&gt;
* CD-Write support for some drives&lt;br /&gt;
* ID3 Tag editor with drag and drop possibility from track listing and database&lt;br /&gt;
* Glitch removal after extraction&lt;br /&gt;
* Small WAV editor with the following functionality: delete, trim, normalize, pad, glitch removal, pop detection, interpolation of ranges, noise reduction, fade in/out, undo (and more)&lt;br /&gt;
* Program is Cardware, so feel free to copy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
===Extraction technology===&lt;br /&gt;
In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artefacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the &#039;&#039;accurate stream&#039;&#039; feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.&lt;br /&gt;
&lt;br /&gt;
That is why it was implemented three new read modes in version 0.85beta. One really fast mode (up to half of maximum speed) is only for non-caching, accurate stream CD-ROM drives. The second one could be used for caching, accurate stream drives and the last one will work with drives that don&#039;t have accurate streams, or do caching. The last two will be much slower, when no read errors occur it will usually something around a third to a fourth of the drives maximum speed.&lt;br /&gt;
For testing, it was used a Plextor 14/32 drive that does no caching and a Teac R56S-600 drive that does caching. Furthermore the Plextor 14/32 supports the &#039;&#039;accurate stream&#039;&#039; feature, so it produces no jitter artifacts on any stream.&lt;br /&gt;
&lt;br /&gt;
This program is really damn slow in secure mode in comparison with other grabbers, but the program checks every sector over and over to get the correct data with high certainty. If you don&#039;t like this feature of EAC and prefer fast copies instead of secure copies, you should use the fast or burst extraction option in the options menu. But of course in fast mode, the program will no longer be able to find read errors. Only if a read error occurs in a sector synchronization area, will a sync error will still be displayed. Fast mode is sector synchronized with 2 blocks of 23 as synchronization blocks. Burst copy is even worse, no synchronization is done, enabling extraction at maximum speed of the drive. No error checking of any kind can be performed. If the stream ever breaks, it will tell the user in the status report by showing up suspicous positions. Of course this is only heuristic; there needn&#039;t be any errors on that positions; moreover there could be errors that are not found at all. &lt;br /&gt;
A new option for selecting the error recovery quality will determine how often these blocks of 16 reads will be done before giving up and working with the results obtained so far. For bad CDs, low error recovery quality will be fastest, but high recover quality should give best results.&lt;br /&gt;
&lt;br /&gt;
===Gap technology===&lt;br /&gt;
In the new versions of EAC it is possible to detect pre-track gaps. These are the pauses between two tracks. Usually they are two seconds long and a CD player will display a negative time during this pause. By enabling the option &#039;&#039;Detect Pre-Track Gaps&#039;&#039; it will be possible to detect all gap-lengths by reading the sub-channel information. Because this information is not stored on the CD directly retrievable, EAC has to search for the position a track ends. This search is quite fast, but it still takes on average a second per track. That&#039;s why I made it possible to disable it in the options. Besides that option you can choose to add the gaps to the previous track nevertheless. Otherwise you can choose either to append the gap to the correct track or to leave it out . A benefit of performing the detection and getting the gap times is the selection of a range to copy. There the correct times will be displayed. One last word on this topic: Because these pre-track gaps are found by testing positions, it is possible that it will not be 100% exact. But in most cases it will be correct.&lt;br /&gt;
&lt;br /&gt;
===Automatic feature detection technology===&lt;br /&gt;
From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio(!) data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode.From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio(!) data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode.&lt;br /&gt;
&lt;br /&gt;
===Track synchronization technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
Usually CD audio extraction programs will extract one track after another. This could cause some problems on CD-ROM drives which are not accurate, when using a CD which has no gaps. When this option is enabled in the EAC options, EAC will synchronize a track with a preceeding track if there is no silence at the track junction, so track transitions will be free from jitter artifacts (e.g. on live recordings).&lt;br /&gt;
&lt;br /&gt;
===Offset technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
&#039;Sample Offset&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. Because it is a hard task to determine the exact absolute offset for each drive, I determined it once on my Plextor 14/32. To find out the offset of any other drive the offset is calculated relative to that absolute offset. To implement an offset detection for other drives I took some bytes from some common CDs I and my friends own. These are the reference each CD-ROM drive has to compare with. Of course I have implemented only a limited selection of CDs that can be used to detect this offset, a list follows below. Sometimes there are different versions (releases) of the same CD, but only the same press like the one I used will work. That is why the table below shows a code, that is written on the inner ring of the music CD, that should identify the release of a CD. The red codes are from CDs which do not work with this test. In time I will add more CDs to test this offset. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;Searching Track Start&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE! My Plextor 14/32 has an offset value of +679 samples, that means that 679 samples usually are missing at the end of a wav file.&lt;br /&gt;
As different modells of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So I determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send me the output.&#039;Sample Offset&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. Because it is a hard task to determine the exact absolute offset for each drive, I determined it once on my Plextor 14/32. To find out the offset of any other drive the offset is calculated relative to that absolute offset. To implement an offset detection for other drives I took some bytes from some common CDs I and my friends own. These are the reference each CD-ROM drive has to compare with. Of course I have implemented only a limited selection of CDs that can be used to detect this offset, a list follows below. Sometimes there are different versions (releases) of the same CD, but only the same press like the one I used will work. That is why the table below shows a code, that is written on the inner ring of the music CD, that should identify the release of a CD. The red codes are from CDs which do not work with this test. In time I will add more CDs to test this offset. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;Searching Track Start&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE! My Plextor 14/32 has an offset value of +679 samples, that means that 679 samples usually are missing at the end of a wav file.&lt;br /&gt;
As different modells of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So I determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send me the output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exact Audio Copy guides==&lt;br /&gt;
You can begin configuring EAC by starting with the Drive Configuration followed by the Gap Settings and finally, the Encoder Options. Remember to use only an original, factory-pressed Audio CD for configuring EAC. Please do not use, CD-Rs, CD-RWs, bootlegs or any such discs. Also use a non copy-protected disc which carries the familiar &amp;quot;Compact Disc-Digital Audio&amp;quot; logo.&lt;br /&gt;
&lt;br /&gt;
===General guides===&lt;br /&gt;
* [[EAC Drive Configuration]]&lt;br /&gt;
* [[Gap settings | EAC Gap settings]]&lt;br /&gt;
&lt;br /&gt;
===Compression guides===&lt;br /&gt;
* [[EAC and Lame]]&lt;br /&gt;
* [[EAC and Musepack]]&lt;br /&gt;
* [[EAC and Ogg Vorbis]]&lt;br /&gt;
* [[EAC and WavPack]]&lt;br /&gt;
* [[EAC and Flac]]&lt;br /&gt;
* [[EAC and Monkeys Audio]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[EAC CUE Sheets]] ASCII formats explained&lt;br /&gt;
* [[EAC_Vs_CDex_SecureMode | EAC secure mode versus CDex full paranoia]] (by Pio2001)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.rjamorim.com/rrw/eac.html Historical versions of EAC] at ReallyRareWares&lt;br /&gt;
* [http://users.pandora.be/satcp/tutorials.htm EAC tutorials]&lt;br /&gt;
* [http://www.digital-inn.de/forum14/ EAC forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15011</id>
		<title>Exact Audio Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15011"/>
		<updated>2006-10-16T15:17:03Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{featured}}&lt;br /&gt;
{{Software Infobox&lt;br /&gt;
| name = Exact Audio Copy&lt;br /&gt;
| screenshot = &lt;br /&gt;
| caption = Secure ripping of audio CDs&lt;br /&gt;
| maintainer = Andre Wiethoff&lt;br /&gt;
| stable_release = 0.95b4&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = CD Ripper&lt;br /&gt;
| license = Cardware&lt;br /&gt;
| website = [http://www.exactaudiocopy.org EAC website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; (EAC for short) is a free software that can be used to extract tracks from an Audio CD to your computer&#039;s hard disk. What makes EAC special compared to other rippers is the fact that it is capable of reading audio CDs almost perfectly.&lt;br /&gt;
EAC uses various methods for extracting audio data. EAC can also invoke externally installed encoders, thereby making it possible to simultaneously rip and encode audio data to the format of your choice.&lt;br /&gt;
&lt;br /&gt;
==Features of Exact Audio Copy==&lt;br /&gt;
* Usage of the Windows 95 and Windows NT ASPI Interface, so both SCSI and ATAPI CD-ROM drives are supported&lt;br /&gt;
* Hidden sector synchronization (jitter correction)&lt;br /&gt;
* Secure, fast and burst extraction methods selectable. Fast extraction should run at the same speed as other grabbers, but is probably not exact anymore. Burst mode just grabs the audio data without any synchronization.&lt;br /&gt;
* Read error and complete loss of sync detection and correction in secure modes, as far as possible&lt;br /&gt;
* Output of time positions of all non-exact corrections and listen to these positions&lt;br /&gt;
* Copy of ranges of music data, not only tracks&lt;br /&gt;
* Automatic Speed reduction on errors and fallback afterwards&lt;br /&gt;
* Normalization of extracted audio&lt;br /&gt;
* Usage of the Windows Audio Compression Manager (ACM Codecs) for direct compression e.g. to MP3 waves&lt;br /&gt;
* Support for the BladeEnc DLL that is usable like an ACM Codec for online MP3 compression&lt;br /&gt;
* Support of external MP3, VQF, RA and AAC encoders for automatic compression after extraction&lt;br /&gt;
* Batch compression and decompression of/to WAV files&lt;br /&gt;
* Compression offset support for exact compression/decompression&lt;br /&gt;
* Detection of pre-track gaps&lt;br /&gt;
* Detection of silence in pre-track gaps&lt;br /&gt;
* Automatic creation of CUE sheets for CDRWin, including all gaps, indicies, track attributes, UPC and ISRC&lt;br /&gt;
* CD player functionality and prelistening to selected ranges&lt;br /&gt;
* Automatic detection of drive features, whether a drive has an accurate stream and/or does caching&lt;br /&gt;
* Sample Offsets for drives with no accurate streams, including the option of filling up missing samples with silence&lt;br /&gt;
* Option for synchronizing tracks for non-accurate stream drives&lt;br /&gt;
* Filename editing with local and remote CDDB database and cdplayer.ini support and more features like ID3 tagging&lt;br /&gt;
* Browse and edit local database&lt;br /&gt;
* Local CDDB support&lt;br /&gt;
* Record and Loop Record functions for recording from LP, radio, etc.&lt;br /&gt;
* Automatic rename of MP3 files according to their ID3 tag&lt;br /&gt;
* Catalog extraction function&lt;br /&gt;
* Multisession (CD-Extra) support&lt;br /&gt;
* CD-Text support&lt;br /&gt;
* CD-Write support for some drives&lt;br /&gt;
* ID3 Tag editor with drag and drop possibility from track listing and database&lt;br /&gt;
* Glitch removal after extraction&lt;br /&gt;
* Small WAV editor with the following functionality: delete, trim, normalize, pad, glitch removal, pop detection, interpolation of ranges, noise reduction, fade in/out, undo (and more)&lt;br /&gt;
* Program is Cardware, so feel free to copy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
===Extraction technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artefacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the &amp;quot;accurate stream&amp;quot; feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.&lt;br /&gt;
&lt;br /&gt;
That is why I implemented three new read modes in version 0.85beta. One really fast mode (up to half of maximum speed) is only for non-caching, accurate stream CD-ROM drives. The second one could be used for caching, accurate stream drives and the last one will work with drives that don&#039;t have accurate streams, or do caching. The last two will be much slower, when no read errors occur it will usually something around a third to a fourth of the drives maximum speed.&lt;br /&gt;
For my testing, I am using a Plextor 14/32 drive that does no caching and a Teac R56S-600 drive that does caching. Furthermore the Plextor 14/32 supports the &amp;quot;accurate stream&amp;quot; feature, so it produces no jitter artifacts on any stream. For more information on this have a look at the table at the end of this document.&lt;br /&gt;
&lt;br /&gt;
This program is really damn slow in secure mode in comparison with other grabbers, but the program checks every sector over and over to get the correct data with high certainty. If you don&#039;t like this feature of EAC and prefer fast copies instead of secure copies, you should use the fast or burst extraction option in the options menu. But of course in fast mode, the program will no longer be able to find read errors. Only if a read error occurs in a sector synchronization area, will a sync error will still be displayed. Fast mode is sector synchronized with 2 blocks of 23 as synchronization blocks. Burst copy is even worse, no synchronization is done, enabling extraction at maximum speed of the drive. No error checking of any kind can be performed. At least I implemented a small help. If the stream ever breaks, it will tell the user in the status report by showing up suspicous positions. Of course this is only heuristic; there needn&#039;t be any errors on that positions; moreover there could be errors that are not found at all. &lt;br /&gt;
A new option for selecting the error recovery quality will determine how often these blocks of 16 reads will be done before giving up and working with the results obtained so far. For bad CDs, low error recovery quality will be fastest, but high recover quality should give best results.&lt;br /&gt;
&lt;br /&gt;
===Gap technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
In the new versions of EAC it is possible to detect pre-track gaps. These are the pauses between two tracks. Usually they are two seconds long and a CD player will display a negative time during this pause. By enabling the option &#039;Detect Pre-Track Gaps&#039; it will be possible to detect all gap-lengths by reading the sub-channel information. Because this information is not stored on the CD directly retrievable, EAC has to search for the position a track ends. This search is quite fast, but it still takes on average a second per track. That&#039;s why I made it possible to disable it in the options. Besides that option you can choose to add the gaps to the previous track nevertheless. Otherwise you can choose either to append the gap to the correct track or to leave it out . A benefit of performing the detection and getting the gap times is the selection of a range to copy. There the correct times will be displayed. One last word on this topic: Because these pre-track gaps are found by testing positions, it is possible that it will not be 100% exact. But in most cases it will be correct.&lt;br /&gt;
&lt;br /&gt;
===Automatic feature detection technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio(!) data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode.From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio(!) data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode.&lt;br /&gt;
&lt;br /&gt;
===Track synchronization technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
Usually CD audio extraction programs will extract one track after another. This could cause some problems on CD-ROM drives which are not accurate, when using a CD which has no gaps. When this option is enabled in the EAC options, EAC will synchronize a track with a preceeding track if there is no silence at the track junction, so track transitions will be free from jitter artifacts (e.g. on live recordings).&lt;br /&gt;
&lt;br /&gt;
===Offset technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
&#039;Sample Offset&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. Because it is a hard task to determine the exact absolute offset for each drive, I determined it once on my Plextor 14/32. To find out the offset of any other drive the offset is calculated relative to that absolute offset. To implement an offset detection for other drives I took some bytes from some common CDs I and my friends own. These are the reference each CD-ROM drive has to compare with. Of course I have implemented only a limited selection of CDs that can be used to detect this offset, a list follows below. Sometimes there are different versions (releases) of the same CD, but only the same press like the one I used will work. That is why the table below shows a code, that is written on the inner ring of the music CD, that should identify the release of a CD. The red codes are from CDs which do not work with this test. In time I will add more CDs to test this offset. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;Searching Track Start&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE! My Plextor 14/32 has an offset value of +679 samples, that means that 679 samples usually are missing at the end of a wav file.&lt;br /&gt;
As different modells of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So I determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send me the output.&#039;Sample Offset&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. Because it is a hard task to determine the exact absolute offset for each drive, I determined it once on my Plextor 14/32. To find out the offset of any other drive the offset is calculated relative to that absolute offset. To implement an offset detection for other drives I took some bytes from some common CDs I and my friends own. These are the reference each CD-ROM drive has to compare with. Of course I have implemented only a limited selection of CDs that can be used to detect this offset, a list follows below. Sometimes there are different versions (releases) of the same CD, but only the same press like the one I used will work. That is why the table below shows a code, that is written on the inner ring of the music CD, that should identify the release of a CD. The red codes are from CDs which do not work with this test. In time I will add more CDs to test this offset. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;Searching Track Start&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE! My Plextor 14/32 has an offset value of +679 samples, that means that 679 samples usually are missing at the end of a wav file.&lt;br /&gt;
As different modells of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So I determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send me the output.&lt;br /&gt;
&lt;br /&gt;
==Exact Audio Copy guides==&lt;br /&gt;
You can begin configuring EAC by starting with the Drive Configuration followed by the Gap Settings and finally, the Encoder Options. Remember to use only an original, factory-pressed Audio CD for configuring EAC. Please do not use, CD-Rs, CD-RWs, bootlegs or any such discs. Also use a non copy-protected disc which carries the familiar &amp;quot;Compact Disc-Digital Audio&amp;quot; logo.&lt;br /&gt;
&lt;br /&gt;
===General guides===&lt;br /&gt;
* [[EAC Drive Configuration]]&lt;br /&gt;
* [[Gap settings | EAC Gap settings]]&lt;br /&gt;
&lt;br /&gt;
===Compression guides===&lt;br /&gt;
* [[EAC and Lame]]&lt;br /&gt;
* [[EAC and Musepack]]&lt;br /&gt;
* [[EAC and Ogg Vorbis]]&lt;br /&gt;
* [[EAC and WavPack]]&lt;br /&gt;
* [[EAC and Flac]]&lt;br /&gt;
* [[EAC and Monkeys Audio]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[EAC CUE Sheets]] ASCII formats explained&lt;br /&gt;
* [[EAC_Vs_CDex_SecureMode | EAC secure mode versus CDex full paranoia]] (by Pio2001)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.rjamorim.com/rrw/eac.html Historical versions of EAC] at ReallyRareWares&lt;br /&gt;
* [http://users.pandora.be/satcp/tutorials.htm EAC tutorials]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15010</id>
		<title>Exact Audio Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy&amp;diff=15010"/>
		<updated>2006-10-16T15:15:49Z</updated>

		<summary type="html">&lt;p&gt;Beto: major rework&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{featured}}&lt;br /&gt;
{{Software Infobox&lt;br /&gt;
| name = Exact Audio Copy&lt;br /&gt;
| screenshot = &lt;br /&gt;
| caption = Secure ripping of audio CDs&lt;br /&gt;
| maintainer = Andre Wiethoff&lt;br /&gt;
| stable_release = 0.95b4&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = CD Ripper&lt;br /&gt;
| license = Cardware&lt;br /&gt;
| website = [www.exactaudiocopy.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Exact Audio Copy&#039;&#039;&#039; (EAC for short) is a free software that can be used to extract tracks from an Audio CD to your computer&#039;s hard disk. What makes EAC special compared to other rippers is the fact that it is capable of reading audio CDs almost perfectly.&lt;br /&gt;
EAC uses various methods for extracting audio data. EAC can also invoke externally installed encoders, thereby making it possible to simultaneously rip and encode audio data to the format of your choice.&lt;br /&gt;
&lt;br /&gt;
==Features of Exact Audio Copy==&lt;br /&gt;
* Usage of the Windows 95 and Windows NT ASPI Interface, so both SCSI and ATAPI CD-ROM drives are supported&lt;br /&gt;
* Hidden sector synchronization (jitter correction)&lt;br /&gt;
* Secure, fast and burst extraction methods selectable. Fast extraction should run at the same speed as other grabbers, but is probably not exact anymore. Burst mode just grabs the audio data without any synchronization.&lt;br /&gt;
* Read error and complete loss of sync detection and correction in secure modes, as far as possible&lt;br /&gt;
* Output of time positions of all non-exact corrections and listen to these positions&lt;br /&gt;
* Copy of ranges of music data, not only tracks&lt;br /&gt;
* Automatic Speed reduction on errors and fallback afterwards&lt;br /&gt;
* Normalization of extracted audio&lt;br /&gt;
* Usage of the Windows Audio Compression Manager (ACM Codecs) for direct compression e.g. to MP3 waves&lt;br /&gt;
* Support for the BladeEnc DLL that is usable like an ACM Codec for online MP3 compression&lt;br /&gt;
* Support of external MP3, VQF, RA and AAC encoders for automatic compression after extraction&lt;br /&gt;
* Batch compression and decompression of/to WAV files&lt;br /&gt;
* Compression offset support for exact compression/decompression&lt;br /&gt;
* Detection of pre-track gaps&lt;br /&gt;
* Detection of silence in pre-track gaps&lt;br /&gt;
* Automatic creation of CUE sheets for CDRWin, including all gaps, indicies, track attributes, UPC and ISRC&lt;br /&gt;
* CD player functionality and prelistening to selected ranges&lt;br /&gt;
* Automatic detection of drive features, whether a drive has an accurate stream and/or does caching&lt;br /&gt;
* Sample Offsets for drives with no accurate streams, including the option of filling up missing samples with silence&lt;br /&gt;
* Option for synchronizing tracks for non-accurate stream drives&lt;br /&gt;
* Filename editing with local and remote CDDB database and cdplayer.ini support and more features like ID3 tagging&lt;br /&gt;
* Browse and edit local database&lt;br /&gt;
* Local CDDB support&lt;br /&gt;
* Record and Loop Record functions for recording from LP, radio, etc.&lt;br /&gt;
* Automatic rename of MP3 files according to their ID3 tag&lt;br /&gt;
* Catalog extraction function&lt;br /&gt;
* Multisession (CD-Extra) support&lt;br /&gt;
* CD-Text support&lt;br /&gt;
* CD-Write support for some drives&lt;br /&gt;
* ID3 Tag editor with drag and drop possibility from track listing and database&lt;br /&gt;
* Glitch removal after extraction&lt;br /&gt;
* Small WAV editor with the following functionality: delete, trim, normalize, pad, glitch removal, pop detection, interpolation of ranges, noise reduction, fade in/out, undo (and more)&lt;br /&gt;
* Program is Cardware, so feel free to copy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
===Extraction technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artefacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the &amp;quot;accurate stream&amp;quot; feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.&lt;br /&gt;
&lt;br /&gt;
That is why I implemented three new read modes in version 0.85beta. One really fast mode (up to half of maximum speed) is only for non-caching, accurate stream CD-ROM drives. The second one could be used for caching, accurate stream drives and the last one will work with drives that don&#039;t have accurate streams, or do caching. The last two will be much slower, when no read errors occur it will usually something around a third to a fourth of the drives maximum speed.&lt;br /&gt;
For my testing, I am using a Plextor 14/32 drive that does no caching and a Teac R56S-600 drive that does caching. Furthermore the Plextor 14/32 supports the &amp;quot;accurate stream&amp;quot; feature, so it produces no jitter artifacts on any stream. For more information on this have a look at the table at the end of this document.&lt;br /&gt;
&lt;br /&gt;
This program is really damn slow in secure mode in comparison with other grabbers, but the program checks every sector over and over to get the correct data with high certainty. If you don&#039;t like this feature of EAC and prefer fast copies instead of secure copies, you should use the fast or burst extraction option in the options menu. But of course in fast mode, the program will no longer be able to find read errors. Only if a read error occurs in a sector synchronization area, will a sync error will still be displayed. Fast mode is sector synchronized with 2 blocks of 23 as synchronization blocks. Burst copy is even worse, no synchronization is done, enabling extraction at maximum speed of the drive. No error checking of any kind can be performed. At least I implemented a small help. If the stream ever breaks, it will tell the user in the status report by showing up suspicous positions. Of course this is only heuristic; there needn&#039;t be any errors on that positions; moreover there could be errors that are not found at all. &lt;br /&gt;
A new option for selecting the error recovery quality will determine how often these blocks of 16 reads will be done before giving up and working with the results obtained so far. For bad CDs, low error recovery quality will be fastest, but high recover quality should give best results.&lt;br /&gt;
&lt;br /&gt;
===Gap technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
In the new versions of EAC it is possible to detect pre-track gaps. These are the pauses between two tracks. Usually they are two seconds long and a CD player will display a negative time during this pause. By enabling the option &#039;Detect Pre-Track Gaps&#039; it will be possible to detect all gap-lengths by reading the sub-channel information. Because this information is not stored on the CD directly retrievable, EAC has to search for the position a track ends. This search is quite fast, but it still takes on average a second per track. That&#039;s why I made it possible to disable it in the options. Besides that option you can choose to add the gaps to the previous track nevertheless. Otherwise you can choose either to append the gap to the correct track or to leave it out . A benefit of performing the detection and getting the gap times is the selection of a range to copy. There the correct times will be displayed. One last word on this topic: Because these pre-track gaps are found by testing positions, it is possible that it will not be 100% exact. But in most cases it will be correct.&lt;br /&gt;
&lt;br /&gt;
===Automatic feature detection technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio(!) data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode.From version 0.8 beta on it is possible to autodetect CD-ROM drive features. For each drive the program builds a separate drive options page. On this option page this function can be called.&lt;br /&gt;
There are two different features that will be checked by EAC: First if the stream is accurate and second, if the drive caches audio(!) data. Even if the drive has a cache (drive specifications), it does not automatically mean that the drive uses the cache for audio extractions.&lt;br /&gt;
The test for the accurate stream feature should be always correct, but testing for cache will give some problems with drives that extract audio very slowly (under 4X speed). If results are uncertain (given e.g. two different results on different tests), you should assume that the drive does caching. The new secure mode for non-accurate and/or caching drives should work for all drives. The other new read modes are only a bit faster. If testing for accurate stream only sometimes gives a negative result, then you could nevertheless try to use the accurate secure mode.&lt;br /&gt;
&lt;br /&gt;
===Track synchronization technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
Usually CD audio extraction programs will extract one track after another. This could cause some problems on CD-ROM drives which are not accurate, when using a CD which has no gaps. When this option is enabled in the EAC options, EAC will synchronize a track with a preceeding track if there is no silence at the track junction, so track transitions will be free from jitter artifacts (e.g. on live recordings).&lt;br /&gt;
&lt;br /&gt;
===Offset technology (taken from eac&#039;s website - to be reviewed)===&lt;br /&gt;
&#039;Sample Offset&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. Because it is a hard task to determine the exact absolute offset for each drive, I determined it once on my Plextor 14/32. To find out the offset of any other drive the offset is calculated relative to that absolute offset. To implement an offset detection for other drives I took some bytes from some common CDs I and my friends own. These are the reference each CD-ROM drive has to compare with. Of course I have implemented only a limited selection of CDs that can be used to detect this offset, a list follows below. Sometimes there are different versions (releases) of the same CD, but only the same press like the one I used will work. That is why the table below shows a code, that is written on the inner ring of the music CD, that should identify the release of a CD. The red codes are from CDs which do not work with this test. In time I will add more CDs to test this offset. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;Searching Track Start&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE! My Plextor 14/32 has an offset value of +679 samples, that means that 679 samples usually are missing at the end of a wav file.&lt;br /&gt;
As different modells of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So I determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send me the output.&#039;Sample Offset&#039; is another new feature of EAC, it will help to always get the same WAVs compared to a different reader and to prevent generation losses. Nearly all drives can not position the head correctly. That means if the program tells the drive to read block 10000 it will probably read data somewhere in block 9998 instead. But this is not visible to the reading program, it won&#039;t know if it is really the data it wanted. Usually the head will be set always to a fixed offset before or after the correct read position. So it is possible to detect this offset once and use it for all CDs coming afterwards. Because it is a hard task to determine the exact absolute offset for each drive, I determined it once on my Plextor 14/32. To find out the offset of any other drive the offset is calculated relative to that absolute offset. To implement an offset detection for other drives I took some bytes from some common CDs I and my friends own. These are the reference each CD-ROM drive has to compare with. Of course I have implemented only a limited selection of CDs that can be used to detect this offset, a list follows below. Sometimes there are different versions (releases) of the same CD, but only the same press like the one I used will work. That is why the table below shows a code, that is written on the inner ring of the music CD, that should identify the release of a CD. The red codes are from CDs which do not work with this test. In time I will add more CDs to test this offset. Furthermore, drives that have jitter are unable to position their heads correctly. So you should activate the secure or fast extraction method and moreover if your drive does caching, activate no-caching emulation. The &#039;Searching Track Start&#039; algorithm tries to find the correct start position even if jitter occurs. But this is not always possible, mainly if the drive jitters too much. But it can be shown that nearly 80% of the reads will get the same results. A drive&#039;s characteristic offset can be found automatically from the CD from on the list of reference CDs. Because of the mentioned jitter error the value given back is also not 100% sure. You should start the test several times and remember to activate emulate no-caching if necessary. Then you should get one value that occurs more often than other values. YOU SHOULD USE THIS TEST ON TWO DIFFERENT CDS AT LEAST! BOTH TESTS SHOULD GIVE BACK THE SAME VALUE! My Plextor 14/32 has an offset value of +679 samples, that means that 679 samples usually are missing at the end of a wav file.&lt;br /&gt;
As different modells of common CD-R writer usually do not add the same offset on writing, it seems that also big CD manufactures also do not always press the same offset on their CDs. So I determined the most common offset of pressed CDs and integrated it into the offset detection routines.&lt;br /&gt;
Please help us measure more reference CDs. If you have a Plextor 14/32 32x CD-ROM drive, we know the offset. So all you have to do is run some popular disks from your own collection through it with a utility you could download here and send me the output.&lt;br /&gt;
&lt;br /&gt;
==Exact Audio Copy guides==&lt;br /&gt;
You can begin configuring EAC by starting with the Drive Configuration followed by the Gap Settings and finally, the Encoder Options. Remember to use only an original, factory-pressed Audio CD for configuring EAC. Please do not use, CD-Rs, CD-RWs, bootlegs or any such discs. Also use a non copy-protected disc which carries the familiar &amp;quot;Compact Disc-Digital Audio&amp;quot; logo.&lt;br /&gt;
&lt;br /&gt;
===General guides===&lt;br /&gt;
* [[EAC Drive Configuration]]&lt;br /&gt;
* [[Gap settings | EAC Gap settings]]&lt;br /&gt;
&lt;br /&gt;
===Compression guides===&lt;br /&gt;
* [[EAC and Lame]]&lt;br /&gt;
* [[EAC and Musepack]]&lt;br /&gt;
* [[EAC and Ogg Vorbis]]&lt;br /&gt;
* [[EAC and WavPack]]&lt;br /&gt;
* [[EAC and Flac]]&lt;br /&gt;
* [[EAC and Monkeys Audio]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[EAC CUE Sheets]] ASCII formats explained&lt;br /&gt;
* [[EAC_Vs_CDex_SecureMode | EAC secure mode versus CDex full paranoia]] (by Pio2001)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.rjamorim.com/rrw/eac.html Historical versions of EAC] at ReallyRareWares&lt;br /&gt;
* [http://users.pandora.be/satcp/tutorials.htm EAC tutorials]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14980</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14980"/>
		<updated>2006-10-14T12:49:36Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.blogspot.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://volutabro.blogspot.com/2005/12/chave-pgp.html PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14979</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14979"/>
		<updated>2006-10-14T12:49:21Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.blogspot.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://volutabro.blogspot.com/2005/12/chave-pgp.html PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14978</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14978"/>
		<updated>2006-10-14T12:49:05Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{title|[[Image:Kid.gif]] &#039;&#039;&#039;Beto&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.blogspot.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://volutabro.blogspot.com/2005/12/chave-pgp.html PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=File:Kid.gif&amp;diff=14977</id>
		<title>File:Kid.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=File:Kid.gif&amp;diff=14977"/>
		<updated>2006-10-14T12:46:38Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Audio_Stream_Input/Output&amp;diff=14975</id>
		<title>Talk:Audio Stream Input/Output</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Audio_Stream_Input/Output&amp;diff=14975"/>
		<updated>2006-10-14T01:20:55Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Page discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Just to clarify: I originally included a link to a creative article regarding ASIO because they are the largest soundcard manufacturer that supports this technology, so I thought it would be worthwile... I have no problem removing it though. I admit that my knowledge related to ASIO is very limited.{{smiley|(}}--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:16, 13 October 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Audio_Stream_Input/Output&amp;diff=14974</id>
		<title>Talk:Audio Stream Input/Output</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Audio_Stream_Input/Output&amp;diff=14974"/>
		<updated>2006-10-14T01:20:32Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* Page discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Just to clarify: I originally included a link to a creative article regarding ASIO because they are the largest soundcard manufacturer that supports this technology, so I thought it would be worthwile... I have no problem removing it though. I admit that my knowledge related to ASIO is very limited.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:16, 13 October 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Adobe_Audition&amp;diff=14973</id>
		<title>Adobe Audition</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Adobe_Audition&amp;diff=14973"/>
		<updated>2006-10-14T01:18:41Z</updated>

		<summary type="html">&lt;p&gt;Beto: small typo in infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software Infobox&lt;br /&gt;
| name = Adobe Audition &lt;br /&gt;
| screenshot = &lt;br /&gt;
| caption = Integrated audio recording, mixing, editing, and mastering&lt;br /&gt;
| maintainer = Adobe Systems &lt;br /&gt;
| stable_release = 2.0&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = Digital Audio Editor &lt;br /&gt;
| license = [http://www.adobe.com/products/eulas/pdfs/audition_eula.pdf Proprietary]&lt;br /&gt;
| website = [http://www.adobe.com/products/audition/main.html Audition website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adobe Audition&#039;&#039;&#039; is a Digital Audio Editor released by [http://www.adobe.com Adobe Systems].  Formerly known as &#039;&#039;&#039;CoolEdit Pro&#039;&#039;&#039;, the editor was purchased in [http://www.adobe.com/special/products/audition/syntrillium.html May, 2003.]  It is a powerful tool for creating audio for any destination, from CD and DVD, to broadcast television and digital media.&lt;br /&gt;
&lt;br /&gt;
One strong advantage of Audition is its extensibility using various &amp;quot;Filters&amp;quot; (known in many other applications as &amp;quot;plugins&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Adobe Audition includes many advanced audio editing features.&lt;br /&gt;
&lt;br /&gt;
===Multi-track Editing===&lt;br /&gt;
Adobe Audition is a multi-track editing program with support for up to 128 tracks.  You can work in multi-track view, or edit individual waveforms.  Audition also has tools for adding audio effects, and creating muisc with loops.  It can record up to 32 tracks simultaneously with real-time effects and EQ processing on each track.&lt;br /&gt;
&lt;br /&gt;
===Video Soundtrack Editing===&lt;br /&gt;
Audition includes features that make it easy to edit video soundtracks.  Included is a video viewer and associated timeline for frame accurate audio editing.  File format support includes [[AVI]], native DV, [[MPEG]], and [[WMV]].&lt;br /&gt;
&lt;br /&gt;
===Digital Signal Processing===&lt;br /&gt;
Audition features approximately built-in audio processors and effects.  Some of these include volume, noise and EQ filters, delay effects, reverb effects, and time/pitch shifting.  Audition also supports third-party effects via both the DirectX interface and the VST plug-in architecture.&lt;br /&gt;
&lt;br /&gt;
===High Resolution Audio===&lt;br /&gt;
Audition offers audio recording and editing at a variety of quality levels.  It supports 32-bit audio with a sample rate of up to 10MHz.  Standard sample rates (such as 44.1KHz - CD quality, 48KHz, 92KHz) are also available.&lt;br /&gt;
&lt;br /&gt;
===Other Features===&lt;br /&gt;
* CD Burning Support&lt;br /&gt;
* 5000 Included Music Loops&lt;br /&gt;
* Built-In 5.1 Surround Sound Encoder&lt;br /&gt;
&lt;br /&gt;
==System Requirements==&lt;br /&gt;
* 400MHz or faster processor (2GHz or faster recommended)&lt;br /&gt;
* Microsoft® Windows® 2000 or Windows XP Professional or Home Edition&lt;br /&gt;
* 64MB of RAM (512MB or more recommended)&lt;br /&gt;
* 75MB of available hard-disk space (700MB recommended for installing optional audio clips)&lt;br /&gt;
* 800x600 color display (1024x768 display recommended)&lt;br /&gt;
* Stereo sound card (multitrack sound card recommended)&lt;br /&gt;
* CD-ROM drive&lt;br /&gt;
* CD-RW drive for audio CD creation&lt;br /&gt;
* Microsoft DirectX 9.0 software required for video import&lt;br /&gt;
* Speakers or headphones recommended&lt;br /&gt;
* Microphone (optional)&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://www.adobe.com/products/audition/main.html Official Website]&lt;br /&gt;
* [http://www.vuplayer.com/other.php Additional Audition Filters] -- allow Audition to save and edit in [[FLAC]], [[Ogg Vorbis]], [[Module]], and [[WMA]] formats.&lt;br /&gt;
* [http://www.rarewares.org/ RareWares] -- browse around in this site to find various filters for Audition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio Editors]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:Audio_Stream_Input/Output&amp;diff=14972</id>
		<title>Talk:Audio Stream Input/Output</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:Audio_Stream_Input/Output&amp;diff=14972"/>
		<updated>2006-10-14T01:16:37Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
==Page discussion==&lt;br /&gt;
Just to clarify: I originally included a link to a creative article regarding ASIO because they are the largest soundcard manufacturer that supports this technology, so I thought it would be worthwile... I have no problem removing it though.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 20:16, 13 October 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=K3b_and_Nero_AAC&amp;diff=14960</id>
		<title>K3b and Nero AAC</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=K3b_and_Nero_AAC&amp;diff=14960"/>
		<updated>2006-10-13T20:23:40Z</updated>

		<summary type="html">&lt;p&gt;Beto: layout changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;K3b&#039;&#039;&#039; is a multi-purpose burning/ripping/transcoding tool for Linux under the KDE graphical environment (it can be run under GNOME as well so long as the correct libraries are installed). It is generally pretty stable and does a good job of keeping the meta-data (e.g. title, album, etc) for tracks. The MP4 file format is therefore well matched to be outputted from K3b.&lt;br /&gt;
&lt;br /&gt;
This guide was originally posted on the Hydrogen Audio forum [http://www.hydrogenaudio.org/forums/index.php?showtopic=48228 here]. &lt;br /&gt;
&lt;br /&gt;
Note that this only allows you to &#039;&#039;&#039;create&#039;&#039;&#039; .MP4 files - it does not allow you to decode them so that they can be burnt to a CD.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* &#039;&#039;&#039;Linux&#039;&#039;&#039; (I&#039;m using Ubuntu Dapper Drake 6.06)&lt;br /&gt;
* &#039;&#039;&#039;Wine&#039;&#039;&#039; (0.9.9-0ubuntu2 .deb package from Synaptic/apt-get).&amp;lt;br /&amp;gt;Wine must be set up and installed - you at least need a &#039;Windows&#039; and a &#039;Windows\System32&#039; directory. The encoder itself doesn&#039;t require any extra DLLs.&lt;br /&gt;
* &#039;&#039;&#039;Sox&#039;&#039;&#039; (12.17.9-1 .deb package from Synaptic/apt-get)&lt;br /&gt;
* &#039;&#039;&#039;K3b&#039;&#039;&#039; (0.12.17 compiled from source at http://k3b.plainblack.com/download )&lt;br /&gt;
* &#039;&#039;&#039;Nero Digital Audio Reference MPEG-4 &amp;amp; 3GPP Audio Encoder&#039;&#039;&#039; (1.0.0.2 downloaded from http://www.nero.com/nerodigital/eng/Nero_Digital_Audio.html )&lt;br /&gt;
* &#039;&#039;&#039;/dev/shm&#039;&#039;&#039; filesystem (this is often installed by default - you can get by without it, but your hard disk will end up doing more work)&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
These instructions assume you have installed all the required items above.&lt;br /&gt;
&lt;br /&gt;
===Configure Wine===&lt;br /&gt;
I won&#039;t go into too much detail about this here, but it&#039;s important that Wine can access all the files on your drive. I usually do this by keeping the default of &amp;lt;code&amp;gt;Z:\&amp;lt;/code&amp;gt; to be the &#039;root&#039; (i.e. &#039;/&#039;) filesystem. The program &#039;&#039;&#039;winecfg&#039;&#039;&#039; is very useful in setting up this.&lt;br /&gt;
&lt;br /&gt;
===Install Nero Digital Audio executables===&lt;br /&gt;
This bit is pretty easy. You just unzip the files to a directory somewhere. You might want to test out that the executables can run by doing something like:&lt;br /&gt;
&lt;br /&gt;
 $ wine neroAacEnc.exe&lt;br /&gt;
&lt;br /&gt;
in the &#039;&#039;&#039;win32&#039;&#039;&#039; directory of the extracted files. You should see some output like this:&lt;br /&gt;
&lt;br /&gt;
 err:font:ReadFontDir Can&#039;t open directory &amp;quot;/home/chris/.wine/dosdevices/c:/windows/Fonts&amp;quot;&lt;br /&gt;
 *************************************************************&lt;br /&gt;
 *&lt;br /&gt;
 *  Nero Digital Audio Reference MPEG-4 &amp;amp; 3GPP Audio Encoder&lt;br /&gt;
 *  Copyright (C) 2006 Nero AG&lt;br /&gt;
 *  All Rights Reserved Worldwide&lt;br /&gt;
 *&lt;br /&gt;
 *  Package build date: May 26 2006&lt;br /&gt;
 *&lt;br /&gt;
 *  See -help for a complete list of available parameters.&lt;br /&gt;
 *&lt;br /&gt;
 *************************************************************&lt;br /&gt;
 ERROR: no input file specified&lt;br /&gt;
&lt;br /&gt;
My Wine isn&#039;t set up for GUI stuff for Wine too well yet, hence the error message at the top. We don&#039;t have to worry about that though, because this is just a command line application.&lt;br /&gt;
&lt;br /&gt;
===Create &#039;neroaac&#039; wrapper script===&lt;br /&gt;
So I made a wrapper script around neroAacEnc.exe and neroAacTag.exe. The code for it is below. Copy the code into a file &#039;&#039;&#039;/usr/local/bin/neroaac&#039;&#039;&#039;. Make sure you &#039;&#039;chmod&#039;&#039; it to something like &#039;&#039;755&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 TEMPFILE=/dev/shm/neroaac-$RANDOM&lt;br /&gt;
 cd /home/chris/winec/nero/win32&lt;br /&gt;
 sox -x -s -w -t raw -r 44100 -c 2 &amp;quot;$1&amp;quot; -w $TEMPFILE.wav&lt;br /&gt;
 wine neroAacEnc.exe -if $TEMPFILE.wav -of $TEMPFILE.mp4&lt;br /&gt;
 wine neroAacTag.exe $TEMPFILE.mp4 -meta:title=&amp;quot;$3&amp;quot; -meta:artist=&amp;quot;$4&amp;quot; -meta:comment=&amp;quot;$5&amp;quot; -meta:track=&amp;quot;$6&amp;quot; -meta:album=&amp;quot;$7&amp;quot; -meta:year=&amp;quot;$8&amp;quot;&lt;br /&gt;
 mv $TEMPFILE.mp4 &amp;quot;$2&amp;quot;&lt;br /&gt;
 rm $TEMPFILE.wav&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; Change the line that reads &amp;lt;code&amp;gt;cd /home/chris/winec/nero/win32&amp;lt;/code&amp;gt; to be the directory where you have neroAacEnc.exe and neroAacTag.exe located.&lt;br /&gt;
&lt;br /&gt;
Just in case you are interested, this program will take in the following parameters:&lt;br /&gt;
&lt;br /&gt;
# Source filename (or &#039;-&#039; for stdin).&amp;lt;br /&amp;gt;The data this script takes in will be RAW 16 bit, 44.1kHz, big endian, stereo to match the format that k3b outputs.&lt;br /&gt;
# Output filename. e.g. &amp;quot;myfile.mp4&amp;quot;&lt;br /&gt;
# Track Title&lt;br /&gt;
# Track Artist&lt;br /&gt;
# Track Comment&lt;br /&gt;
# Track Number&lt;br /&gt;
# Album&lt;br /&gt;
# Year&lt;br /&gt;
&lt;br /&gt;
It&#039;s a bit hard to test this script on its own because of the format of the input file. K3b itself doesn&#039;t even export RAW audio in this format when you have RAW selected as a format!&lt;br /&gt;
&lt;br /&gt;
===Configure K3b to use &#039;neroaac&#039; as an External Plugin===&lt;br /&gt;
&lt;br /&gt;
I&#039;ll do this with the aid of some screenshots.&lt;br /&gt;
&lt;br /&gt;
# Load up K3b and go to the &#039;Settings&#039; menu and select &#039;Configure K3b&#039;. Select &#039;Plugins&#039; and then &#039;K3b External Audio Encoder&#039;. Hit the &#039;Configure&#039; button: &amp;lt;br/&amp;gt;[[Image:Settings-configure-k3b.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
# In the next dialog box add a new program to the list and enter the following values in the &#039;Configure Plugin&#039; box:[[Image:k3b-add-external-plugin.png]]&amp;lt;br/&amp;gt;The command line here is:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;neroaac - %f %t %a %c %n %m %y&amp;lt;/code&amp;gt;&lt;br /&gt;
# Close the &#039;Configure Plugin&#039; and &#039;Options&#039; boxes.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
You can now use the &#039;Convert Audio Project&#039; to convert any files that K3b can read into .MP4 files. This is the &#039;arrow&#039; button in the screenshot below:&lt;br /&gt;
&lt;br /&gt;
[[Image:K3b-audiocd-project.png]]&lt;br /&gt;
&lt;br /&gt;
Note that if you want all the meta tags (e.g. &amp;quot;Album&amp;quot;) set, you will have to open the &#039;Burn&#039; dialog for the Audio project and enter the CD Text information and then hit the &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
You will also be able to rip to .MP4 by selecting your CD reader/recorder in the tree and using the following button:&lt;br /&gt;
&lt;br /&gt;
[[Image:K3b-ripping.png]]&lt;br /&gt;
&lt;br /&gt;
==Known flaws/limitations==&lt;br /&gt;
&lt;br /&gt;
* The progress bar goes to 100% quickly when converting a file and then sits there for a while. This is because K3b judges the completeness of the operation by how much of the file it has fed to the program. The program needs to take the *whole* file straight up because it needs to make a .WAV file out of it before sending it to neroAacEnc.exe. SOX will not support outputting a WAV file to a data stream.&lt;br /&gt;
* Does not support decoding of MP4 files. This would require the development of a proper Audio Decoding plugin for K3b.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[AAC]]&lt;br /&gt;
* [[Ubuntu]]&lt;br /&gt;
* [[Linux]]&lt;br /&gt;
* [[KDE]]&lt;br /&gt;
* [[Gnome]]&lt;br /&gt;
* [[Wine]]&lt;br /&gt;
&lt;br /&gt;
==Notes and references==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=48228 HA topic]&lt;br /&gt;
* [http://www.k3b.org/ K3b]&lt;br /&gt;
* [http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
* [http://www.kde.org/ KDE]&lt;br /&gt;
* [http://www.gnome.org/ Gnome]&lt;br /&gt;
* [http://www.winehq.com/ Wine]&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Deletion_requests/Image:Backupmaker.gif&amp;diff=14958</id>
		<title>Hydrogenaudio Knowledgebase:Deletion requests/Image:Backupmaker.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Deletion_requests/Image:Backupmaker.gif&amp;diff=14958"/>
		<updated>2006-10-13T20:11:12Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[:Category:Pages marked for deletion|Back to deletion requests]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==[[:Image:Backupmaker.gif|Image:Backupmaker.gif]]==&lt;br /&gt;
&amp;lt;small&amp;gt;To vote, use this code: {{votecode}}&amp;lt;!-- messy hack--&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;To admins: If a consensus has been reached, add {{endcode}} to the end of this page, and carry out the appropriate action.&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*I uploaded a new version inpng format because gifs cannot be resized.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 15:11, 13 October 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=PlexTools&amp;diff=14957</id>
		<title>PlexTools</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=PlexTools&amp;diff=14957"/>
		<updated>2006-10-13T20:08:14Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software Infobox&lt;br /&gt;
| name = Plextools&lt;br /&gt;
| screenshot = [[Image:Backupmaker.png|250px|Plextools]]&lt;br /&gt;
| caption = The most professional swiss-knife utility for your Plextor equipment&lt;br /&gt;
| maintainer = Plextor&lt;br /&gt;
| stable_release = 3.10 XL/3.07 LE/3.09 HDD/2.35 Professional&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = CD Ripper&lt;br /&gt;
| license = Various&lt;br /&gt;
| website = [http://www.plextools.com/index.asp Plextools]&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;PlexTools&#039;&#039;&#039; was released in 1999 by Plextor to give extra support to Plextor hardware by enhancing the possibility to directly control specific functions. The standard version was discontinued in April 2003, and replaced by an advanced version.&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
Plextools is offered in four distinct flavours:&lt;br /&gt;
* &#039;&#039;&#039;Plextools Professional&#039;&#039;&#039; bundled with Plextor drives.&lt;br /&gt;
* &#039;&#039;&#039;PlexTools Professional XL&#039;&#039;&#039; offered as full version for [http://www.plextools.com/purchase/purchase.asp purchase] only.&lt;br /&gt;
* &#039;&#039;&#039;PlexTools Professional LE&#039;&#039;&#039; bundled and available for [http://www.plextools.com/download/download.asp download] as trial version only.&lt;br /&gt;
* &#039;&#039;&#039;PlexTools Professional HDD&#039;&#039;&#039; free-of-charge [http://www.plextools.com/download/download.asp downloadable] version.&lt;br /&gt;
&lt;br /&gt;
==Setup Guide==&lt;br /&gt;
Start by opening Plextools &amp;amp; selecting Digital Audio Extraction in the lower left list box.&lt;br /&gt;
&lt;br /&gt;
===Output Path &amp;amp; Filename Options===&lt;br /&gt;
&lt;br /&gt;
Output Path &amp;amp; File Options are user specific, you may find a different output path &amp;amp; file name scheme works better for you. I will give an explanation of the options &amp;amp; also my suggestion.&lt;br /&gt;
The Output Path can be found at the middle of the main window of Digital Audio Extraction&lt;br /&gt;
&lt;br /&gt;
[[Image:Plex_output_path.png|Plextools output path]]&lt;br /&gt;
&lt;br /&gt;
You need to set an output path for the audio files Plextools will extract from your CD&#039;s, [[Image:Plex_search.png|Plextools search]] &#039;&#039;create a folder for your rips&#039;&#039;, I&#039;ll place the folder on my desktop, and name it Plextools Rips, &#039;&#039;then&#039;&#039; [[Image:Plex_save.png|Plextools save]] &#039;&#039;save it as the output path.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Filename Options section is located at the top left of Digital Audio Extraction tab of Preferences.&lt;br /&gt;
&lt;br /&gt;
[[Image:Plex_filename.png|Plextools filename]]&lt;br /&gt;
&lt;br /&gt;
* In &#039;&#039;&#039;Spaces&#039;&#039;&#039; you select if you want spaces in CD TEXT information to be; Included, Removed (no spaces) or replaced with underscores ( _ ) in the output. [[Image:Plex_include.png|Plextools include]] &#039;&#039;include spaces is suggested&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* In &#039;&#039;&#039;Filename construction&#039;&#039;&#039; you input how you want your album (folder) &amp;amp; tracks (file) to be named, you can use any combinations of filename codes to create your desired scheme, and If you don’t mind manually inputting the infomation [[CD types]] can also be useful for classifying your CD&#039;s. [[Image:Plex_syntax.png|Plextools naming syntax]] &#039;&#039;is the suggested scheme&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;3&amp;quot; style=&amp;quot;margin-left:50px;&amp;quot;&lt;br /&gt;
!Input&lt;br /&gt;
!Output&lt;br /&gt;
|-&lt;br /&gt;
|%N&lt;br /&gt;
|Track number&lt;br /&gt;
|-&lt;br /&gt;
|%T&lt;br /&gt;
|Track title&lt;br /&gt;
|-&lt;br /&gt;
|%A&lt;br /&gt;
|Track artist&lt;br /&gt;
|-&lt;br /&gt;
|%C&lt;br /&gt;
|Disc title&lt;br /&gt;
|-&lt;br /&gt;
|%I&lt;br /&gt;
|ISRC code&lt;br /&gt;
|-&lt;br /&gt;
|%Y&lt;br /&gt;
|Release year &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* In &#039;&#039;&#039;Get CD TEXT from&#039;&#039;&#039; you select where Plextools should get the information from; the CD (the physical Audio CD) or freedb (online database). Although you can always be sure that the CD TEXT in your Audio CD is correct (unlike freedb) very few CD’s contain CD TEXT. [[Image:Plex_from.png|Plextools from]] &#039;&#039;CD is recommended&#039;&#039; that way Plextools will search the CD &amp;amp; then if no data is found it will use the freedb database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Freedb===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;under construction&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Advanced DAE Settings===&lt;br /&gt;
&lt;br /&gt;
Plextools has a powerful function that is not provided with standard audio extraction software: Audio Error Detection. It will allow detection of errors during the reading of audio tracks.&lt;br /&gt;
&lt;br /&gt;
The Options section is at the bottom right of the main window of Digital Audio Extraction.&lt;br /&gt;
&lt;br /&gt;
[[Image:Plex_DAE6.png|Plextools DAE]]&lt;br /&gt;
&lt;br /&gt;
Using &#039;&#039;Audio error detection (tick) is highly recommended&#039;&#039; &amp;amp; is necessary for error recovery to function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plextools offers a choice of smart strategies that attempt to recover the original data. These strategies consist out of combinations of re-reading the data and changing the read speed. Depending on the type and severity of the damage, each strategy will give a different result.&lt;br /&gt;
&lt;br /&gt;
====DAE Error Recovery Options====&lt;br /&gt;
&lt;br /&gt;
:;Report errors only&lt;br /&gt;
:This strategy can be used when the source disc is error-free or error correction is not necessary.&lt;br /&gt;
&lt;br /&gt;
:;Reduce the speed upon error&lt;br /&gt;
:When Uncorrectable Errors are found, the damaged area will be read at a lower speed in order to find an error-free reading.&lt;br /&gt;
&lt;br /&gt;
:;Read again upon error&lt;br /&gt;
:When Uncorrectable Errors are found, the damaged area will be read again for a number of times &#039;&#039;(Retries)&#039;&#039; at the selected speed in order to find an error-free reading.&lt;br /&gt;
:The optional &#039;&#039;Allow Speed Down&#039;&#039; can be used to achieve better results at a lower speed.&lt;br /&gt;
&lt;br /&gt;
:;Recover the best sector (least errors)&lt;br /&gt;
:When Uncorrectable Errors are found, the damaged area will be read again for a number of times &#039;&#039;(Retries)&#039;&#039; at the selected speed. When the errors stay, the sectors with the least errors will be used to re-assemble the original data.&lt;br /&gt;
:The optional &#039;&#039;Allow Speed Down&#039;&#039; can be used to achieve better results at lower speed&lt;br /&gt;
&lt;br /&gt;
:;Recover the best bytes (least errors) per sector&lt;br /&gt;
:When Uncorrectable Errors are found, the damaged area will be read again for a number of times &#039;&#039;(Retries)&#039;&#039; at the selected speed. When the errors stay, the bytes with the least errors will be used to re-assemble the original data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Find the DAE Recovery section at the bottom left of Digital Audio Extraction tab of Preferences&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:Plex_DAE7.png|Plextools DAE]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# The options in this list are described in the DAE Error Recovery Options table, the Error Recovery Option you select will only effect speed when an error is encountered, &amp;amp; will have little to no impact on the accuracy of error reporting (and detection). [[Image:Plex_DAE0.png|Plextools DAE]] &#039;&#039;5. Recover the best bytes (least errors) per sector&#039;&#039; is the most advanced &amp;amp; will yield best results for recovering errors, it &#039;&#039;is the recommended DAE Error Recovery Option&#039;&#039;.&lt;br /&gt;
# In the &#039;&#039;&#039;Retries&#039;&#039;&#039; text box you input how many times Plextools will command the drive to re-read a position which contains an error, this will effect any DAE Error Recovery Option which performs &#039;&#039;(Retries)&#039;&#039;. [[Image:Plex_DAE2.png|Plextools DAE]] &#039;&#039;maximum setting of 99 is recommended&#039;&#039;.&lt;br /&gt;
# In the &#039;&#039;&#039;Maximum Errors&#039;&#039;&#039; list box you select how many errors Plextools will allow until it aborts extraction, this is a user specific option however [[Image:Plex_DAE3.png|Plextools DAE]] &#039;&#039;minimum option of 100 is recommend&#039;&#039;, if errors occur attempt some type of CD cleaning &amp;amp; retry, if errors are still preset you can select unlimited to force extraction.&lt;br /&gt;
# In the &#039;&#039;&#039;Allow Speed Down&#039;&#039;&#039; tick box you select if will allow Plextools to speed down the drive in when it encounters an error, this will be done in sequence until the drive reaches its lowest speed or the errors are recovered, after the position is read the drive will be sped up again, this will effect any DAE Error Recovery option you select, and [[Image:Plex_DAE4.png|Plextools DAE]] &#039;&#039;is recommended (tick)&#039;&#039;.&lt;br /&gt;
# In the &#039;&#039;&#039;Error Log&#039;&#039;&#039; tick box you select if you want Plextools to output a text file containing detailed information about if &amp;amp; when errors occurred, this is a user specific option however this option [[Image:Plex_DAE5.png|Plextools DAE]] &#039;&#039;is recommended (tick)&#039;&#039; so you can keep track the condition of your rips.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Plextor]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.plextools.com/index.asp Plextools website]&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=File:Backupmaker.png&amp;diff=14956</id>
		<title>File:Backupmaker.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=File:Backupmaker.png&amp;diff=14956"/>
		<updated>2006-10-13T20:02:14Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Adobe_Audition&amp;diff=14954</id>
		<title>Adobe Audition</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Adobe_Audition&amp;diff=14954"/>
		<updated>2006-10-13T19:06:11Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software Infobox&lt;br /&gt;
| name = Adobe Audition&lt;br /&gt;
| screenshot = &lt;br /&gt;
| caption = Integrated audio recording, mixing, editing, and mastering&lt;br /&gt;
| maintainer = Adobe&lt;br /&gt;
| stable_release = 2.0&lt;br /&gt;
| preview_release = &lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = Audio editor&lt;br /&gt;
| license = [http://www.adobe.com/products/eulas/pdfs/audition_eula.pdf EULA]&lt;br /&gt;
| website = [http://www.adobe.com/products/audition/main.html Audition website]&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Adobe Audition&#039;&#039;&#039; is a Digital Audio Editor released by [http://www.adobe.com Adobe Systems].  Formerly known as &#039;&#039;&#039;CoolEdit Pro&#039;&#039;&#039;, the editor was purchased in [http://www.adobe.com/special/products/audition/syntrillium.html May, 2003.]  It is a powerful tool for creating audio for any destination, from CD and DVD, to broadcast television and digital media.&lt;br /&gt;
&lt;br /&gt;
One strong advantage of Audition is its extensibility using various &amp;quot;Filters&amp;quot; (known in many other applications as &amp;quot;plugins&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Adobe Audition includes many advanced audio editing features.&lt;br /&gt;
&lt;br /&gt;
===Multi-track Editing===&lt;br /&gt;
Adobe Audition is a multi-track editing program with support for up to 128 tracks.  You can work in multi-track view, or edit individual waveforms.  Audition also has tools for adding audio effects, and creating muisc with loops.  It can record up to 32 tracks simultaneously with real-time effects and EQ processing on each track.&lt;br /&gt;
&lt;br /&gt;
===Video Soundtrack Editing===&lt;br /&gt;
Audition includes features that make it easy to edit video soundtracks.  Included is a video viewer and associated timeline for frame accurate audio editing.  File format support includes [[AVI]], native DV, [[MPEG]], and [[WMV]].&lt;br /&gt;
&lt;br /&gt;
===Digital Signal Processing===&lt;br /&gt;
Audition features approximately built-in audio processors and effects.  Some of these include volume, noise and EQ filters, delay effects, reverb effects, and time/pitch shifting.  Audition also supports third-party effects via both the DirectX interface and the VST plug-in architecture.&lt;br /&gt;
&lt;br /&gt;
===High Resolution Audio===&lt;br /&gt;
Audition offers audio recording and editing at a variety of quality levels.  It supports 32-bit audio with a sample rate of up to 10MHz.  Standard sample rates (such as 44.1KHz - CD quality, 48KHz, 92KHz) are also available.&lt;br /&gt;
&lt;br /&gt;
===Other Features===&lt;br /&gt;
* CD Burning Support&lt;br /&gt;
* 5000 Included Music Loops&lt;br /&gt;
* Built-In 5.1 Surround Sound Encoder&lt;br /&gt;
&lt;br /&gt;
==System Requirements==&lt;br /&gt;
* 400MHz or faster processor (2GHz or faster recommended)&lt;br /&gt;
* Microsoft® Windows® 2000 or Windows XP Professional or Home Edition&lt;br /&gt;
* 64MB of RAM (512MB or more recommended)&lt;br /&gt;
* 75MB of available hard-disk space (700MB recommended for installing optional audio clips)&lt;br /&gt;
* 800x600 color display (1024x768 display recommended)&lt;br /&gt;
* Stereo sound card (multitrack sound card recommended)&lt;br /&gt;
* CD-ROM drive&lt;br /&gt;
* CD-RW drive for audio CD creation&lt;br /&gt;
* Microsoft DirectX 9.0 software required for video import&lt;br /&gt;
* Speakers or headphones recommended&lt;br /&gt;
* Microphone (optional)&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://www.adobe.com/products/audition/main.html Official Website]&lt;br /&gt;
* [http://www.vuplayer.com/other.php Additional Audition Filters] -- allow Audition to save and edit in [[FLAC]], [[Ogg Vorbis]], [[Module]], and [[WMA]] formats.&lt;br /&gt;
* [http://www.rarewares.org/ RareWares] -- browse around in this site to find various filters for Audition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio Editors]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Audio_Stream_Input/Output&amp;diff=14953</id>
		<title>Audio Stream Input/Output</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Audio_Stream_Input/Output&amp;diff=14953"/>
		<updated>2006-10-13T18:49:35Z</updated>

		<summary type="html">&lt;p&gt;Beto: elaborated further&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ASIO&#039;&#039;&#039; (Audio Stream Input Output) is a low latency audio application programming interface designed by Steinberg &#039;&#039;(developers of software Cubase and VST technology)&#039;&#039; for high speed communications between audio hardware and software, such as the the interaction between MIDI Controllers and MIDI Sequencers needed by musicians and studio engineers. ASIO can be used to access multiple sound I/O simultanously.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
In order to create a more direct path to the hardware, and also make the hardware more responsive to the software&#039;s needs, Steinberg of Germany (developer of the popular Cubase digital sequencer and Nuendo digital audio workstation) developed Audio Stream In/Out (ASIO) technology. ASIO has made its mark as the driver standard for delivering low-latency transfer of digital audio. This means that hardware supporting an ASIO driver is able to deliver low-latency recording and monitoring to hard disk.&lt;br /&gt;
&lt;br /&gt;
The low latency made possible by ASIO, for example, allows you to sing into a Microphone and hear your voice going through software and hardware effects with virtually no delay in the signal. The effects of a low-latency ASIO driver make it ideal for use with Virtual Studio Technology (VST) instruments, plug-ins, and all other software-based synthesizers. Many of these devices can be played back in real time from MIDI output devicesThe low latency made possible by ASIO, for example, allows you to sing into a Microphone and hear your voice going through software and hardware effects with virtually no delay in the signal. The effects of a low-latency ASIO driver make it ideal for use with Virtual Studio Technology (VST) instruments, plug-ins, and all other software-based synthesizers. Many of these devices can be played back in real time from MIDI output devices&lt;br /&gt;
&lt;br /&gt;
After Steinberg was bought by a seperate company, they released the SDK (Developement Kit) to the public free of charge on their website. There have been several attempts made by 3rd party developers to write drivers in order to bring ASIO to all consumer grade soundcards &#039;&#039;(see asio4all)&#039;&#039;. There has been a seperate plugin written for Foobar2000 allowing users with access to ASIO to use it for other purposes, mainly low-latency kernel streaming &#039;&#039;[http://www.foobar2000.com/components/foo_out_asio.zip (see foo_out_asio)]&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[MIDI]]&lt;br /&gt;
&lt;br /&gt;
==Notes and references==&lt;br /&gt;
# &#039;&#039;All You Need To Know About ASIO&#039;&#039;. Article from [http://www.soundblaster.com/resources/read.asp?articleid=53937&amp;amp;page=1&amp;amp;cat=2 Creative].&lt;br /&gt;
&lt;br /&gt;
==External links== &lt;br /&gt;
* [http://www.steinberg.de/324_1.html ASIO SDK] official Steinberg website of the SDK developement package &lt;br /&gt;
* [http://www.asio4all.com/ asio4all] website of the German 3rd party developement effort and universal WDM drivers.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Audio_stream_input_output ASIO in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
[[Category: Software]]&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Deletion_requests/ID3v2.4.1&amp;diff=14634</id>
		<title>Hydrogenaudio Knowledgebase:Deletion requests/ID3v2.4.1</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Deletion_requests/ID3v2.4.1&amp;diff=14634"/>
		<updated>2006-09-29T21:06:50Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* ID3v2.4.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[:Category:Pages marked for deletion|Back to deletion requests]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==[[:ID3v2.4.1|ID3v2.4.1]]==&lt;br /&gt;
&amp;lt;small&amp;gt;To vote, use this code: {{votecode}}&amp;lt;!-- messy hack--&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;To admins: If a consensus has been reached, add {{endcode}} to the end of this page, and carry out the appropriate action.&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Why not kill this page altogether, as if people will go looking for ID3v2.4.1 here...?&lt;br /&gt;
*&#039;&#039;&#039;Delete&#039;&#039;&#039; -- Maybe we should have only one ID3 related page. However depending on the level of detail it might not be a good idea.&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Deletion_requests/ID3v2.4.1&amp;diff=14633</id>
		<title>Hydrogenaudio Knowledgebase:Deletion requests/ID3v2.4.1</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Deletion_requests/ID3v2.4.1&amp;diff=14633"/>
		<updated>2006-09-29T21:06:36Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* ID3v2.4.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[:Category:Pages marked for deletion|Back to deletion requests]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==[[:ID3v2.4.1|ID3v2.4.1]]==&lt;br /&gt;
&amp;lt;small&amp;gt;To vote, use this code: {{votecode}}&amp;lt;!-- messy hack--&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;To admins: If a consensus has been reached, add {{endcode}} to the end of this page, and carry out the appropriate action.&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Why not kill this page altogether, as if people will go looking for ID3v2.4.1 here...?&lt;br /&gt;
&#039;&#039;&#039;Delete&#039;&#039;&#039; -- Maybe we should have only one ID3 related page. However depending on the level of detail it might not be a good idea.&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14614</id>
		<title>User:Beto</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=User:Beto&amp;diff=14614"/>
		<updated>2006-09-28T19:44:28Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
[[Image:149003917 1d5dd4d83f m.jpg|thumb|150px|Me on the hotel pool]]&lt;br /&gt;
I work for a big international bank as an IT Audit Supervisor in [http://www.brasil.gov.br Brasil]. I am mainly focused in auditing client/server, midrange, network infrastructure, projects and strategy of the bank and related companies in Brasil.&lt;br /&gt;
&lt;br /&gt;
Audio compression and related technologies are one of my hobbies. That&#039;s how I came across [http://www.hydrogenaudio.org/forums hydrogenaudio forums] in early 2003.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
[[Image:Saopaulo_copan.jpg|thumb|São Paulo downtown skyline]]&lt;br /&gt;
[[Image:My_window_view.jpg|thumb|My Amsterdam&#039;s apartment view]]&lt;br /&gt;
I was born in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] in july 1975. I&#039;ve also lived for some time in a small town in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28state%29 São Paulo state] countryside called [http://www.marilia.sp.gov.br/ Marília] where I went to high school.&lt;br /&gt;
&lt;br /&gt;
After high school (in 1994) I moved back to São Paulo to continue my studies in electrical engineering (telecommunications) at the local [http://www.poli.usp.br/ university]. During that period my main interests were:&lt;br /&gt;
&lt;br /&gt;
:*Wired and wireless telecomunication systems&lt;br /&gt;
:*Digital coding for wired and wireless systems&lt;br /&gt;
:*Analog and digital filters&lt;br /&gt;
:*Antennas and signal propagation&lt;br /&gt;
:*Discrete and continuous transforms&lt;br /&gt;
:*Computers and digital systems&lt;br /&gt;
&lt;br /&gt;
After some time working in the engineering field I received a proposal to join the internal audit department of a banking company in 1998 as an intern. This decision brought a great shift in my career and I decided to face engineering more as a hobby from that day forth.&lt;br /&gt;
&lt;br /&gt;
To be more prepared for the new challenge I decided to learn Economics at another local [http://www.fgvsp.br university] and got my post-graduate degree in 2002. During this period my main academic interests were:&lt;br /&gt;
&lt;br /&gt;
:*Banking&lt;br /&gt;
:*Keynesian economics&lt;br /&gt;
:*Inflation targeting in emerging market countries&lt;br /&gt;
:*Econometrics&lt;br /&gt;
:*Value at risk&lt;br /&gt;
:*Economic policy and central banks&lt;br /&gt;
:*Valuation&lt;br /&gt;
&lt;br /&gt;
As part of my current work I spent some time in Amsterdam in a short term exchange program from august to november 2005. It was a unique experience and a great opportunity to learn a different culture.&lt;br /&gt;
&lt;br /&gt;
Now I live in [http://en.wikipedia.org/wiki/S%E3o_Paulo_%28city%29 São Paulo] near the domestic airport. You may find a picture of my house&#039;s rooftop [http://www.google.com/maps?f=q&amp;amp;hl=en&amp;amp;q=s%C3%A3o+paulo&amp;amp;ie=UTF8&amp;amp;z=17&amp;amp;ll=-23.622586,-46.651372&amp;amp;spn=0.004414,0.01075&amp;amp;t=k&amp;amp;om=1 here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Educational background and titles==&lt;br /&gt;
[[Image:Poli.jpg|thumb|Engineering school]]&lt;br /&gt;
*BE in Electrical Engineering from the [http://www.poli.usp.br/ Polythecnic School] at the [http://www.usp.br University of São Paulo]&lt;br /&gt;
*Post Graduate degree in Economics, Finance and Banking Administration from [http://www.fgvsp.br Fundação Getúlio Vargas]&lt;br /&gt;
*[http://www.isaca.org/Template.cfm?Section=CISA_Certification&amp;amp;Template=/TaggedPage/TaggedPageDisplay.cfm&amp;amp;TPLID=16&amp;amp;ContentID=4526 CISA] (Certified Information Systems Auditor) certified professional. My [http://www.theiia.org/index.cfm?doc_id=3&amp;amp;bhcp=1 CIA] certification is underway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other interests==&lt;br /&gt;
*Soccer&lt;br /&gt;
*Running&lt;br /&gt;
*Reading&lt;br /&gt;
*Information warfare&lt;br /&gt;
*Strategy&lt;br /&gt;
*Peer to peer technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==My setup==&lt;br /&gt;
*AMD Athlon XP1800+ 512MB 320GB IDE+USB HD&lt;br /&gt;
*SY-K7V DRAGON Plus! CMedia 8738 6-channel hardware audio&lt;br /&gt;
*64MB Nvidia GeForce4 MX440&lt;br /&gt;
*LG Electronics - DVD-RW (GSA-4163)&lt;br /&gt;
*HL-DT-ST - CD-RW GCE-8320B&lt;br /&gt;
*Rio Karma&lt;br /&gt;
*Net-MD NZ505&lt;br /&gt;
I know, I know that my setup is getting outdated however it is still serving me well. Hopefully in the future I&#039;ll be able to spare some cash for an upgrade.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal links==&lt;br /&gt;
*[[User:Beto/Sandbox|My sandbox]] that I use to test the wiki syntax&lt;br /&gt;
*[[User_talk:Beto|Talk page]] to discuss aspects of this page or just chat&lt;br /&gt;
*[[User:Beto/foobar2000|My foobar2000 related page]] where you can get some goodies related to my foobar setup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
Please, beware that most of the external links in this page are in portuguese. For some of them you may find an english version.&lt;br /&gt;
*[http://volutabro.blogspot.com My blog] (portuguese with online english translation)&lt;br /&gt;
*[http://del.icio.us/boneco My links]&lt;br /&gt;
*[http://www.last.fm/user/beto/ LastFM profile]&lt;br /&gt;
*[http://www.foosic.org/query_user.php?user=beto Foosic profile]&lt;br /&gt;
*[http://www.flickr.com/photos/boneco/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
You may reach me by e-mail or gtalk at &#039;&#039;&#039;boneco[at]gmail.com&#039;&#039;&#039; or drop me a comment in the [[User_talk:Beto|talk page]].&lt;br /&gt;
&lt;br /&gt;
To send encrypted e-mail use my [http://volutabro.blogspot.com/2005/12/chave-pgp.html PGP key].&lt;br /&gt;
&lt;br /&gt;
*Key ID: 0x1EDDC36D&lt;br /&gt;
*Key fingerprint: AB2F F314 DFBA D4EC 53CA 7A4D FAAE 3FAB 1EDD C36D&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:LAME&amp;diff=14601</id>
		<title>Talk:LAME</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:LAME&amp;diff=14601"/>
		<updated>2006-09-27T20:49:03Z</updated>

		<summary type="html">&lt;p&gt;Beto: /* LAME compiles Win32 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page discussion==&lt;br /&gt;
I propose a major merging with this page. I don&#039;t think information about lame should be scattered all over the wiki. I&#039;ll think about it this evening and after the merge I&#039;ll add a redirect from all Lame related pages to this one.--[[User:Beto|Beto]] 15:51, 13 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
Finally I ended the revision :)--[[User:Beto|Beto]] 19:14, 14 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== LAME compiles Win32 ==&lt;br /&gt;
&lt;br /&gt;
http://rarewares.org/dancer/dancer.php?f=1 is linked at this Wiki page. But at http://rarewares.org/mp3.html I can only find http://rarewares.org/dancer/dancer.php?f=107 The two archives contain different lame.exe and lame_enc.dll. Why is that? Here&#039;s another compile: http://mitiok.maresweb.org/ This is confusing! --[[User:Pohli|Pohli]] 13:16, 27 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
:IMO we should &#039;&#039;&#039;not&#039;&#039;&#039; give direct link to the downloader; everytime a new build is outed, the direct link becomes outdated. Better to link only to Rareware&#039;s MP3 page. --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 13:46, 27 September 2006 (CDT)&lt;br /&gt;
:Agree. If noone oposes we should make the change.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 15:48, 27 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Talk:LAME&amp;diff=14600</id>
		<title>Talk:LAME</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Talk:LAME&amp;diff=14600"/>
		<updated>2006-09-27T20:48:43Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&lt;br /&gt;
==Page discussion==&lt;br /&gt;
I propose a major merging with this page. I don&#039;t think information about lame should be scattered all over the wiki. I&#039;ll think about it this evening and after the merge I&#039;ll add a redirect from all Lame related pages to this one.--[[User:Beto|Beto]] 15:51, 13 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
Finally I ended the revision :)--[[User:Beto|Beto]] 19:14, 14 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== LAME compiles Win32 ==&lt;br /&gt;
&lt;br /&gt;
http://rarewares.org/dancer/dancer.php?f=1 is linked at this Wiki page. But at http://rarewares.org/mp3.html I can only find http://rarewares.org/dancer/dancer.php?f=107 The two archives contain different lame.exe and lame_enc.dll. Why is that? Here&#039;s another compile: http://mitiok.maresweb.org/ This is confusing! --[[User:Pohli|Pohli]] 13:16, 27 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
:IMO we should &#039;&#039;&#039;not&#039;&#039;&#039; give direct link to the downloader; everytime a new build is outed, the direct link becomes outdated. Better to link only to Rareware&#039;s MP3 page. --[[User:Pepoluan|pepoluan]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:pepoluan|talk]] | [[Special:Contributions/pepoluan|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 13:46, 27 September 2006 (CDT)&lt;br /&gt;
:Agree. If anyone oposes we should make the change.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 15:48, 27 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=14579</id>
		<title>Hydrogenaudio Knowledgebase talk:Wiki Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase_talk:Wiki_Policy&amp;diff=14579"/>
		<updated>2006-09-26T23:37:26Z</updated>

		<summary type="html">&lt;p&gt;Beto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{talkheader}}&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;big&amp;gt;[[/archive|Old talk]]&amp;lt;/big&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wiki policy discussion==&lt;br /&gt;
The new wiki policy discussion. I outlined a proposal based in wikipedia.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:39, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Behavioral&#039;&#039;&#039;: standards for behavior.&lt;br /&gt;
*&#039;&#039;&#039;Content&#039;&#039;&#039;: which topics are welcome.&lt;br /&gt;
*&#039;&#039;&#039;Enforcement&#039;&#039;&#039;: what action authorised users can take to enforce other policies.&lt;br /&gt;
*&#039;&#039;&#039;Deletion&#039;&#039;&#039;: deleting articles that are considered undesirable.&lt;br /&gt;
*&#039;&#039;&#039;Legal and copyright&#039;&#039;&#039;: firm rules about what material may be used here, and remedies for misuse.&lt;br /&gt;
&lt;br /&gt;
All have to be aligned with [http://www.hydrogenaudio.org/forums/index.php?showtopic=3974 HA TOS]. A good starting point for this discussion would be categorizing each TOS to a policy category.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 12:43, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Behavioral (proposed)==&lt;br /&gt;
&lt;br /&gt;
==Content (proposed)==&lt;br /&gt;
I added a language policy aligned to HA TOS.--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 18:37, 26 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Enforcement (proposed)==&lt;br /&gt;
&lt;br /&gt;
==Deletion (proposed)==&lt;br /&gt;
&lt;br /&gt;
== Legal and copyright (proposed) ==&lt;br /&gt;
&lt;br /&gt;
==== Articles ====&lt;br /&gt;
If you see a source or website that mimicks an article without referencing us, our page &#039;&#039;may&#039;&#039; copy theirs. In case, replace the page with (DO NOT add to the header, replace it for legal issues):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{copyvio|Justification (e.g. url, book source...)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To admins:&#039;&#039;&#039; if you see a copyvio article, e.g. in [[:Category:Articles marked as copyright violations]], check it, verify it, and if it is a violation, DELETE IT without notice.&lt;br /&gt;
&lt;br /&gt;
==== Images ====&lt;br /&gt;
Do not upload images from search engines or websites here. They are likely copyrighted.&lt;br /&gt;
&lt;br /&gt;
Fair use images are allowed to a degree. (Please expand this section.)&lt;br /&gt;
&lt;br /&gt;
If you own an image, you must upload it with a free license, e.g. GFDL or Creative Commons. &#039;&#039;&#039;You cannot use your own work as fair use.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you copy an image from elsewhere, state where and which license it is, or your fair use rationale.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(&#039;&#039;&#039;[[Special:Contributions/Elliottmobile|sbirtnoc]] | [[User talk:Elliottmobile|klat]]&#039;&#039;&#039;)&amp;lt;/small&amp;gt; [[User:Elliottmobile|elibomttoillE]] 15:46, 21 September 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
: Do we have to be this restrictive? Where did you take that everything uploaded must comply with GFDL or CC licenses? I&#039;m curious...--[[User:Beto|Beto]] &amp;lt;small&amp;gt;&#039;&#039;&#039;([[User_talk:Beto|talk]] | [[Special:Contributions/Beto|contribs]])&#039;&#039;&#039;&amp;lt;/small&amp;gt; 21:24, 21 September 2006 (CDT)&lt;br /&gt;
::it&#039;s all the GFDL allows... it&#039;s crappy, yeah, but it&#039;s what this wiki is licensed under. {{User:Elliottmobile/sig2}} 16:19, 26 September 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Wiki_Policy&amp;diff=14578</id>
		<title>Hydrogenaudio Knowledgebase:Wiki Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Hydrogenaudio_Knowledgebase:Wiki_Policy&amp;diff=14578"/>
		<updated>2006-09-26T23:29:02Z</updated>

		<summary type="html">&lt;p&gt;Beto: added language policy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To be included the wiki policy, much aligned to [http://en.wikipedia.org/wiki/Wikipedia:List_of_policies wikipedia&#039;s policies] but not the same.&lt;br /&gt;
Also aligned with the [[Hydrogenaudio_Knowledgebase:Terms_of_Service|terms of service]].&lt;br /&gt;
&lt;br /&gt;
==Wiki policy proposal==&lt;br /&gt;
Discuss it [http://www.hydrogenaudio.org/forums/index.php?showtopic=48596 here] or in the [[Hydrogenaudio_Knowledgebase_talk:Wiki_Policy|talk page]].&lt;br /&gt;
&lt;br /&gt;
==Policy categories (proposed)==&lt;br /&gt;
*&#039;&#039;&#039;Behavioral&#039;&#039;&#039;: standards for behavior.&lt;br /&gt;
*&#039;&#039;&#039;Content&#039;&#039;&#039;: which topics are welcome.&lt;br /&gt;
*&#039;&#039;&#039;Enforcement&#039;&#039;&#039;: what action authorised users can take to enforce other policies.&lt;br /&gt;
*&#039;&#039;&#039;Deletion&#039;&#039;&#039;: deleting articles that are considered undesirable.&lt;br /&gt;
*&#039;&#039;&#039;Legal and copyright&#039;&#039;&#039;: firm rules about what material may be used here, and remedies for misuse.&lt;br /&gt;
&lt;br /&gt;
==Policies (proposed and to be further elaborated)==&lt;br /&gt;
===Behavioral===&lt;br /&gt;
&lt;br /&gt;
====Assume good faith====&lt;br /&gt;
Assume that most people who work on the project are trying to help it, not hurt it.&lt;br /&gt;
&lt;br /&gt;
====Bots====&lt;br /&gt;
Programs that update pages automatically in a useful and harmless way may be welcome, if their owners seek approval first and go to great lengths to stop them from running amok or being a drain on resources.&lt;br /&gt;
&lt;br /&gt;
====Civility====&lt;br /&gt;
Being rude, insensitive or petty makes people upset and stops Hydrogenaudio from working well. Try to discourage others from being uncivil, and be careful to avoid offending people unintentionally. Mediation is available if needed.&lt;br /&gt;
&lt;br /&gt;
====Editing policy====&lt;br /&gt;
Improve pages wherever you can, and don&#039;t worry about leaving them imperfect. Avoid deleting information wherever possible.&lt;br /&gt;
&lt;br /&gt;
====No legal threats====&lt;br /&gt;
Use dispute resolution rather than legal threats, for everyone&#039;s sake. We respond quickly to complaints of defamation or copyright infringement. If you do take legal action, please refrain from editing until it is resolved.&lt;br /&gt;
&lt;br /&gt;
====No personal attacks====&lt;br /&gt;
Do not make personal attacks. Comment on content, not on the contributor. Personal attacks damage the community and deter users. Nobody likes abuse.&lt;br /&gt;
&lt;br /&gt;
====Ownership of articles====&lt;br /&gt;
You agreed to allow others to modify your work. So let them.&lt;br /&gt;
&lt;br /&gt;
====Sock puppetry====&lt;br /&gt;
Do not use multiple accounts to create the illusion of greater support for an issue, to mislead others, or to circumvent a block; nor ask your friends to create accounts to support you or anyone.&lt;br /&gt;
&lt;br /&gt;
====Three-revert rule====&lt;br /&gt;
Do not revert any single page in whole or in part more than three times in 24 hours. (Or else an administrator may block your account).&lt;br /&gt;
&lt;br /&gt;
====Username====&lt;br /&gt;
Choose a neutral username that you&#039;ll be happy with. You can usually change your name if you need to by asking, but you can&#039;t delete it.&lt;br /&gt;
&lt;br /&gt;
====Vandalism====&lt;br /&gt;
Vandalism is any addition, deletion, or change to content made in a deliberate attempt to compromise the integrity of the encyclopedia. It is, and needs to be, removed from the encyclopedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Content (major review is needed here)===&lt;br /&gt;
&lt;br /&gt;
====Biographies of living persons====&lt;br /&gt;
Articles about living persons, which require a degree of sensitivity, must adhere strictly to Wikipedia&#039;s content policies. Be very firm about high-quality references, particularly about details of personal lives. Unsourced or poorly sourced negative material about living persons should be removed immediately from both the article and the talk page.&lt;br /&gt;
&lt;br /&gt;
====Naming conventions====&lt;br /&gt;
Generally, article naming should give priority to what the majority of English speakers worldwide would most easily recognize, with a reasonable minimum of ambiguity, while at the same time making linking to those articles easy and second nature.&lt;br /&gt;
&lt;br /&gt;
====Naming conventions (categories)====&lt;br /&gt;
Category names should be specific, neutral, objective, inclusive and follow certain conventions, such as &amp;quot;Venezuelan musicians&amp;quot;, &amp;quot;Hospitals in Denmark&amp;quot; or &amp;quot;Computer law&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Neutral point of view====&lt;br /&gt;
Articles, including reader-facing templates, categories and portals, should be written from a Neutral Point of View.&lt;br /&gt;
&lt;br /&gt;
====FAQ for Neutral point of view====&lt;br /&gt;
This gives an objection-rebuttal style explanation of NPOV, and was recently split off from the main page (listed above this).&lt;br /&gt;
&lt;br /&gt;
====No original research====&lt;br /&gt;
Articles may not contain any unpublished theories, data, statements, concepts, arguments, or ideas; or any new interpretation, analysis, or synthesis of published data, statements, concepts, arguments, or ideas that, in the words of Wikipedia&#039;s co-founder Jimbo Wales, would amount to a &amp;quot;novel narrative or historical interpretation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Verifiability====&lt;br /&gt;
We cannot check the accuracy of claims, but we can check whether the claims have been published by a reputable publication. Articles should therefore cite sources whenever possible. Any unsourced material may be challenged and removed.&lt;br /&gt;
&lt;br /&gt;
====Language====&lt;br /&gt;
All articles must be written in the english language.&lt;br /&gt;
&lt;br /&gt;
===Legal and copyright===&lt;br /&gt;
&lt;br /&gt;
==== Articles ====&lt;br /&gt;
If you see a source or website that mimicks an article without referencing us, our page &#039;&#039;may&#039;&#039; copy theirs. In case, replace the page with (DO NOT add to the header, replace it for legal issues):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{copyvio|Justification (e.g. url, book source...)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To admins:&#039;&#039;&#039; if you see a copyvio article, e.g. in [[:Category:Articles marked as copyright violations]], check it, verify it, and if it is a violation, DELETE IT without notice.&lt;br /&gt;
&lt;br /&gt;
==== Images ====&lt;br /&gt;
Do not upload images from search engines or websites here. They are likely copyrighted.&lt;br /&gt;
&lt;br /&gt;
Fair use images are allowed to a degree. (Please expand this section.)&lt;br /&gt;
&lt;br /&gt;
If you own an image, you must upload it with a free license, e.g. GFDL or Creative Commons. &#039;&#039;&#039;You cannot use your own work as fair use.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you copy an image from elsewhere, state where and which license it is, or your fair use rationale.&lt;/div&gt;</summary>
		<author><name>Beto</name></author>
	</entry>
</feed>