diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-20 21:54:41 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:12:00 +0200 |
commit | 7a3b2297e6f784e608d2013c910657334ee3019e (patch) | |
tree | 2cb7818971b048af534440cc4e8a2d064e8d155f /sndfiler/README | |
parent | 40be3959a23e385aea503ad862565f057e61035d (diff) |
also works with pd_main now - additional threaded resize method
svn path=/trunk/externals/tb/; revision=3991
Diffstat (limited to 'sndfiler/README')
-rwxr-xr-x | sndfiler/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sndfiler/README b/sndfiler/README new file mode 100755 index 0000000..15995b3 --- /dev/null +++ b/sndfiler/README @@ -0,0 +1,24 @@ + +[sndfiler] + +a threaded soundfiler for PD using libsndfile + + +REQUIREMENTS: + - pd >= 0.39 + - libsndfile + - for main PD you will also need threadlib: + http://grh.mur.at/software/threadlib.html + +FEATURES: + - threaded reading of multichannel soundfiles into arrays + - threaded resize of arrays + + +For more information look at the help patch ! + +See the file INSTALL for installation instructions. + + +(C) 2005, Tim Blechmann <TimBlechmann@gmx.de>, + Georg Holzmann <grh@mur.at> |