Slowrx is an SSTV decoder for Linux.
 
 
Go to file
Oona 2fccddba62 reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
.gitignore
Makefile
README.md
TODO
aboutdialog.ui
common.c reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
common.h reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
fsk.c
gui.c reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
modespec.c
pcm.c
prefs.ui
slowrx.c reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
slowrx.ui reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
sync.c reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
video.c reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00
vis.c reworked sync detection, now based on convolution etc 2013-01-14 23:21:15 +02:00

README.md

slowrx

Slowrx is an SSTV decoder for Linux that aims for intuitive simplicity and lack of features not needed by a shortwave listener.

Created by Oona Räisänen / OH2-250 (windyoona at gmail).

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
  • Decode digital FSK ID
  • Save received pictures as PNG
  • Written in C99

Requirements

  • Linux
  • Alsa
  • Gtk+ 3.4
  • FFTW 3

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-2013, Oona Räisänen (windyoona at gmail)

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.