FSK Comm 0.1.5

Private messaging through sound

Send short encrypted messages through an audio signal

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

  1. ChaCha20-Poly1305 encrypted fragments
  2. CRC and whitening
  3. FEC and interleaving
  4. PHY framing to BFSK PCM
  5. Recorded PCM burst search
  6. Frame recovery and validation

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

Shared-key protection

Messages can be encrypted so both sides need the same key to read the exchange.

Practical

Built around sound

The app is centered on a simple send-and-listen workflow, turning text into audio and audio back into readable text.

Easy to follow

Clear app flow

The main screen, instruction view, and settings screen keep transmission, decoding, and security settings close and understandable.

How It Works

1. Write and send

The sender enters a short message and starts transmission from the app.

2. Convert to sound

The message is encoded into an audio signal that can be played and received.

3. Listen and decode

The receiving side listens, records the signal, and turns it back into readable text.

4. Protect the exchange

A shared key is used, so the message is not readable without the correct secret.

Good fit for

  • Short point-to-point messages where a compact workflow matters.
  • Situations where a shared secret should protect the content.
  • Mobile flows where one side sends and the other side listens and decodes.
  • Projects that want a focused app flow instead of a full messaging platform.
Android app send and listen workflow
Encrypted shared-key message protection
Audio signal message carried through sound
Compact flow write, play, receive, read

Android App

FSK Comm Android main screen for entering text and transmitting encrypted audio messages
FSK Comm settings screen for audio behavior and security options
FSK Comm instruction screen with steps for transmitting and receiving messages