summaryrefslogtreecommitdiffstats
path: root/flac/README
diff options
context:
space:
mode:
Diffstat (limited to 'flac/README')
-rw-r--r--flac/README13
1 files changed, 13 insertions, 0 deletions
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)