File: soxi.txt

package info (click to toggle)
sox 14.4.2%2Bgit20190427-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,720 kB
  • sloc: ansic: 43,223; sh: 11,692; makefile: 333
file content (82 lines) | stat: -rw-r--r-- 2,905 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
SoXI(1)                         Sound eXchange                         SoXI(1)



NAME
       SoXI - Sound eXchange Information, display sound file metadata

SYNOPSIS
       soxi [-V[level]] [-T] [-t|-r|-c|-s|-d|-D|-b|-B|-p|-e|-a] infile1 ...

DESCRIPTION
       Displays  information  from  the header of a given audio file or files.
       Supported audio file types are listed and  described  in  soxformat(7).
       Note  however, that soxi is intended for use only with audio files with
       a self-describing header.

       By default, as much information as is available is  shown.   An  option
       may  be given to select just a single piece of information (perhaps for
       use in a script or batch-file).

OPTIONS
       -V     Set verbosity. See sox(1) for details.

       -T     Used with multiple files; changes the behaviour of -s, -d and -D
              to  display  the  total  across all given files.  Note that when
              used with -s with files with different sampling rates,  this  is
              of questionable value.

       -t     Show detected file-type.

       -r     Show sample-rate.

       -c     Show number of channels.

       -s     Show number of samples (0 if unavailable).

       -d     Show  duration in hours, minutes and seconds (0 if unavailable).
              Equivalent to number of samples divided by the sample-rate.

       -D     Show duration in seconds (0 if unavailable).

       -b     Show number of bits per sample (0 if not applicable).

       -B     Show the bitrate averaged over the whole  file  (0  if  unavail‐
              able).

       -p     Show estimated sample precision in bits.

       -e     Show the name of the audio encoding.

       -a     Show file comments (annotations) if available.

BUGS
       Please report any bugs found in this version of SoX to the mailing list
       (sox-users@lists.sourceforge.net).

SEE ALSO
       sox(1), soxformat(7), libsox(3)

       The SoX web site at http://sox.sourceforge.net

LICENSE
       Copyright 2008-2013 by Chris Bagwell and SoX Contributors.

       This program is free software; you can redistribute it and/or modify it
       under  the  terms of the GNU General Public License as published by the
       Free Software Foundation; either version 2, or  (at  your  option)  any
       later version.

       This  program  is  distributed  in the hope that it will be useful, but
       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER‐
       CHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
       Public License for more details.

AUTHORS
       Chris Bagwell (cbagwell@users.sourceforge.net).  Other authors and con‐
       tributors are listed in the ChangeLog file that is distributed with the
       source code.



soxi                           February 1, 2013                        SoXI(1)