mirror of
https://github.com/uzervlad/spectral.git
synced 2026-04-28 08:26:26 +00:00
Timing utility
- Rust 100%
| .github/workflows | ||
| assets | ||
| src | ||
| .gitignore | ||
| .rustfmt.toml | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| TODO.md | ||
Spectral
Spectral is a utility for timing songs for use in rhythm games, using a spectrogram as a visual guide.
Warning
The project is in its early stages, expect breakage and very rough UX
Goals for 1.0 release can be found here
Screenshots
For users
You can download the latest release here
For developers
Prerequisites
- Rust (https://rust-lang.org/)
$ cargo run --release
It is recommended to run in release mode, since spectrogram rendering can be incredibly slow
Credits
- Metronome sounds from osu-resources •
CC-BY-NC 4.0 - Spectrogram colormaps from roseus •
MIT License