spectrodraw

Crates.iospectrodraw
lib.rsspectrodraw
version0.1.0
sourcesrc
created_at2022-01-25 21:29:46.758182
updated_at2022-01-25 21:29:46.758182
descriptionA utility for converting images into audio files which will regenerate the image in a spectrogram
homepage
repositoryhttps://gitlab.scd31.com/stephen/spectrodraw
max_upload_size
id521086
size639,727
Stephen D (scd31)

documentation

README

spectrodraw

Spectrodraw is a command line utility for turning images into audio files. When these audio files are passed through a spectrogram, it will recreate the original image.

Original image:

Generate audio file: spectrodraw -- amogus.png amogus.wav

Output wav file:

Generate spectrogram: audioprism amogus.wav out.png

Output spectrogram:

Spectrodraw has command line arguments to fine-tune most attributes. It also features optional morse code identification (useful for ham radio transmissions) and repetition of the output.

Installation

If you have cargo, install with cargo install spectrodraw.

If you don't have cargo, download the binary file from the CI artifact.

Commit count: 0

cargo fmt