rghvdberg / libsndfile_vio_dpf

Audio plugin demonstrating how to load audio files from memory buffers with libsndfile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsndfile_vio_dpf

Audio plugin demonstrating how to load audio files from memory buffers with libsndfile.

This plugin uses dpf as audio plugin framework. It builds a lv2 and vst2 plugin and a jack app if the jack headers are installed There's no GUI.


Build Instructions

Dependencies

libsndfile1-dev
lv2-dev
(optional) libjack-jackd2-dev or libjack-dev

git clone --recursive https://github.com/rghvdberg/libsndfile_vio_dpf.git
cd libsndfile_vio_dpf
make

there's no make install
binaries are in the bin directory

About

Audio plugin demonstrating how to load audio files from memory buffers with libsndfile.

License:ISC License


Languages

Language:C++ 99.7%Language:Makefile 0.2%Language:C 0.1%