tuitar 0.1.0

A TUI guitar tuner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Tuitar

[![Built With Ratatui](https://ratatui.rs/built-with-ratatui/badge.svg)](https://ratatui.rs/)

Terminal user interface for [Tuitar](https://github.com/orhun/tuitar).

<img src="https://github.com/orhun/tuitar/blob/main/tuitar/assets/demo.gif?raw=true" height="500">

It can be used for:

- Pitch detection from the microphone input.
- Tuning the guitar.
- The real-time visualization of the fretboard.

**Tuitar** is originally designed to run on the ESP32 hardware, but this application tries to implement the same features as closely as possible.

See the [main repository](https://github.com/orhun/tuitar) for more information about the project.