annotate src/libsndfile-1.0.25/man/sndfile-cmp.1 @ 168:ceec0dd9ec9c

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 <cannam@all-day-breakfast.com>
date Fri, 07 Feb 2020 11:51:13 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 .TH SNDFILE-CMP 1 "October 5, 2009"
cannam@85 2 .SH NAME
cannam@85 3 sndfile-cmp \- compares two audio files
cannam@85 4 .SH SYNOPSIS
cannam@85 5 .B sndfile-cmp
cannam@85 6 .RI "file1 file2"
cannam@85 7 .SH DESCRIPTION
cannam@85 8 sndfile-cmp compares the audio data of two sound files. In particular most
cannam@85 9 differences in the audio file header, particularly metadata like string info,
cannam@85 10 are completely ignored.
cannam@85 11
cannam@85 12 sndfile-cmp does its work using libsndfile
cannam@85 13 (http://www.mega-nerd.com/libsndfile/).
cannam@85 14 .SH AUTHOR
cannam@85 15 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
cannam@85 16