Private
Shared-key protection
Messages can be encrypted so both sides need the same key to read the exchange.
Private messaging through sound
FSK Comm lets one device send a short message as sound and another device receive and decode it.
The experience stays compact: write a message, play the signal, listen on the other side, and read the result.
Transmission pipeline
Overview
FSK Comm is designed for short point-to-point communication where a message needs to travel through analog audio instead of a traditional network path. The project uses BFSK modulation to carry compact encrypted messages through sound.
Private
Messages can be encrypted so both sides need the same key to read the exchange.
Practical
The app is centered on a simple send-and-listen workflow, turning text into audio and audio back into readable text.
Easy to follow
The main screen, instruction view, and settings screen keep transmission, decoding, and security settings close and understandable.
How It Works
The sender enters a short message and starts transmission from the app.
The message is encoded into an audio signal that can be played and received.
The receiving side listens, records the signal, and turns it back into readable text.
A shared key is used, so the message is not readable without the correct secret.
Android App