An open API service indexing awesome lists of open source software.

https://github.com/bradleynull/note-detector

Detecting notes and learning Rust
https://github.com/bradleynull/note-detector

Last synced: 3 months ago
JSON representation

Detecting notes and learning Rust

Awesome Lists containing this project

README

        

# Note Detector

This app should access the microphone and determine the loudest frequency. The intention is to extend it to help determine the current note that's being played on a stringed instrument.

## Build and Run

Simple:

```
$ cargo run
```