https://github.com/ruuda/audiograter
A GTK-based spectrogram viewer
https://github.com/ruuda/audiograter
flac gtk spectrogram
Last synced: 10 days ago
JSON representation
A GTK-based spectrogram viewer
- Host: GitHub
- URL: https://github.com/ruuda/audiograter
- Owner: ruuda
- License: gpl-3.0
- Created: 2019-09-12T21:01:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T19:54:14.000Z (over 1 year ago)
- Last Synced: 2025-10-04T08:37:44.671Z (5 months ago)
- Topics: flac, gtk, spectrogram
- Language: Rust
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
Audiograter
===========
A GTK-based spectrogram viewer.

Audiograter is a basic application that visualizes the frequency spectrum
of flac files. It is similar to [Spek][spek], but less fully featured and
not portable. Audiograter fully supports HiDPI.
Usage
-----
Drag a flac file onto the window.
Building
--------
cargo build --release
target/release/audiograter
License
-------
Audiograter is free software. It is licensed under the
[GNU General Public License][gplv3], version 3.
[spek]: http://spek.cc
[gplv3]: https://www.gnu.org/licenses/gpl-3.0.html