spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit eb3b69f63f0621e88a4147c7a722ef78f87ef5c2
parent cd743f4ff3953eaba93cb413e6ebc4bc4007e571
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon,  3 Sep 2012 17:29:20 -0700

Tidy

Diffstat:
MREADME.md | 23+++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # Spek -Spek is an acoustic spectrum analyser written in C and C++. It uses wxWidgets -for the GUI and FFmpeg libraries for audio decoding. +Spek is an acoustic spectrum analyser written in C and C++. It uses FFmpeg +libraries for audio decoding and wxWidgets for the GUI. Spek is available on *BSD, GNU/Linux, Windows and Mac OS X. @@ -36,16 +36,19 @@ Bugfixes: ### Sources / Packages - * Spek 0.8.0 tarball: - * <https://github.com/downloads/alexkay/spek/spek-0.8.0.tar.xz> +Spek 0.8.0 tarball: - * Windows and Mac OS X binaries: - * <https://github.com/downloads/alexkay/spek/spek-0.8.0.msi> - * <https://github.com/downloads/alexkay/spek/spek-0.8.0.zip> - * <https://github.com/downloads/alexkay/spek/spek-0.8.0.dmg> + * <https://github.com/downloads/alexkay/spek/spek-0.8.0.tar.xz> - * Unix packages: - * <https://github.com/alexkay/spek/blob/master/INSTALL.md#bsd-and-gnulinux> +Windows and Mac OS X binaries: + + * <https://github.com/downloads/alexkay/spek/spek-0.8.0.msi> + * <https://github.com/downloads/alexkay/spek/spek-0.8.0.zip> + * <https://github.com/downloads/alexkay/spek/spek-0.8.0.dmg> + +Unix packages: + + * <https://github.com/alexkay/spek/blob/master/INSTALL.md#bsd-and-gnulinux> ### Dependencies