shithub: neindaw

Download patch

ref: c75ad69eb9f52488a3b7454b18bef6382a38fc29
parent: 7c285b049475f2139c234f1ce7a760e564fbee49
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Dec 29 23:00:53 EST 2019

update the description

--- a/README.md
+++ b/README.md
@@ -40,10 +40,9 @@
 
 A DSP fs presents an interface to create instances of a DSP class by
 reading the `clone` file.  In the resulting directory `ctl` is used to
-read general info about the dsp, `raw` is used to supply input to the
+read general info about the dsp, `data` is used to supply input to the
 DSP (if it has any inputs) by writing to it, and output can be read
-from it.  The format is raw stream of `float`.  `pcm` is the same but
-is of format directly supported by `/dev/dsp` (two channels, 44100Hz).
+from it.  The format is raw stream of `float`.
 
 Each DSP instance, in addition to the mentioned files, provides a file
 tree that reflects the UI elements.  UI elements may provide `ctl`
@@ -53,7 +52,7 @@
 number of samples processed before the change, next read is blocked
 until the value is changed.
 
-Several DSPs may be connected by chaining their `raw` interfaces
+Several DSPs may be connected by chaining their `data` interfaces
 together.  If some parameters need to be changed dynamically during
 processing with frame accuracy, it can be achieved by running the
 chain for a chunk of data, changing the parameters, then continuing