Slowrx is an SSTV decoder for Linux.
 
 
Go to file
András Veres-Szentkirályi 8d4aa54b3c create output directories if they don't exist 2012-12-24 01:31:40 +01:00
.gitignore ignore compiled slowrx binary file 2012-12-24 00:55:27 +01:00
Makefile fixed clean command in Makefile 2012-12-24 00:54:53 +01:00
README.md readme mistake 2012-10-02 14:39:19 +03:00
aboutdialog.ui rewrite fsk decoder, etc 2011-08-30 19:21:03 +03:00
common.c unused boolean 2012-03-22 09:50:48 +02:00
common.h unused boolean 2012-03-22 09:50:48 +02:00
fsk.c screenshot, etc 2011-09-11 10:04:46 +03:00
gui.c
modespec.c rewrite fsk decoder, etc 2011-08-30 19:21:03 +03:00
pcm.c try all sound cards in reverse order in case of open failure 2012-12-24 01:15:46 +01:00
prefs.ui rewrite fsk decoder, etc 2011-08-30 19:21:03 +03:00
slowrx.c create output directories if they don't exist 2012-12-24 01:31:40 +01:00
slowrx.ui screenshot, etc 2011-09-11 10:04:46 +03:00
sync.c fix integer overflow + some gui improvements 2012-04-06 15:38:41 +03:00
video.c screenshot, etc 2011-09-11 10:04:46 +03:00
vis.c fix integer overflow + some gui improvements 2012-04-06 15:38:41 +03:00

README.md

slowrx

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

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

endorse

Screenshot

Screenshot

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
  • 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-2012, 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.