Chris@40: .Dd November 2, 2014 Chris@40: .Dt SNDFILE-SALVAGE 1 Chris@40: .Os Chris@40: .Sh NAME Chris@40: .Nm sndfile-salvage Chris@40: .Nd salvage audio data from WAV files longer than 4G Chris@40: .Sh SYNOPSIS Chris@40: .Nm sndfile-salvage Chris@40: .Ar toolong.wav Chris@40: .Ar fixed64.wav Chris@40: .Sh DESCRIPTION Chris@40: Audio files using the WAV file container are inherently limited to 4G of data Chris@40: size fields in the WAV header being stored as unsigned 32bit integers. Chris@40: Many applications have trouble with these WAV files Chris@40: that are more the 4G in size. Chris@40: .Nm Chris@40: rewrites the WAV file into a W64 file with the same audio content. Chris@40: This file is overwritten if it already exists. Chris@40: .Sh EXIT STATUS Chris@40: .Ex -std Chris@40: .Sh SEE ALSO Chris@40: .Lk http://www.mega-nerd.com/libsndfile/ Chris@40: .\".Lk http://en.wikipedia.org/wiki/RF64 Chris@40: .Sh AUTHORS Chris@40: .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com