1<h1>screcord</h1>
2
3<p>a simple Lv2 capture plugin</p>
4-    Include a mono and a stereo capture plugin.
5-    using libsndfile <a href="http://www.mega-nerd.com/libsndfile/">http://www.mega-nerd.com/libsndfile/</a>
6-    save audio stream as wav or ogg files to ~/lv2record/lv2_sessionX.wav/ogg were X is replaced by numbers
7-    No Gui, the host need to provide the UI.
8
9<p>build:</p>
10-    no build dependency check, just make
11-    libsndfile is needed
12
13<p>install:</p>
14-    as user make install will install to ~./lv2/
15-    as root make install will install to /usr/lib/lv2/
16