An open API service indexing awesome lists of open source software.

https://github.com/vort/soundtransceiver

Program for transmitting text messages using sound waves
https://github.com/vort/soundtransceiver

c-sharp digital-signal-processing sound-processing

Last synced: about 1 year ago
JSON representation

Program for transmitting text messages using sound waves

Awesome Lists containing this project

README

          

This is the program for transmitting of the text messages using sound waves.
It uses speaker as transmitter and microphone as receiver.

To transfer data using this software, it is needed to:
* Launch `SoundTransmitter.exe` on transmitting side and `SoundReceiver.exe` on receiving side;
* Set the same Frequency and Bitrate on transmitting and receiving side;
* Press Start on receiving side;
* Press Send on transmitting side;
* Wait until data is transmitted;
* Press Stop on receiving side.

Screenshots:

![SoundTransmitter screenshot](/doc/SoundTransmitter.png)

![SoundReceiver screenshot](/doc/SoundReceiver.png)