Skip to content

Commit

Permalink
update help for fft() - will be expanded/updated further
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying committed Apr 17, 2024
1 parent 6bfd868 commit a1c72f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit a1c72f2

Please sign in to comment.