<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
This patch hasn't been applied yet. It looks to me like it still
applies though.<br>
<br>
<div class="moz-cite-prefix">Op 22-09-14 om 17:18 schreef lvqcl:<br>
</div>
<blockquote cite="mid:op.xmlgs3o6cba0by@userhome-pc" type="cite">Currently
apodization function is hardcoded,
<br>
see commit
<a class="moz-txt-link-rfc2396E" href="http://git.xiph.org/?p=flac.git;a=commitdiff;h=4e8fe85bceb245dfce07d1956b144e1cb6587c9f"><http://git.xiph.org/?p=flac.git;a=commitdiff;h=4e8fe85bceb245dfce07d1956b144e1cb6587c9f></a><br>
<br>
FLAC is locale-dependent so "tukey(0.5)" doesn't work for locales
<br>
with decimal comma.
<br>
<br>
But "tukey(5e-1)" should be locale-independent so it is possible
to
<br>
re-add 'const char *apodization' member into CompressionLevels
struct.
<br>
<br>
The patch is attached.
<br>
<br>
This will allow to easily change preset settings from
"tukey(5e-1)"
<br>
to "tukey(5e-1);partial_tukey(2);punchout_tukey(3)" or something
like this.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
flac-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:flac-dev@xiph.org">flac-dev@xiph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/flac-dev">http://lists.xiph.org/mailman/listinfo/flac-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>