We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7d8f commit 7a0f11fCopy full SHA for 7a0f11f
src/AudioTools/CoreAudio/GoerzelStream.h
@@ -179,8 +179,11 @@ class GoertzelDetector {
179
* Supports multiple sample formats:
180
* - 8-bit: unsigned samples (0-255), converted to signed (-128 to 127)
181
* - 16-bit: signed samples (-32768 to 32767)
182
- * - 24-bit: signed samples stored as 3 bytes, little-endian
+ * - 24-bit: signed samples stored as 4 bytes, little-endian
183
* - 32-bit: signed samples (-2147483648 to 2147483647)
184
+ *
185
+ * Use this class in combination with a MultiStream to detect multiple
186
+ * frequencies.
187
*
188
* @ingroup dsp
189
* @author pschatzmann
0 commit comments