2 releases
| 0.1.0 | Dec 18, 2025 |
|---|
#1623 in Audio
Used in tuitar
66KB
1.5K
SLoC
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.
Dependencies
~6.5MB
~111K SLoC