1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00
audacity/lib-src/libsndfile/man/sndfile-cmp.1
Leland Lucius b749a16943 Update libsndfile to 1.0.29pre2+git
This pulls in MANY (over 890) changes compared to our
from our current 1.0.24 version.
2020-03-16 22:41:09 -05:00

30 lines
726 B
Groff

.Dd November 2, 2014
.Dt SNDFILE-CMP 1
.Os
.Sh NAME
.Nm sndfile-cmp
.Nd compare two audio files
.Sh SYNOPSIS
.Nm sndfile-cmp
.Ar file1
.Ar file2
.Sh DESCRIPTION
.Nm
compares the audio data of two sound files.
For two files to compare as being the same, their channel counts, sample rate,
audio data lengths and actual audio data must match.
Other differences such as string metadata like song title, artist etc and their
presence or absence are ignored.
.Sh EXIT STATUS
.Bl -tag -width 1n -compact
.It 0
The audio data is the same.
.It 1
The audio data differs.
.El
.Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile
.Sh AUTHORS
.An Conrad Parker Aq Mt conrad@metadecks.org
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com