Sound spectrum: Difference between revisions

From wikiluntti
(Created page with "== Introduction == Use USB microphone to listen sound and FFT it to waveforms. == Theory == <syntaxhighlight lang="python"> </syntaxhighlight> [Category:Raspberry Pi]...")
 
Line 6: Line 6:


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


Line 12: Line 12:




[Category:Raspberry Pi]
[[Category:Raspberry Pi]]
[Category:Python]
[[Category:Python]]

Revision as of 09:32, 16 February 2021

Introduction

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

Theory

for in in range(1,19):