====**FLAC**==== [[https://xiph.org/flac/ audio processing]] --- ~-[[software]] package ##flac## {[[http://www.smokey01.com/coolpup/ binary code]] | [[http://downloads.xiph.org/releases/flac/ source code]]} ~~-dependencies: ##+[[libogg]]## --- ~-verify installed version via the command-line interface: %%/usr/bin/flac -v%% --- ~-batch format conversion: [[http://code.google.com/p/flac2all/ flac2all]] --- ~-compilation options: %%./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu --disable-static --enable-sse --disable-thorough-tests%% --- ~-[[http://www.linuxfromscratch.org/blfs/view/svn/multimedia/flac.html linuxfromscratch.org]] ~-[[http://www.t2-project.org/packages/flac.html t2-project.org]] ~-[[WIkiPedia:FLAC Wikipedia entry]] ::c:: ---- ==Categories== CategoryCODEC CategoryMultimedia CategorySoftwareLibraries CategorySoftwareTopPackages CategorySoftware