From 646f7089a83a77e8acf4be617741866b099b2d92 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 5 Jan 2021 23:08:22 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a09811a..6e9c113 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,13 @@ This library allows you to communicate small amounts of data between air-gapped 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. -You can easily test the library on your phone with these free mobile apps: +You can easily test the library using the `Waver: Data Over Sound` application: Download on the App Store Get it on Google Play + +Get it from the Snap Store + **Browser demo:** https://ggwave.ggerganov.com @@ -105,6 +108,19 @@ emcmake cmake .. make ``` + +## Installing the Waver application + +[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/waver) + +### Linux + +```bash +sudo snap install waver +sudo snap connect waver:audio-record :audio-record +``` + + ## Todo - [ ] Improve library interface