Blame doc/html/documentation_example_code.html

Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
<html>
Packit 8f7830
<head>
Packit 8f7830
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Packit 8f7830
	<meta name="author" content="Josh Coalson" />
Packit 8f7830
	<meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
Packit 8f7830
	<meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
Packit 8f7830
	<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
Packit 8f7830
	<link rel="stylesheet" type="text/css" href="flac.css" />
Packit 8f7830
	<title>FLAC - developers</title>
Packit 8f7830
</head>
Packit 8f7830
Packit 8f7830
<body>
Packit 8f7830
Packit 8f7830
Packit 8f7830
	FLAC Logo
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
	 home  |
Packit 8f7830
	 faq  |
Packit 8f7830
	 documentation  |
Packit 8f7830
	 developers  |
Packit 8f7830
	 changelog  |
Packit 8f7830
	 more
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
	
Packit 8f7830
		example code
Packit 8f7830
	
Packit 8f7830
	
Packit 8f7830
	
Packit 8f7830
		The FLAC source code has several small example programs that demonstrate how to use the libraries.  The source is available on the download page, or can be checked out from git.  The examples complement the API documentation.
Packit 8f7830
		
Packit 8f7830
		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.
Packit 8f7830
	
Packit 8f7830
	
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
	
Packit 8f7830
	
Packit 8f7830
		
Packit 8f7830
			
Packit 8f7830
				Copyright (c) 2000-2009  Josh Coalson
Packit 8f7830
				
Packit 8f7830
				Copyright (c) 2011-2016  Xiph.Org Foundation
Packit 8f7830
			
Packit 8f7830
			
Packit 8f7830
				Valid XHTML 1.0!
Packit 8f7830
			
Packit 8f7830
		
Packit 8f7830
	
Packit 8f7830
Packit 8f7830
Packit 8f7830
</body>
Packit 8f7830
</html>