File: sndfile-info.1

package info (click to toggle)
libsndfile 1.0.27-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,968 kB
  • ctags: 5,426
  • sloc: ansic: 58,396; sh: 4,551; cpp: 639; makefile: 464; python: 294
file content (34 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (3)
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
.Dd November 2, 2014
.Dt SNDFILE-INFO 1
.Os
.Sh NAME
.Nm sndfile-info
.Nd display information about sound files
.Sh SYNOPSIS
.Nm sndfile-info
.Op Fl -broadcast
.Op Fl -cart
.Op Fl -channel-map
.Op Fl -instrument
.Ar
.Sh DESCRIPTION
.Nm
displays basic information about sound files
such as format, number of channels, samplerate, and length.
The following options are recognized:
.Pp
.Bl -tag -compact -width channelmapXXXX
.It Fl -broadcast
Display broadcast (BWF) info.
.It Fl -cart
Display the cart chunk of a WAV (or related) file.
.It Fl -channel-map
Display channel map.
.It Fl -instrument
Display instrument info:
a base note, gain, velocity, key, and loop points.
.El
.Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/
.Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .