1SoXI(1) Sound eXchange SoXI(1)
2
3
4
6 SoXI - Sound eXchange Information, display sound file metadata
7
9 soxi [-V[level]] [-t|-r|-c|-s|-d|-b|-e|-a] infile1 ...
10
12 Displays information from the header of a given audio file or files.
13 Supported audio file types are listed and described in soxformat(7).
14 Note however, that soxi is intended for use only with audio files with
15 a self-describing header.
16
17 By default, as much information as is available is shown. An option
18 may be given to select a single piece of information to show.
19
21 -V Set verbosity. See sox(1) for details.
22
23 -t Show detected file-type.
24
25 -r Show sample-rate.
26
27 -c Show number of channels.
28
29 -s Show number of samples (0 if unavailable).
30
31 -d Show duration in hours, minutes and seconds (0 if unavailable).
32 Equivalent to number of samples divided by the sample-rate.
33
34 -b Show number of bits per sample.
35
36 -e Show the name of the audio encoding.
37
38 -a Show file comments (annotations) if available.
39
41 Please report any bugs found in this version of SoX to the mailing list
42 (sox-users@lists.sourceforge.net).
43
45 sox(1), soxformat(7), libsox(3)
46
47 The SoX web site at http://sox.sourceforge.net
48
50 Copyright 2008 by Chris Bagwell and SoX Contributors.
51
52 This program is free software; you can redistribute it and/or modify it
53 under the terms of the GNU General Public License as published by the
54 Free Software Foundation; either version 2, or (at your option) any
55 later version.
56
57 This program is distributed in the hope that it will be useful, but
58 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
59 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
60 Public License for more details.
61
63 Chris Bagwell (cbagwell@users.sourceforge.net). Other authors and con‐
64 tributors are listed in the AUTHORS file that is distributed with the
65 source code.
66
67
68
69soxi October 28, 2008 SoXI(1)