tui-equalizer
An equalizer widget for Ratatui with multiple frequency bands.
The equalizer is a vertical bar chart where each band represents a frequency range. Each band can display a value from 0.0 to 1.0, where 1.0 is the maximum value.

This demo can be found in the examples folder in the git repo.
cargo run --example demo
Inspired by a comment in the ratatui repo.
Example
use ;
let equalizer = Equalizer ;
equalizer.render;
License
Copyright (c) Josh McKinney
This project is licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.