Difference between revisions of "Sound spectrum"

From cod3v
Line 6: Line 6:


<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
for in in range(1,19):
</syntaxhighlight>
</syntaxhighlight>



Revision as of 23:40, 15 February 2021

Introduction

Use USB microphone to listen sound and FFT it to waveforms.

Theory