slackbuilds/audio/flake
David Spencer 3326270009 audio/flake: Use -j1 in SlackBuild.
Fixes build failure on -current.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
1001-buffer_overrun.patch audio/flake: Fix buffer overrun. 2015-11-28 07:25:59 +07:00
README audio/flake: Fix buffer overrun. 2015-11-28 07:25:59 +07:00
flake.1 audio/flake: Fix buffer overrun. 2015-11-28 07:25:59 +07:00
flake.SlackBuild audio/flake: Use -j1 in SlackBuild. 2016-01-17 09:40:16 +07:00
flake.info audio/flake: Added (open-souce FLAC audio encoder). 2015-06-12 00:04:58 +07:00
slack-desc audio/flake: Fix buffer overrun. 2015-11-28 07:25:59 +07:00

README

flake (open-souce FLAC audio encoder)

Flake is an open-souce FLAC audio encoder. It was developed as an
independent implementation of the FLAC specification, and is meant
to be an alternative to the FLAC reference encoder.

While Flake does not yet have many of the advanced features of the
reference encoder, it does have the benefit of faster encoding.

Features:

 * Commandline encoder frontend
 * libflake library which can be used by other programs
 * Fast encoding
 * Compression modes which closely mirror the reference encoder,
plus additional modes for higher compression
 * A variety of LPC order search methods, each of which has its
own speed vs. compression tradeoff
 * Variable block size encoding: an experimental feature which
is allowed as part of the specification, but is not currently
implemented in the reference encoder.