Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ggerganov/wave-gui

Yet another data-over-sound tool
https://github.com/ggerganov/wave-gui

cpp data-over-sound ecc imgui

Last synced: 10 days ago
JSON representation

Yet another data-over-sound tool

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/ggerganov/wave-gui.svg?branch=sdl)](https://travis-ci.org/ggerganov/wave-gui?branch=sdl)

# wave-gui
Yet another data-over-sound tool

[**Live demo *(Chrome only)***](https://wave-gui.ggerganov.com)

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](http://www.glfw.org)
- [FFTW](http://www.fftw.org)
- [SDL2](https://www.libsdl.org)
- [ImGui](https://github.com/ocornut/imgui) (git submodule)

## Thanks

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