Slowrx is an SSTV decoder for Linux.
 
 
Go to file
Oona b46e6ef395 gui fixes 2011-08-09 16:17:55 +03:00
Makefile default alsa device ... etc 2011-08-07 20:46:35 +03:00
README.md new description 2011-07-30 18:29:00 +03:00
aboutdialog.ui use GtkBuilder 2011-08-03 02:42:56 +03:00
common.c random alsa stuff 2011-08-09 00:36:47 +03:00
common.h random alsa stuff 2011-08-09 00:36:47 +03:00
gui.c gui fixes 2011-08-09 16:17:55 +03:00
modespec.c default alsa device ... etc 2011-08-07 20:46:35 +03:00
pcm.c gui fixes 2011-08-09 16:17:55 +03:00
slowrx.c random alsa stuff 2011-08-09 00:36:47 +03:00
slowrx.ui gui fixes 2011-08-09 16:17:55 +03:00
sync.c move from SoX pipe to alsa libs 2011-07-29 23:09:42 +03:00
video.c random alsa stuff 2011-08-09 00:36:47 +03:00
vis.c random alsa stuff 2011-08-09 00:36:47 +03:00

README.md

slowrx

A shortwave listener's linux tool for decoding analogue SSTV images received through the sound card.

Features

  • Supports a multitude of modes (see modespec.c for a list)
  • Automatic frequency shifting
  • Slant correction using Hough transform
  • Noise reduction using adaptive windowing
  • Saves received pictures as PNG along with the corresponding raw signals

Libraries

  • ALSA
  • GTK+ 3.x
  • FFTW 3.x
  • pnglite

References

The program is based on several articles:

Licensing

Copyright (c) 2007-2011, windytan (OH2-250)

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.