BASS.NET API for the Un4seen BASS Audio Library

EncoderWavPackWV_IgnoreLength Field

BASS.NET API for the Un4seen BASS Audio Library
-i: Ignore length in wav header (no pipe output allowed, default is ).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool WV_IgnoreLength

Field Value

Type: Boolean
Remarks

Sometimes If the length in the wav headers that is provided is not correct. In this case use this option to force WavPack to ignore the header and accept the actual length. Because WavPack must seek to the beginning of the output file to write the correct length, this option cannot be used with piped output.
See Also

Reference