Releases: martinber/noaa-apt
Releases · martinber/noaa-apt
v0.9.7
- Added input filters, fixes noise problems and contrast loss due to doppler shift.
- Now checks online for new noaa-apt updates.
- Now you can export steps of the decoding process as WAV.
- Now you can disable syncing
- No-GUI version for GNU/Linux.
- Spawn another thread for decoding on GUI to avoid freezes.
- Various fixes.
v0.9.6
- Fixed index out of range error for some wav files.
- Better error messages
v0.9.5
- Added filter before demodulation, necessary to avoid aliasing on some recordings.
- Performance improvements (around 70% faster).
v0.9.4
- Minimum GTK+ version now is 3.16 instead of 3.20
- Added support of stereo WAV files (just ignores the second channel)
- Added version numbers everywhere
v0.9.2
GUI and better error handling
v0.9.1
Replaced rgsl::bessel:I0 with my own implementation.
So now the GNU Scientific Library dependency is no longer necessary for release builds (but needed for tests).