Note in the GUI help text that the ToneDetect uses the Goertzel algorithm. Signed-off-by: Graham Whaley <graham.whaley@gmail.com>dds
| @@ -4745,7 +4745,10 @@ double s_freq = .0625;</p> | |||
| <script type="text/x-red" data-help-name="AudioAnalyzeToneDetect"> | |||
| <h3>Summary</h3> | |||
| <div class=tooltipinfo> | |||
| <p>Detect the level of a single tone</p> | |||
| <p>Detect the level of a single tone.</p> | |||
| <p>Uses the | |||
| <a href="https://en.wikipedia.org/wiki/Goertzel_algorithm" target="_blank">Goertzel algorithm</a> | |||
| .</p> | |||
| </div> | |||
| <h3>Audio Connections</h3> | |||
| <table class=doc align=center cellpadding=3> | |||