Add fft() function

This commit is contained in:
Bartłomiej Pluta
2019-09-08 22:56:24 +02:00
parent 55adf616c5
commit f5c72dd8a5
4 changed files with 21 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ sounddevice = "*"
soundfile = "*"
numpy = "*"
matplotlib = "*"
tkinter = "*"
[requires]
python_version = "3.7"