From a1c72f26cc25a939ad3ca3414f1bfbef74da54cb Mon Sep 17 00:00:00 2001 From: alice Date: Wed, 17 Apr 2024 22:31:51 +0100 Subject: [PATCH] update help for fft() - will be expanded/updated further --- src/api.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api.h b/src/api.h index a46e5729b..50c7cd3df 100644 --- a/src/api.h +++ b/src/api.h @@ -835,9 +835,8 @@ enum macro(fft, \ "fft(freq)", \ \ - "The fft creates 256 buckets that map to a region of audible frequencies.\n" \ - "Each returns a value 0-255 based on the intensity of sound at that frequency at that time\n." \ - "See aldroid after class.", \ + "Creates 256 buckets that map to a region of audible frequencies.\n" \ + "Each returns a value 0-1 based on the intensity of sound at that frequency at that time.\n", \ 1, \ 1, \ 0, \