Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.25/man/sndfile-metadata-get.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-METADATA-GET 1 "October 6, 2009" |
Chris@0 | 2 .SH NAME |
Chris@0 | 3 sndfile-metadata-get \- retrieve metadata from a sound file |
Chris@0 | 4 .br |
Chris@0 | 5 sndfile-metadata-set \- set metadata in a sound file |
Chris@0 | 6 .SH SYNOPSIS |
Chris@0 | 7 .B sndfile-metadata-get |
Chris@0 | 8 .RI "[options] file" |
Chris@0 | 9 .br |
Chris@0 | 10 .B sndfile-metadata-set |
Chris@0 | 11 .RI "[options] file" |
Chris@0 | 12 .br |
Chris@0 | 13 .B sndfile-metadata-set |
Chris@0 | 14 .RI "[options] input-file output-file" |
Chris@0 | 15 |
Chris@0 | 16 .SH DESCRIPTION |
Chris@0 | 17 sndfile-metadata-get and sndfile-metadata-set use libsndfile |
Chris@0 | 18 (http://www.mega-nerd.com/libsndfile/) to retrieve metadata from or set metadata |
Chris@0 | 19 in a sound file. |
Chris@0 | 20 |
Chris@0 | 21 Run "sndfile\-metadata\-get \-\-help" or "sndfile\-metadata\-set \-\-help" for |
Chris@0 | 22 more information |
Chris@0 | 23 |
Chris@0 | 24 .SH AUTHOR |
Chris@0 | 25 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>. |
Chris@0 | 26 |