https://github.com/bradleynull/note-detector
Detecting notes and learning Rust
https://github.com/bradleynull/note-detector
Last synced: 5 months ago
JSON representation
Detecting notes and learning Rust
- Host: GitHub
- URL: https://github.com/bradleynull/note-detector
- Owner: bradleynull
- License: mit
- Created: 2025-02-05T04:41:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T14:28:56.000Z (over 1 year ago)
- Last Synced: 2025-06-02T05:14:54.976Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```