Expand description
§Tuitar Core
The core logic and UI of Tuitar.
With using this library you can implement your own Tuitar-like applications. The current implementations are:
tuitar: The terminal application for Tuitar.tuitar-firmware: The ESP32 firmware for Tuitar.
The library is currently capable of:
- Draw the UI using Ratatui and track FPS via
FpsWidget - Process raw audio samples and apply FFT with the provided backend (
impl Transformer) - Track application state and provide methods suchs as pitch detection (
State) - Load songs as MIDI or Guitar Pro format (see the
songsmodule)
See the main documentation for more information.