search for: punchout_tukey

Displaying 11 results from an estimated 11 matches for "punchout_tukey".

2014 Aug 10
3
Retuning compression levels
...) -7, -l 8 -b 4096 -m -e -r 6-A tukey(0.5) -8, -l 12 -b 4096 -m -e -r 6-A tukey(0.5) I suggest the following, in case my previous patch is accepted -5, -l 8 -b 4096 -m -r 5 -A tukey(0.5) -6, -l 8 -b 4096 -m -r 6-A tukey(0.5);partial_tukey(2) -7, -l 8 -b 4096 -m -r 6-A tukey(0.5);partial_tukey(2);punchout_tukey(3) -8, -l 12 -b 4096 -m -r 6-A tukey(0.5);partial_tukey(2);punchout_tukey(3) See this graph for comparison: http://www.audiograaf.nl/misc_stuff/setting-visualisation.pdf This data was acquired with a reasonably large dataset (one track from each album with which the comparison on http://xiph....
2014 Sep 22
0
Retuning compression levels
...5) > -8, -l 12 -b 4096 -m -e -r 6-A tukey(0.5) > > I suggest the following, in case my previous patch is accepted > > -5, -l 8 -b 4096 -m -r 5 -A tukey(0.5) > -6, -l 8 -b 4096 -m -r 6-A tukey(0.5);partial_tukey(2) > -7, -l 8 -b 4096 -m -r 6-A > tukey(0.5);partial_tukey(2);punchout_tukey(3) > -8, -l 12 -b 4096 -m -r 6-A > tukey(0.5);partial_tukey(2);punchout_tukey(3) > > See this graph for comparison: > > http://www.audiograaf.nl/misc_stuff/setting-visualisation.pdf > > This data was acquired with a reasonably large dataset (one > track from each alb...
2014 Sep 22
4
[PATCH] apodization for struct CompressionLevels
...But "tukey(5e-1)" should be locale-independent so it is possible to re-add 'const char *apodization' member into CompressionLevels struct. The patch is attached. This will allow to easily change preset settings from "tukey(5e-1)" to "tukey(5e-1);partial_tukey(2);punchout_tukey(3)" or something like this. -------------- next part -------------- A non-text attachment was scrubbed... Name: apodization.patch Type: application/octet-stream Size: 2457 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140922/69feda2a/attachment-0001.obj
2014 Sep 22
2
Retuning compression levels
...4096 -m -e -r 6-A tukey(0.5) >> -8, -l 12 -b 4096 -m -e -r 6-A tukey(0.5) >> >> I suggest the following, in case my previous patch is accepted >> >> -6, -l 8 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2) >> -7, -l 8 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2);punchout_tukey(3) >> -8, -l 12 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2);punchout_tukey(3) >> > This all sounds great! And I also suggested to consider a different setting for -7 preset: -7 == -l 12 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2) see <http://www.hydrogenaud.io/forums/index....
2014 Nov 24
1
FLAC 1.3.1 changelog?
...; Cheers, > Erik > -- > Looking good, clearly a couple of things I?d forgotten all about! Two things: 1) Shouldn?t we give Martijn van Beurden a mention for his great work on the "bartlett, bartlett_hann and triangle functions? and "New apodization functions partial_tukey and punchout_tukey? code? 2) There is a typo under ?Build system?: "buiuld systems? Maurits
2014 Nov 23
5
FLAC 1.3.1 changelog?
....git;a=commit;h=ea0d5ddadc6902e873983c89f473130b3bb6625f) * Faster encoding using SSE and AVX. (many separate patches by lvqcl) * Fixed bartlett, bartlett_hann and triangle functions. (http://lists.xiph.org/pipermail/flac-dev/2014-August/004983.html) * New apodization functions partial_tukey and punchout_tukey for improved compression. (http://lists.xiph.org/pipermail/flac-dev/2014-August/005000.html) * Retuned compression presets to incorporate new apodization functions. (http://lists.xiph.org/pipermail/flac-dev/2014-August/005001.html) Obviously a lot more changes have landed that warrant a mention...
2014 Nov 10
0
[PATCH] Update documentation for new compression presets
...;argument">--compression-level-8</span> </td> <td> - Synonymous with <span class="argument">-l 12 -b 4096 -m -e -r 6</span> + Synonymous with <span class="argument">-l 12 -b 4096 -m -r 6 -A tukey(0.5);partial_tukey(2);punchout_tukey(3)</span> </td> </tr> <tr> diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h index dbfee63..8a9b1b7 100644 --- a/include/FLAC/stream_encoder.h +++ b/include/FLAC/stream_encoder.h @@ -830,28 +830,28 @@ FLAC_API FLAC__bool FLAC__stream_enc...
2014 Nov 13
3
free() invalid pointer
Hi, Apparently the new presets are triggering an invalid free in some code. I was running the test suite on ARM, and it gets stuck with small blocksizes. > Testing blocksize variations... > noise8m32 (--channels=1 --bps=8 -8 -p -e -l 0 --lax > --blocksize=16 ): encode...decode...compare...OK > noise8m32 (--channels=1 --bps=8 -8 -p -e -l 1 --lax > --blocksize=16 ): encode...***
2014 Nov 13
4
free() invalid pointer
...s didn't trigger anything on x86_64? Now that I've taken a better look, there are a few other problems with that code actually. Here's a patch to fix the issue -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-more-checks-to-partial_tukey-and-punchout_tukey-.patch Type: text/x-patch Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20141113/2a8f3df2/attachment.bin
2014 Aug 10
2
[PATCH] New apodization functions
...the documentation that is in the patch itself. Note, this patch includes the patch I mailed a little more than a week ago, which fixes the triangle, bartlett and bartlett_hann windows. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-partial_tukey-and-punchout_tukey-apodization-fun.patch.gz Type: application/gzip Size: 4324 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140810/1eaa7d40/attachment.bin
2014 Dec 07
2
GCC/clang compilation issues
> I don't know, its your build system and I haven't seen it, nor do > I have the time and motivation to look at it (unless of course you > were paying me for my time). I willing give my time to maintain > FLAC. I have not signed up to spend my time on your project. And I am willing to looking at FLAC and spent my time to fix compiler warnings to make it more portable and