this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update help for fft() - will be expanded/updated further

alice e0736f30 100d2f18

+2 -3
+2 -3
src/api.h
··· 835 835 macro(fft, \ 836 836 "fft(freq)", \ 837 837 \ 838 - "The fft creates 256 buckets that map to a region of audible frequencies.\n" \ 839 - "Each returns a value 0-255 based on the intensity of sound at that frequency at that time\n." \ 840 - "See aldroid after class.", \ 838 + "Creates 256 buckets that map to a region of audible frequencies.\n" \ 839 + "Each returns a value 0-1 based on the intensity of sound at that frequency at that time.\n", \ 841 840 1, \ 842 841 1, \ 843 842 0, \