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 Start Offset of Audio Data #7

Closed david-pace closed 2 years ago

david-pace commented 2 years ago

It should be possible to specify the offset of the first byte in the damaged file that is part of the raw audio data. This will allow to restore arbitrary audio files.

Long parameter name: --offset Short parameter name: -o

Allowed values: integers (negative values are interpreted as offsets from the end of the file)