david-pace / wave-recovery-tool

Tool to display WAVE/AIFF file header information and to restore corrupted WAVE/AIFF file headers
GNU General Public License v3.0
14 stars 2 forks source link

Add Parameter for End Offset of Audio Data #8

Closed david-pace closed 2 years ago

david-pace commented 2 years ago

In some cases the input files have to be cut off at the end. For this purpose, it should be possible to specify an end offset indicating the position of the last audio byte.

Long parameter name: --end-offset Short parameter name: -e

Allowed values: integer values, including negative values. Negative values are interpreted as offset from the end of the file.