https://github.com/herrzatacke/sstv
Convert images to waveforms and vice versa
https://github.com/herrzatacke/sstv
Last synced: about 2 months ago
JSON representation
Convert images to waveforms and vice versa
- Host: GitHub
- URL: https://github.com/herrzatacke/sstv
- Owner: HerrZatacke
- License: mit
- Created: 2017-12-30T00:15:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T00:23:07.000Z (over 7 years ago)
- Last Synced: 2025-03-27T01:42:44.984Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A javascript (S)low (S)can (T)ele(V)ision converter
see: https://www.sigidwiki.com/wiki/Slow-Scan_Television_(SSTV)
## PLEASE NOTE: This is a placeholder/work in progress.
The planned implementation is:
``` javascript
import SSTV from 'sstv';const waveformStream = sstv.toWaveform('path/to/image.png', 'sstv-protocol'); // where mode can be one of the implemented protocols
const imageStream = sstv.toImage('path/to/sound.mp3', 'sstv-protocol'); // where mode can be one of the implemented protocols - default is "auto"
```## Planned protocols for implementation:
```
Robot 8 B/W
Robot 12 B/W
Robot 24
Robot 36
Robot 72
Martin 1
Martin 2
Scottie 1
Scottie 2
ScottieDX
```