shithub: aacenc

ref: 47faef7a1d0b5f55a876166b2fc2ded00309e352
dir: /common/libsndfile/doc/sfinfo.html/

View raw version
<HTML>

<HEAD>
	<TITLE>
	sfinfo
	</TITLE>
	<META NAME="Author"      CONTENT="Erik de Castro Lopo (erikd@zip.com.au)">
</HEAD>

<BODY TEXT="#FFFFFF" BGCOLOR="#000000" LINK="#9090FF" VLINK="#5050FF" ALINK="#FF00FF">

<FONT SIZE=3>

<BR>
	Here is an example of the output from the <B>sfinfo</B> program distributed with libsndfile.

<BR><BR>
	This file was opened and parsed correctly but had been truncated so that the values
	in the <B>FORM</B> and <B>SSND</B> chunks were incorrect.
	<PRE>
        <B>erikd@hendrix ></B> examples/sfinfo truncated.aiff 
        truncated.aiff
        size : 200000
        FORM : 307474 (should be 199992)
         AIFF
         COMM : 18
          Sample Rate : 16000
          Samples     : 76857
          Channels    : 2
          Sample Size : 16
         SSND : 307436 (should be 199946)
          Offset     : 0
          Block Size : 0
        
        --------------------------------
        Sample Rate : 16000
        Samples     : 76857
        Channels    : 2
        Bit Width   : 16
        Format      : 0x00020001
        Sections    : 1
        Seekable    : TRUE
        Signal Max  : 32766
        	
        </PRE>

</FONT>


</BODY>
</HTML>