aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4a8fbf98db04db153f8bd76d7fa2f3c191bceaa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Vaud

## Overview
Vaud is a simple audio vizualizer written in ncureses for JACK,
I wrote it because I could find no good alternative.

Vaud is built on the work of [Nicholas J. Humfrey](njh@aelius.com) and [Steve Harris](steve@plugin.org.uk)

## Installing
### Dependencies
You must have `libncurses-dev` and `jack-dev` installed
### Building
Compileing is just a straight forward `make`
### Configuration
You can modify config.h to change colors and some other stuff about how the visualizer displays. A recompile is needed for changes to take effect.

## Usage
To use, you MUST have the JACK server running,
go under "connect" and connect vaud to whichever output you want.