Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.27/man/sndfile-cmp.1 @ 84:08ae793730bd
Add null config files
author | Chris Cannam |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 1df64224f5ac |
children |
rev | line source |
---|---|
Chris@40 | 1 .Dd November 2, 2014 |
Chris@40 | 2 .Dt SNDFILE-CMP 1 |
Chris@40 | 3 .Os |
Chris@40 | 4 .Sh NAME |
Chris@40 | 5 .Nm sndfile-cmp |
Chris@40 | 6 .Nd compare two audio files |
Chris@40 | 7 .Sh SYNOPSIS |
Chris@40 | 8 .Nm sndfile-cmp |
Chris@40 | 9 .Ar file1 |
Chris@40 | 10 .Ar file2 |
Chris@40 | 11 .Sh DESCRIPTION |
Chris@40 | 12 .Nm |
Chris@40 | 13 compares the audio data of two sound files. |
Chris@40 | 14 For two files to compare as being the same, their channel counts, sample rate, |
Chris@40 | 15 audio data lengths and actual audio data must match. |
Chris@40 | 16 Other differences such as string metadata like song title, artist etc and their |
Chris@40 | 17 presence or absence are ignored. |
Chris@40 | 18 .Sh EXIT STATUS |
Chris@40 | 19 .Bl -tag -width 1n -compact |
Chris@40 | 20 .It 0 |
Chris@40 | 21 The audio data is the same. |
Chris@40 | 22 .It 1 |
Chris@40 | 23 The audio data differs. |
Chris@40 | 24 .El |
Chris@40 | 25 .Sh SEE ALSO |
Chris@40 | 26 .Lk http://www.mega-nerd.com/libsndfile |
Chris@40 | 27 .Sh AUTHORS |
Chris@40 | 28 .An Conrad Parker Aq Mt conrad@metadecks.org |
Chris@40 | 29 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com |