• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D06-Dec-201717.6 KiB340281

MakefileH A D06-Dec-20171.1 KiB4937

README.mdH A D06-Dec-2017574 1612

manifest.ttlH A D06-Dec-20171.2 KiB3228

sc_record.cppH A D06-Dec-20177.3 KiB300213

sc_record.ttlH A D06-Dec-20175.1 KiB172162

screcord1.ccH A D06-Dec-201711.2 KiB394334

README.md

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