2007-09-13 00:33:25 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2013-05-26 22:12:20 +02:00
<!-- Copyright (c) 2000 - 2009 Josh Coalson -->
2016-12-05 18:57:47 +11:00
<!-- Copyright (c) 2011 - 2016 Xiph.Org Foundation -->
2007-09-13 00:33:25 +00:00
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no invariant sections. -->
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
2019-08-04 17:36:58 -07:00
< html xmlns = "http://www.w3.org/1999/xhtml" >
2007-09-13 00:33:25 +00:00
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" / >
< meta name = "author" content = "Josh Coalson" / >
< meta name = "description" content = "A free, open source codec for lossless audio compression and decompression" / >
< meta name = "keywords" content = "free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" / >
< link rel = "shortcut icon" type = "image/x-icon" href = "favicon.ico" / >
< link rel = "stylesheet" type = "text/css" href = "flac.css" / >
< title > FLAC - developers< / title >
< / head >
< body >
< div class = "logo" >
2013-09-17 19:18:28 +02:00
< a href = "index.html" > < img src = "images/logo130.gif" alt = "FLAC Logo" align = "middle" border = "0" hspace = "0" / > < / a >
2007-09-13 00:33:25 +00:00
< / div >
< div class = "above_nav" > < / div >
< div class = "navbar" >
< a href = "index.html" > home< / a > |
< a href = "faq.html" > faq< / a > |
< a href = "documentation.html" > documentation< / a > |
2013-09-17 19:18:28 +02:00
< a href = "developers.html" > developers< / a > |
2007-09-13 00:33:25 +00:00
< a href = "changelog.html" > changelog< / a > |
2013-09-17 19:18:28 +02:00
< a href = "http://xiph.org/flac" > more< / a >
2007-09-13 00:33:25 +00:00
< / div >
< div class = "below_nav" > < / div >
< div class = "box" >
< div class = "box_title" >
example code
< / div >
< div class = "box_header" > < / div >
< div class = "box_body" >
2013-09-17 19:18:28 +02:00
The FLAC source code has several small example programs that demonstrate how to use the libraries. The source is available on the < a href = "http://xiph.org/flac/download.html" > download page< / a > , or can be < a href = "https://git.xiph.org/?p=flac.git" > checked out from git< / a > . The examples complement the < a href = "api/index.html" > API documentation< / a > .< br / >
2007-09-13 00:33:25 +00:00
< br / >
Currently the examples show how to encode WAV files to FLAC and vice-versa using both libFLAC and libFLAC++. Over time we'll be adding more examples.
< / div >
< div class = "box_footer" > < / div >
< / div >
< div class = "copyright" >
<!-- @@@ oh so hacky -->
< table >
< tr >
< td align = "left" >
2013-05-25 17:11:19 +10:00
Copyright (c) 2000-2009 Josh Coalson
< br / >
2016-12-05 18:57:47 +11:00
Copyright (c) 2011-2016 Xiph.Org Foundation
2007-09-13 00:33:25 +00:00
< / td >
< / tr >
< / table >
< / div >
< / body >
< / html >