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]...")
 
 
(6 intermediate revisions by the same user not shown)
Line 12: Line 12:




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

Latest revision as of 09:53, 16 February 2021

Introduction

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

Theory