From 7a4c64975111af3758c837454036de0ae73074e1 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 11 Dec 2020 09:11:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7799959..ed4f804 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Tiny data-over-sound library. ## Details -This is a simple C++ library that allows to communicate small amounts of data between air-gapped devices using sound. It implements a simple transmission protocol that can be easily integrated in various projects. The bandwidth rate is between 8-16 bytes/sec depending on the protocol parameters. Error correction codes (ECC) are used to improve demodulation robustness. +This is a small C++ library that allows to communicate small amounts of data between air-gapped devices using sound. It implements a simple transmission protocol that can be easily integrated in various projects. The bandwidth rate is between 8-16 bytes/sec depending on the protocol parameters. Error correction codes (ECC) are used to improve demodulation robustness. This library is used only to generate and analyze the RAW waveforms that are played and captured from your audio devices (speakers, microphones, etc.). You are free to use any audio backend (e.g. PulseAudio, ALSA, etc.) as long as you provide callbacks for queuing and dequeuing audio samples.