wave-gui

November 8, 2021 ยท View on GitHub

Build Status

wave-gui

Yet another data-over-sound tool

Live demo (Chrome only)

Videos:

CG++ Data over sound CG++ Data over sound

Building & running

git clone https://github.com/ggerganov/wave-gui
cd wave-gui
git submodule update --init
make
./build/main/wave-gui

Dependencies

  • GLFW3
  • FFTW
  • SDL2
  • ImGui (git submodule)

Thanks

Mike Lubinets (https://github.com/mersinvald) for the Reed-Solomon error correction library

Contents

  1. 1Building & running
  2. 2Dependencies
  3. 3Thanks