<?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=Bryant</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=Bryant"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Bryant"/>
	<updated>2026-04-30T00:14:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=EAC_and_WavPack&amp;diff=10299</id>
		<title>EAC and WavPack</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=EAC_and_WavPack&amp;diff=10299"/>
		<updated>2006-03-11T20:47:16Z</updated>

		<summary type="html">&lt;p&gt;Bryant: /* Software Needed */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Software Needed=&lt;br /&gt;
* [http://exactaudiocopy.org/eac6.html Exact Audio Copy]&lt;br /&gt;
* [http://www.wavpack.com/downloads.html Wavpack 4.31]&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This guide assumes that EAC is has been configured for secure ripping, if not please follow [[EAC_Drive_Configuration | this]] guide.&lt;br /&gt;
* Unzip Wavpack into the same directory that EAC is in.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Configuration=&lt;br /&gt;
&lt;br /&gt;
* Open EAC and insert a CD into the drive.&lt;br /&gt;
* Click the &#039;&#039;&#039;EAC&#039;&#039;&#039; menu and select &#039;&#039;&#039;Compression Options&#039;&#039;&#039;.&lt;br /&gt;
* Click the &#039;&#039;&#039;External Compression&#039;&#039;&#039; Tab, and put a check box in &#039;&#039;&#039;use external program for compression&#039;&#039;&#039;.&lt;br /&gt;
* Change &#039;&#039;&#039;Parameter Passing Scheme&#039;&#039;&#039; to &#039;&#039;&#039;User Defined Encoder&#039;&#039;&#039;.&lt;br /&gt;
* Change &#039;&#039;&#039;user file extension&#039;&#039;&#039; to &#039;&#039;&#039;.wv&#039;&#039;&#039; if not already that.&lt;br /&gt;
* Click the &#039;&#039;&#039;Browse&#039;&#039;&#039; button and locate the &#039;&#039;&#039;WAVPACK.EXE&#039;&#039;&#039; that you unzipped earlier.&lt;br /&gt;
* Remove the ticks from &#039;&#039;&#039;Use CRC check&#039;&#039;&#039;, &#039;&#039;&#039;Add ID3 tag&#039;&#039;&#039; and &#039;&#039;&#039;check for external programs return code&#039;&#039;&#039;.&lt;br /&gt;
* In the &#039;&#039;&#039;Addtional command line options&#039;&#039;&#039; box, copy and paste the string below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No Tags:&#039;&#039;&#039;&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-h&#039;&#039;&#039;&amp;lt;/font&amp;gt; %s %d&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;APEv2:&#039;&#039;&#039;&lt;br /&gt;
 -w &amp;quot;Artist=%a&amp;quot; -w &amp;quot;Title=%t&amp;quot; -w &amp;quot;Album=%g&amp;quot; -w &amp;quot;Year=%y&amp;quot; -w &amp;quot;Track=%n&amp;quot; -w &amp;quot;Genre=%m&amp;quot; &amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;-h&#039;&#039;&#039;&amp;lt;/font&amp;gt; %s %d&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; &#039;&#039;If a user wanted to change compression settings on Wavpack the green portion what you would substitute with the new preset.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Image:EACandWAVPACK.png|frame|center|Wavpack configured with tagging support]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hybrid Mode=&lt;br /&gt;
If you want to create a correction file while encoding from EAC you will need to adapt your normal command line slightly, to ensure that the correction file (&amp;quot;&amp;lt;name&amp;gt;.wvc&amp;quot;) is named the same as the primary file (&amp;quot;&amp;lt;name&amp;gt;.wv&amp;quot;).  If you do not follow these guidelines your correction file will be named incorrectly, using the temporary filename that EAC uses while processing.&lt;br /&gt;
&lt;br /&gt;
Since Wavpack 4.1 beta you can specify an additional file path when using the -c switch to request a correction file.  This filepath will be used to name the correction file.&lt;br /&gt;
&lt;br /&gt;
The suggested method to implement this feature is to utilise the &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; checkbox on the &#039;&#039;&#039;External Compression&#039;&#039;&#039; dialogue, to specify whether a correction file is required or not.  In conjunction, you must also add the following to the end of your command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;%c-c %o%c&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E.g.:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;-w &amp;quot;Artist=%a&amp;quot; -w &amp;quot;Title=%t&amp;quot; -w &amp;quot;Album=%g&amp;quot; -w &amp;quot;Track=%n&amp;quot; -hb320 %s %d %c-c %o%c&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you check &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; the -c switch, and the file path specified by the EAC placeholder %o, will be included in your command line, creating a correction file with the correct file name.  With &#039;&#039;&#039;Use CRC check&#039;&#039;&#039; unchecked no correction file will be created.&lt;br /&gt;
&lt;br /&gt;
If you do not want this configurability simply add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;-c %o&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All encodes will then include a correction file, which is named correctly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Addtional Reading=&lt;br /&gt;
* [[Lossless | About Lossless]]&lt;br /&gt;
* [[WavPack]]&lt;br /&gt;
* [[Exact_Audio_Copy | Exact Audio Copy]]&lt;/div&gt;</summary>
		<author><name>Bryant</name></author>
	</entry>
</feed>