comparison src/libsndfile-1.0.27/man/sndfile-cmp.1 @ 125:cd6cdf86811e

Current libsndfile source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 18 Oct 2016 13:22:47 +0100
parents
children
comparison
equal deleted inserted replaced
124:e3d5853d5918 125:cd6cdf86811e
1 .Dd November 2, 2014
2 .Dt SNDFILE-CMP 1
3 .Os
4 .Sh NAME
5 .Nm sndfile-cmp
6 .Nd compare two audio files
7 .Sh SYNOPSIS
8 .Nm sndfile-cmp
9 .Ar file1
10 .Ar file2
11 .Sh DESCRIPTION
12 .Nm
13 compares the audio data of two sound files.
14 For two files to compare as being the same, their channel counts, sample rate,
15 audio data lengths and actual audio data must match.
16 Other differences such as string metadata like song title, artist etc and their
17 presence or absence are ignored.
18 .Sh EXIT STATUS
19 .Bl -tag -width 1n -compact
20 .It 0
21 The audio data is the same.
22 .It 1
23 The audio data differs.
24 .El
25 .Sh SEE ALSO
26 .Lk http://www.mega-nerd.com/libsndfile
27 .Sh AUTHORS
28 .An Conrad Parker Aq Mt conrad@metadecks.org
29 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com