AptEncode is a cross-platform command-line tool that converts standard images into NOAA APT-format WAV audio files, simulating the analog signal used by real weather satellites. It works on Linux, Windows and macOS, and supports a wide range of image formats out of the box.
- 🖼️ Accepts JPEG, PNG, BMP, and other standard formats
- 📏 Automatically scales input images to proper width and handles images with different resolutions
- 🎧 Outputs WAV files compatible with all APT decoders
- 🛠️ Works on Linux, Windows and macOS
- C++20 compatible compiler
- Open with your IDE of choice and hit build or something (I used CLion)
- I don't use linux so if this snippet doesn't work i have no idea
g++ main.cpp WavAptEncoder.cpp -o AptEncodeAptEncode <input> <output.wav>AptEncode -d <input_a> <input_b> <output.wav>