commit | 02891daa7a88bf963fab6511aa0e1270b850b0a9 | [log] [tgz] |
---|---|---|
author | Martijn van Beurden <mvanb1@gmail.com> | Mon Oct 20 16:33:25 2014 +0200 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Tue Nov 11 06:19:23 2014 -0800 |
tree | 8894a1e88164d016339fb56dde0875c886f0748d | |
parent | 69c2318b7b8afef5c207a600a68a4e251b4ef80d [diff] |
Retune FLAC compression levels This patch changes a the settings associated with compression levels 6, 7 and 8. With this patch, -e is no longer used, but instead apodization functions are added. This should improve compression with at least 95% of all material while not changing the speed much. Decoding ways, 6 and 8 stay the same, and 7 is slowed a bit, which makes it as fast as 8. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>