Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.27/man/sndfile-salvage.1 @ 40:1df64224f5ac
Current libsndfile source
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2016 13:22:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
39:7ddb4fc30dac | 40:1df64224f5ac |
---|---|
1 .Dd November 2, 2014 | |
2 .Dt SNDFILE-SALVAGE 1 | |
3 .Os | |
4 .Sh NAME | |
5 .Nm sndfile-salvage | |
6 .Nd salvage audio data from WAV files longer than 4G | |
7 .Sh SYNOPSIS | |
8 .Nm sndfile-salvage | |
9 .Ar toolong.wav | |
10 .Ar fixed64.wav | |
11 .Sh DESCRIPTION | |
12 Audio files using the WAV file container are inherently limited to 4G of data | |
13 size fields in the WAV header being stored as unsigned 32bit integers. | |
14 Many applications have trouble with these WAV files | |
15 that are more the 4G in size. | |
16 .Nm | |
17 rewrites the WAV file into a W64 file with the same audio content. | |
18 This file is overwritten if it already exists. | |
19 .Sh EXIT STATUS | |
20 .Ex -std | |
21 .Sh SEE ALSO | |
22 .Lk http://www.mega-nerd.com/libsndfile/ | |
23 .\".Lk http://en.wikipedia.org/wiki/RF64 | |
24 .Sh AUTHORS | |
25 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com |