• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2layout: page
3title: sndfile-info
4---
5
6Here is an example of the output from the **sndfile-info** program
7distributed with libsndfile.
8
9This file was opened and parsed correctly but had been truncated so that
10the values in the **FORM** and **SSND** chunks were incorrect.
11
12```
13        erikd@hendrix > examples/sndfile-info truncated.aiff
14        truncated.aiff
15        size : 200000
16        FORM : 307474 (should be 199992)
17         AIFF
18         COMM : 18
19          Sample Rate : 16000
20          Samples     : 76857
21          Channels    : 2
22          Sample Size : 16
23         SSND : 307436 (should be 199946)
24          Offset     : 0
25          Block Size : 0
26
27        --------------------------------
28        Sample Rate : 16000
29        Frames      : 76857
30        Channels    : 2
31        Bit Width   : 16
32        Format      : 0x00020001
33        Sections    : 1
34        Seekable    : TRUE
35        Signal Max  : 32766
36```
37