Skip to content

Commit 7a0f11f

Browse files
committed
DRAFT GerzelStream
1 parent efa7d8f commit 7a0f11f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/AudioTools/CoreAudio/GoerzelStream.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,11 @@ class GoertzelDetector {
179179
* Supports multiple sample formats:
180180
* - 8-bit: unsigned samples (0-255), converted to signed (-128 to 127)
181181
* - 16-bit: signed samples (-32768 to 32767)
182-
* - 24-bit: signed samples stored as 3 bytes, little-endian
182+
* - 24-bit: signed samples stored as 4 bytes, little-endian
183183
* - 32-bit: signed samples (-2147483648 to 2147483647)
184+
*
185+
* Use this class in combination with a MultiStream to detect multiple
186+
* frequencies.
184187
*
185188
* @ingroup dsp
186189
* @author pschatzmann

0 commit comments

Comments
 (0)