Timing utility
Find a file
2026-03-04 21:15:59 +03:00
.github/workflows add manual dispatch to release workflow 2026-02-27 15:20:48 +03:00
assets update README 2026-02-19 01:07:29 +03:00
src partially fix some metronome weirdness 2026-03-04 21:15:59 +03:00
.gitignore it works? 2026-02-09 13:39:15 +03:00
.rustfmt.toml rustfmt 2026-02-12 23:25:58 +03:00
build.rs bump minor 2026-02-19 01:30:53 +03:00
Cargo.lock bump minor 2026-03-04 19:25:33 +03:00
Cargo.toml bump minor 2026-03-04 19:25:33 +03:00
LICENSE add LICENSE 2026-02-09 18:04:26 +03:00
README.md README credits 2026-02-24 21:02:37 +03:00
TODO.md optimize spectrogram rendering 2026-03-04 19:25:11 +03:00

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

$ cargo run --release

It is recommended to run in release mode, since spectrogram rendering can be incredibly slow

Credits