From 59b0e77bf65c413e87649ca1fbe980fd4c6e86a8 Mon Sep 17 00:00:00 2001 From: František Dvořák Date: Wed, 2 Jul 2014 22:22:38 +0200 Subject: Initial import. --- flac/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flac/README (limited to 'flac') diff --git a/flac/README b/flac/README new file mode 100644 index 0000000..6d9576f --- /dev/null +++ b/flac/README @@ -0,0 +1,13 @@ +==== Packages ==== + +yum install flac +yum install --enablerepo=updates-testing mingw32-flac-tools mingw64-flac-tools + + +==== Info ==== + +1) compressed data doesn't need to be the same for all platforms: + http://xiph.org/flac/faq.html#tools__different_sizes + http://sourceforge.net/p/flac/bugs/409/ + +2) decompressed data MUST be the same (except WAVE metadata are not preserved, --keep-foreign-metadata option may help) -- cgit