<?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=Sbooth</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=Sbooth"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Sbooth"/>
	<updated>2026-04-29T07:41:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Max&amp;diff=16293</id>
		<title>Max</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Max&amp;diff=16293"/>
		<updated>2007-01-20T04:25:08Z</updated>

		<summary type="html">&lt;p&gt;Sbooth: Update version and added link to Play&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
| name = Max&lt;br /&gt;
| screenshot = [[image:maxinaction-screenshot.png|250px]] &lt;br /&gt;
| caption = Only secure ripper for Mac OS/X&lt;br /&gt;
| maintainer = Stephen Booth&lt;br /&gt;
| stable_release = 0.7.1&lt;br /&gt;
| preview_release = N/A&lt;br /&gt;
| operating_system = Mac OS X&lt;br /&gt;
| use = Digital Audio Extraction&lt;br /&gt;
| license = GPL &lt;br /&gt;
| website = http://sbooth.org/Max/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&#039;&#039;&#039;Max&#039;&#039;&#039; is a digital audio extraction algorithm that allows for secure rips under the Mac OS/X platform. It uses its own built-in comparison ripper, along with error correcting power of [[cdparanoia]]. Max is released under the GPL license. &lt;br /&gt;
 &lt;br /&gt;
==Features== &lt;br /&gt;
&lt;br /&gt;
* Supports over 20 different audio codecs (AAC, MP3, Ogg Vorbis, FLAC, WavPack, etc)  &lt;br /&gt;
* Integration with FreeDB permit automatic retrieval of compact disc information&lt;br /&gt;
* Queing files for output to ITunes. &lt;br /&gt;
* Threading control for encoding/decoding &lt;br /&gt;
* Custom port of [[cdparanoia]] &lt;br /&gt;
* Works in conjunction with [[Cog]] and [[Tag]]&lt;br /&gt;
&lt;br /&gt;
==Correction mechanism== &lt;br /&gt;
&lt;br /&gt;
Max correction mechanism is quite similiar to [[Rubyripper]]. The algorithm uses a comparison feature in order to determine how many times Max should rip and compare sections (maximum retries). It is done on a sector-by-sector basis, rather then byte-by-byte basis. Max can additionally generate a &#039;&#039;SHA-256&#039;&#039; checksum for each additional section in order to more accuratly determine dissimiliarities in a rip. Max differs in that it does not have a direct reliance on [[cdparanoia]] for extraction, but instead uses [[C1/C2 errors|C2 error]] pointers very similiar to [[EAC]].&lt;br /&gt;
&lt;br /&gt;
==Screenshots== &lt;br /&gt;
&lt;br /&gt;
* [http://sbooth.org/Max/images/maxinaction.png General view] screenshot of the application &lt;br /&gt;
* [http://sbooth.org/Max/images/general_prefs.png General prefs] screenshot of general preferences. &lt;br /&gt;
* [http://sbooth.org/Max/images/formats_prefs.png Format prefs] screenshot of format preferences. &lt;br /&gt;
&lt;br /&gt;
==Known Bugs==&lt;br /&gt;
&lt;br /&gt;
* Not all output formats are tagged with metadata &lt;br /&gt;
* FLAC cuesheets are not handled on conversion&lt;br /&gt;
&lt;br /&gt;
=Development API= &lt;br /&gt;
&lt;br /&gt;
Building Max from source requires the [http://developer.apple.com/tools/xcode/ XCode 2.4 tools] from Apple, as well as the following packages compiled as frameworks:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;libparanoia (custom port) &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;cuetools &amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;libflac &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Growl&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;LAME &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libcddb&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libmpcdec &amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;libogg &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libsndfile &amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;libvorbis or aoTuV &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt; MAC  &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mpeg4ip (only the mp4v2 library)&amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;TagLib &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libspeex &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libwavpack &amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Frameworks== &lt;br /&gt;
&lt;br /&gt;
If you would rather not compile all these from source, you may download  precompiled versions of the [http://sbooth.org/files/Max-frameworks.tar.bz2 frameworks] (2.36 MB). Unzip this archive into Max&#039;s source directory.&lt;br /&gt;
&lt;br /&gt;
==External links== &lt;br /&gt;
&lt;br /&gt;
* [http://sbooth.org/Max/ Max] official Max website  &lt;br /&gt;
* [http://sbooth.org/Play/ Play] official Play website  &lt;br /&gt;
* [http://sbooth.org/Cog/ Cog] official audio player&lt;br /&gt;
* [http://sbooth.org/Tag/ Tag] official tagging editor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;/div&gt;</summary>
		<author><name>Sbooth</name></author>
	</entry>
</feed>