From 13da4547d67897e01c4ac29b611198452d15f877 Mon Sep 17 00:00:00 2001 From: Dave Griffiths Date: Sat, 10 Sep 2022 14:11:00 +0100 Subject: [PATCH] docs fix --- docs/manual.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual.md b/docs/manual.md index cd19ed4..3dbfba2 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -71,17 +71,17 @@ attempts to find a closer match in the network. ### algorithm -* basic +_basic_ Searches all sample blocks. Not usable with large brains. -* reversed +_reversed_ Searches all samples in the brain, but selects the least closest match instead of the closest. In practice this needs work, as silent or very quiet blocks tend to be the least similar. -* synaptic +_synaptic_ As brains get larger with more blocks, they get slower to search. This mode provides a constant search time over arbitrarily large brains. To @@ -94,7 +94,7 @@ gradually, or at least more gradually than the smaller block lengths. This can leads to the output changing with each repetition of the target, as we wander around the synapse network. -* slide +_slide_ Similar to synaptic mode above but if we can't find a close enough match (based on synaptic slide error) we repeat the target block @@ -165,7 +165,7 @@ purposes. ### stereo mode -Run separate searches for left and again for right speaker. +Run separate searches for left and right speaker. ## Brain contents