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
- Host: GitHub
- URL: https://github.com/vort/soundtransceiver
- Owner: Vort
- Created: 2015-10-08T11:23:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T11:02:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T20:14:23.525Z (over 1 year ago)
- Topics: c-sharp, digital-signal-processing, sound-processing
- Language: C#
- Homepage:
- Size: 343 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

