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
- Host: GitHub
- URL: https://github.com/bradleynull/note-detector
- Owner: bradleynull
- License: mit
- Created: 2025-02-05T04:41:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T04:48:41.000Z (3 months ago)
- Last Synced: 2025-02-05T05:25:59.909Z (3 months ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```