Skip to content

cgreenhalgh/vamp-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VAMP Live
=========

Initially just a copy of the simple command-line vamp host from the vamp sdk.
Hopefully becoming usable on live audio input...

Chris Greenhalgh, The University of Nottingham, 2015

Build - Linux
-------------

Ubuntu pre-reqs

	sudo apt-get install libsndfile1-dev
	sudo apt-get install pkg-config

Build/install vamp plugin development stuff from
http://www.vamp-plugins.org/develop.html
Note, on one machine had to do 'sudo ldconfig -v' to find shared libs.

Then, in any case:

	./configure
	make

Note, if changing configure.in then first:

	sudo apt-get install autoconf
	aclocal
	autoconf


About

Simple host for running vamp plugins from live audio input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published