kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
837 stars 111 forks source link

--binary-raw bug #43

Closed increa closed 3 years ago

increa commented 4 years ago

The command below works fine. However if I change the 32 to 64, the output is all zeros. If I change it to 128, the program crashes with "stack smashing detected".

minimodem --rx -R 44100 --mark 4000 --space 2000 --binary-raw 32 -f monoshort.wav 500

kamalmostafa commented 3 years ago

Thanks for reporting this. Its fixed by commit ee881a7: Works for --binary-raw values <= 64 and yields a sensible error if you try to specify a higher value.