2021-10-06 17:47:03 +01:00
2021-10-06 17:46:18 +01:00
2021-01-28 10:55:48 +00:00
2021-10-06 17:46:18 +01:00
2021-01-28 10:55:48 +00:00
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
Description
No description provided
Readme 52 KiB
Languages
Rust 100%