mzilinec / audio-input-visualizer

This simple utility can be used to visualize audio input in web browser in real time. It consists of a C++ backend that records audio and sends it to a Javascript frontend via websocket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio input visualizer

This simple utility can be used to visualize audio input in web browser in real time. It consists of a C++ backend that records audio and sends it to a Javascript frontend via websocket.

Requirements

  • Boost
  • PortAudio

Installation

Usage

./audioServer [-p PORT]
xdg-open ./client.html

Example

License

MIT

About

This simple utility can be used to visualize audio input in web browser in real time. It consists of a C++ backend that records audio and sends it to a Javascript frontend via websocket.

License:MIT License


Languages

Language:C++ 61.3%Language:HTML 38.7%