r663: This commit was generated by cvs2svn to compensate for changes in r662,
[cinelerra_cv.git] / libsndfile / doc / sndfile_info.html
blob4367e11ab0cba5ec51f64ee13e69796555907815
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
4 <HEAD>
5 <TITLE>
6 sndfile-info
7 </TITLE>
8 <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT zip DOT com DOT au)">
9 <LINK REL=StyleSheet HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
10 </HEAD>
12 <BODY TEXT="#FFFFFF" BGCOLOR="#000000" LINK="#9090FF" VLINK="#5050FF" ALINK="#FF00FF">
14 <P>
15 Here is an example of the output from the <B>sndfile-info</B> program distributed with
16 libsndfile.
17 </P>
19 <P>
20 This file was opened and parsed correctly but had been truncated so that the values
21 in the <B>FORM</B> and <B>SSND</B> chunks were incorrect.
22 </P>
23 <PRE>
24 <B>erikd@hendrix ></B> examples/sndfile-info truncated.aiff
25 truncated.aiff
26 size : 200000
27 FORM : 307474 (should be 199992)
28 AIFF
29 COMM : 18
30 Sample Rate : 16000
31 Samples : 76857
32 Channels : 2
33 Sample Size : 16
34 SSND : 307436 (should be 199946)
35 Offset : 0
36 Block Size : 0
38 --------------------------------
39 Sample Rate : 16000
40 Frames : 76857
41 Channels : 2
42 Bit Width : 16
43 Format : 0x00020001
44 Sections : 1
45 Seekable : TRUE
46 Signal Max : 32766
48 </PRE>
51 </BODY>
52 </HTML>