Go to file
2021-10-06 17:47:03 +01:00
src Update and added ReadMe 2021-10-06 17:46:18 +01:00
.gitignore Started 2021-01-28 10:55:48 +00:00
Cargo.lock Update and added ReadMe 2021-10-06 17:46:18 +01:00
Cargo.toml Started 2021-01-28 10:55:48 +00:00
README.md Fix readme 2021-10-06 17:47:03 +01:00

Frequency detector written in rust

This project started out as a simple humming detector written in rust but, ended up becoming a frequency analyser that uses a Fourier transform to obtain the frequencies of the sound that is being recorded.

But the main goals of the project were still accomplished:

  • Improve rust skills
  • Learn how to record audio using rust (in Linux)
  • Learn the mathematical bases of a Fourier transform

How to run

cargo run