Xerbo / LeanHRPT-Demod

An easy to use HRPT demodulator
GNU General Public License v3.0
58 stars 7 forks source link

Work with corrupted WAVs #8

Closed zeke800 closed 2 years ago

zeke800 commented 2 years ago

SDR++ records corrupted files once they get over the file limit (because of WAV file limits). Read these files like satdump does.

Xerbo commented 2 years ago

Use the raw file reader (uchar = w8, char = i8, short = i16, float = f32)

zeke800 commented 2 years ago

Thanks! :)