https://github.com/darwindarak/bass-tuna
A terminal-based strings instrument tuner
https://github.com/darwindarak/bass-tuna
audio-analysis rust tui
Last synced: 5 months ago
JSON representation
A terminal-based strings instrument tuner
- Host: GitHub
- URL: https://github.com/darwindarak/bass-tuna
- Owner: darwindarak
- License: mit
- Created: 2024-12-23T15:56:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T17:01:55.000Z (over 1 year ago)
- Last Synced: 2025-10-26T15:56:01.419Z (9 months ago)
- Topics: audio-analysis, rust, tui
- Language: Jupyter Notebook
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bass-tuna 🐟
A terminal-based ~~instrument~~ ~~bass~~ 4-string bass guitar tuner.
Because my clip-on tuner ran out of battery, and things ...spiraled...
## Usage
Run
```bash
tuna # the name is already taken on crates.io but I really like this name so I'm keeping this binary name
```
and pick an input device (currently only tested on the Fender Mustang Micro).
## Features
- [x] Tunes my bass
- [ ] Tunes my bass through microphone input
- [ ] Tunes guitars
- [ ] Tunes somebody elses instruments
## Roadmap
Would be fun to:
- have something that monitors plucking volume and tempo consistency
- further optimize the pitch detection algorithm
- use this as a platform to play with Rust's GUI options
## License
This project is licenced under the [MIT License](./LICENSE).