<li>Added support for encoding from non-compressed AIFF-C (<ahref="https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478">SF #1090933</a>).</li>
<li>Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see <ahref="http://www.hydrogenaudio.org/forums/index.php?showtopic=31282">here</a>).</li>
<li>MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (<ahref="https://sourceforge.net/tracker/index.php?func=detail&aid=1493725&group_id=13478&atid=113478">SF #1493725</a>).</li>
<li>The default padding size is now 8K, or 64K if the input audio stream is more than 20 minutes long.</li>
<li>Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.</li>
<li>Fixed a bug that caused a crash when <spanclass="argument">-a</span> and <spanclass="argument">-t</span> were used together (<ahref="https://sourceforge.net/tracker/index.php?func=detail&aid=1229481&group_id=13478&atid=113478">SF #1229481</a>).</li>
<li>Fixed a bug with --sector-align where appended samples were not always totally silent (<ahref="https://sourceforge.net/tracker/index.php?func=detail&aid=1237707&group_id=13478&atid=113478">SF #1237707</a>).</li>
Tell the encoder to write a <spanclass="code">PADDING</span> metadata block of the given length (in bytes) after the <spanclass="code">STREAMINFO</span> block. This is useful if you plan to tag the file later with an <spanclass="code">APPLICATION</span> block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the <spanclass="code">PADDING</span> block. Note that the total length of the <spanclass="code">PADDING</span> block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no <spanclass="code">PADDING</span> block at all to be written with <spanclass="argument">--no-padding</span>. The encoder writes a <spanclass="code">PADDING</span> block of 4096 bytes by default.
Tell the encoder to write a <spanclass="code">PADDING</span> metadata block of the given length (in bytes) after the <spanclass="code">STREAMINFO</span> block. This is useful if you plan to tag the file later with an <spanclass="code">APPLICATION</span> block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the <spanclass="code">PADDING</span> block. Note that the total length of the <spanclass="code">PADDING</span> block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no <spanclass="code">PADDING</span> block at all to be written with <spanclass="argument">--no-padding</span>. The encoder writes a <spanclass="code">PADDING</span> block of 8192 bytes by default (or 65536 bytes if the input audio stream is more than 20 minutes long).
<para>Tell the encoder to write a PADDING metadata block of the given length (in bytes) after the STREAMINFO block. This is useful if you plan to tag the file later with an APPLICATION block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the PADDING block. Note that the total length of the PADDING block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no PADDING block at all to be written with --no-padding. The encoder writes a PADDING block of 4096 bytes by default.</para>
<para>Tell the encoder to write a PADDING metadata block of the given length (in bytes) after the STREAMINFO block. This is useful if you plan to tag the file later with an APPLICATION block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the PADDING block. Note that the total length of the PADDING block will be 4 bytes longer than the length given because of the 4 metadata block header bytes. You can force no PADDING block at all to be written with --no-padding. The encoder writes a PADDING block of 8192 bytes by default (or 65536 bytes if the input audio stream is more that 20 minutes long).</para>