
it appears a one-character typo in the cmake_minimum_required line prevents it from compiling under CMake 4.0. in order to fix that, I had to take this thing out of submodules... it is recommended to do this after you pull; git submodule deinit extern/libsndfile
26 lines
744 B
Groff
26 lines
744 B
Groff
.Dd November 2, 2014
|
|
.Dt SNDFILE-SALVAGE 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm sndfile-salvage
|
|
.Nd salvage audio data from WAV files longer than 4G
|
|
.Sh SYNOPSIS
|
|
.Nm sndfile-salvage
|
|
.Ar toolong.wav
|
|
.Ar fixed64.wav
|
|
.Sh DESCRIPTION
|
|
Audio files using the WAV file container are inherently limited to 4G of data
|
|
size fields in the WAV header being stored as unsigned 32bit integers.
|
|
Many applications have trouble with these WAV files
|
|
that are more the 4G in size.
|
|
.Nm
|
|
rewrites the WAV file into a W64 file with the same audio content.
|
|
This file is overwritten if it already exists.
|
|
.Sh EXIT STATUS
|
|
.Ex -std
|
|
.Sh SEE ALSO
|
|
.Lk http://libsndfile.github.io/libsndfile/
|
|
.\".Lk http://en.wikipedia.org/wiki/RF64
|
|
.Sh AUTHORS
|
|
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|