annotate src/libsndfile-1.0.27/man/sndfile-cmp.1 @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +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