From 43e554da370303ac7be47b4be5ac34c216c66b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 14 Feb 2016 19:44:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb33eb..b01e807 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ E.g. you can send `-0.05 0.02\n` * Every process sends out its output buffer size to the next process. Then it startss processing data. * The DSP chain should start with a `csdr setbuf ` process, which only copies data from the input to the output, but also sends out the given buffer size information to the next process. * The 8 bytes of information included in the beginning of the stream is: - * a preamble of the bytes 'C','S','D','R' (4 bytes), + * a preamble of the bytes 'c','s','d','r' (4 bytes), * the buffer size stored as `int` (4 bytes). * This size always counts as samples, as we expect that the user takes care of connecting the functions with right data types to each other.