annotate src/libsndfile-1.0.27/man/sndfile-salvage.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-SALVAGE 1
Chris@40 3 .Os
Chris@40 4 .Sh NAME
Chris@40 5 .Nm sndfile-salvage
Chris@40 6 .Nd salvage audio data from WAV files longer than 4G
Chris@40 7 .Sh SYNOPSIS
Chris@40 8 .Nm sndfile-salvage
Chris@40 9 .Ar toolong.wav
Chris@40 10 .Ar fixed64.wav
Chris@40 11 .Sh DESCRIPTION
Chris@40 12 Audio files using the WAV file container are inherently limited to 4G of data
Chris@40 13 size fields in the WAV header being stored as unsigned 32bit integers.
Chris@40 14 Many applications have trouble with these WAV files
Chris@40 15 that are more the 4G in size.
Chris@40 16 .Nm
Chris@40 17 rewrites the WAV file into a W64 file with the same audio content.
Chris@40 18 This file is overwritten if it already exists.
Chris@40 19 .Sh EXIT STATUS
Chris@40 20 .Ex -std
Chris@40 21 .Sh SEE ALSO
Chris@40 22 .Lk http://www.mega-nerd.com/libsndfile/
Chris@40 23 .\".Lk http://en.wikipedia.org/wiki/RF64
Chris@40 24 .Sh AUTHORS
Chris@40 25 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com