Slowrx is an SSTV decoder for Linux.
 
 
Go to file
Oona 248c424391 store less data from sync signal 2011-08-17 19:33:04 +03:00
Makefile add lousy support for FSK demodulation 2011-08-12 12:33:49 +03:00
README.md readme update 2011-08-14 19:34:14 +03:00
aboutdialog.ui use GtkBuilder 2011-08-03 02:42:56 +03:00
common.c use less memory, etc 2011-08-17 00:29:38 +03:00
common.h use less memory, etc 2011-08-17 00:29:38 +03:00
fsk.c random stuff 2011-08-17 02:21:19 +03:00
gui.c use less memory, etc 2011-08-17 00:29:38 +03:00
modespec.c use less memory, etc 2011-08-17 00:29:38 +03:00
pcm.c use less memory, etc 2011-08-17 00:29:38 +03:00
prefs.ui unbelievably large gui revamp 2011-08-10 23:43:17 +03:00
slowrx.c use less memory, etc 2011-08-17 00:29:38 +03:00
slowrx.ui less FFT, more interpolation 2011-08-16 00:03:50 +03:00
sync.c store less data from sync signal 2011-08-17 19:33:04 +03:00
video.c store less data from sync signal 2011-08-17 19:33:04 +03:00
vis.c use less memory, etc 2011-08-17 00:29:38 +03:00

README.md

slowrx

A shortwave listener's Linux tool for decoding analogue SSTV images received through the sound card. Aims for intuitive simplicity and lack of features not needed by the SWL.

Features

  • Support for a multitude of modes (see modespec.c for a list)
  • Detect frequency-shifted signals – no need to fine-tune the radio
  • Automatic slant correction (compensation for sound card clock error)
  • Adaptive noise reduction
  • FSK ID decoding
  • Save received pictures as PNG
  • Written in C

Requirements

  • Linux
  • Alsa
  • Gtk+ 3
  • FFTW 3
  • pnglite

And, obviously:

  • shortwave radio with SSB
  • computer with sound card
  • means of getting sound from one to the other

References

The program was inspired by 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.