An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Audiograter
===========

A GTK-based spectrogram viewer.

![Screenshot of Audiograter](screenshot.png)

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