annotate src/libsndfile-1.0.27/doc/sndfile_info.html @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 1df64224f5ac
children
rev   line source
Chris@40 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Chris@40 2 <HTML>
Chris@40 3
Chris@40 4 <HEAD>
Chris@40 5 <TITLE>
Chris@40 6 sndfile-info
Chris@40 7 </TITLE>
Chris@40 8 <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
Chris@40 9 <LINK REL="stylesheet" HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
Chris@40 10 <LINK REL="stylesheet" HREF="print.css" TYPE="text/css" MEDIA="print">
Chris@40 11 </HEAD>
Chris@40 12
Chris@40 13 <BODY>
Chris@40 14
Chris@40 15 <P>
Chris@40 16 Here is an example of the output from the <B>sndfile-info</B> program distributed with
Chris@40 17 libsndfile.
Chris@40 18 </P>
Chris@40 19
Chris@40 20 <P>
Chris@40 21 This file was opened and parsed correctly but had been truncated so that the values
Chris@40 22 in the <B>FORM</B> and <B>SSND</B> chunks were incorrect.
Chris@40 23 </P>
Chris@40 24 <PRE>
Chris@40 25 <B>erikd@hendrix ></B> examples/sndfile-info truncated.aiff
Chris@40 26 truncated.aiff
Chris@40 27 size : 200000
Chris@40 28 FORM : 307474 (should be 199992)
Chris@40 29 AIFF
Chris@40 30 COMM : 18
Chris@40 31 Sample Rate : 16000
Chris@40 32 Samples : 76857
Chris@40 33 Channels : 2
Chris@40 34 Sample Size : 16
Chris@40 35 SSND : 307436 (should be 199946)
Chris@40 36 Offset : 0
Chris@40 37 Block Size : 0
Chris@40 38
Chris@40 39 --------------------------------
Chris@40 40 Sample Rate : 16000
Chris@40 41 Frames : 76857
Chris@40 42 Channels : 2
Chris@40 43 Bit Width : 16
Chris@40 44 Format : 0x00020001
Chris@40 45 Sections : 1
Chris@40 46 Seekable : TRUE
Chris@40 47 Signal Max : 32766
Chris@40 48
Chris@40 49 </PRE>
Chris@40 50
Chris@40 51
Chris@40 52 </BODY>
Chris@40 53 </HTML>