-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
18 lines (14 loc) · 849 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-------------------------------------------------------------------------------
Flake: FLAC audio encoder
The purpose of Flake is to be an alternative to the FLAC reference encoder
with the goal of increasing encoding speed and implementing experimental
features.
Neither the program nor the library have stable interfaces. Therefore, the
commandline options and the library API/ABI may change. After version 1.0 is
released, this will become more stable.
The FLAC format and reference encoder were created by Josh Coalson and are
hosted by the Xiph.org Foundation. Many thanks!
-------------------------------------------------------------------------------
Copyright (c) 2006-2007 Justin Ruggles <justin.ruggles@gmail.com>
https://github.com/justinruggles/flake
-------------------------------------------------------------------------------