annotate src/libsndfile-1.0.25/man/sndfile-info.1 @ 23:619f715526df
sv_v2.1
Update Vamp plugin SDK to 2.5
author |
Chris Cannam |
date |
Thu, 09 May 2013 10:52:46 +0100 |
parents |
c7265573341e |
children |
|
rev |
line source |
Chris@0
|
1 .TH SNDFILE-INFO 1 "July 28, 2002"
|
Chris@0
|
2 .SH NAME
|
Chris@0
|
3 sndfile-info \- display information about a sound file
|
Chris@0
|
4 .SH SYNOPSIS
|
Chris@0
|
5 .B sndfile-info
|
Chris@0
|
6 .RI file
|
Chris@0
|
7 .SH DESCRIPTION
|
Chris@0
|
8 sndfile-info will display basic information about a sound file such as
|
Chris@0
|
9 its format, its sample rate, and the number of channels. This information
|
Chris@0
|
10 is obtained using libsndfile (http://www.mega-nerd.com/libsndfile/).
|
Chris@0
|
11 .SH AUTHOR
|
Chris@0
|
12 This manual page was originally written by Joshua Haberman
|
Chris@0
|
13 <joshua@debian.org>, for the Debian GNU/Linux system (but may be used by
|
Chris@0
|
14 others). Further additions have been made by Erik de Castro Lopo
|
Chris@0
|
15 <erikd@mega-nerd.com>.
|
Chris@0
|
16
|