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

AIFF-C Support #3

Closed david-pace closed 4 years ago

david-pace commented 4 years ago

Support analyzing and restoring AIFF-C files as requested by @joekroese in #2.

david-pace commented 4 years ago

@joekroese I implemented AIFF-C support and I was able to restore the file you sent me in #2. The command line is:

python3 waverecovery.py -r -b 32 -c 2 damaged.aiff restored.aiff

Could you please confirm that this works for you?

jokroese commented 4 years ago

Amazing @davehofmann! The same command fixes it for me too. Never thought I'd hear the audio from that set again. Thanks so much! 🙏

david-pace commented 4 years ago

Great, I'm glad your recording could be restored 👍 Closing this issue.