Slowrx is an SSTV decoder for Linux.
 
 
Go to file
Oona be38844acd threads_enter etc 2012-12-26 22:52:07 +02:00
.gitignore ignore directories with received content 2012-12-24 01:32:21 +01:00
Makefile Merge branch 'master' of github.com:windytan/slowrx 2012-12-25 22:43:38 +02:00
README.GPL GPL workaround :) 2012-12-25 22:49:03 +02:00
README.md less stuff in the readme, now that there's Pages 2012-12-26 22:51:22 +02:00
TODO threads_enter etc 2012-12-26 22:52:07 +02:00
aboutdialog.ui rewrite fsk decoder, etc 2011-08-30 19:21:03 +03:00
common.c - 2012-12-25 22:43:26 +02:00
common.h unused boolean 2012-03-22 09:50:48 +02:00
fsk.c - 2012-12-25 22:43:26 +02:00
gui.c - 2012-12-25 22:43:26 +02:00
modespec.c - 2012-12-25 22:43:26 +02:00
pcm.c Merge branch 'master' of github.com:windytan/slowrx 2012-12-25 22:43:38 +02:00
prefs.ui rewrite fsk decoder, etc 2011-08-30 19:21:03 +03:00
slowrx.c Merge branch 'master' of github.com:windytan/slowrx 2012-12-25 22:43:38 +02:00
slowrx.ui - 2012-12-25 22:43:26 +02:00
sync.c fix integer overflow + some gui improvements 2012-04-06 15:38:41 +03:00
video.c - 2012-12-25 22:43:26 +02:00
vis.c - 2012-12-25 22:43:26 +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
  • 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.