diff options
author | danfe <danfe@FreeBSD.org> | 2016-01-30 20:39:14 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-01-30 20:39:14 +0800 |
commit | 7a3c031e89fddbc39fdac1e0cacf66029c376ac7 (patch) | |
tree | 619980ddab936e7e751f45a3712d7f89116fc177 /audio/Makefile | |
parent | 8332ff77f2dbcaa863d96cdcfb1413803e066506 (diff) | |
download | freebsd-ports-gnome-7a3c031e89fddbc39fdac1e0cacf66029c376ac7.tar.gz freebsd-ports-gnome-7a3c031e89fddbc39fdac1e0cacf66029c376ac7.tar.zst freebsd-ports-gnome-7a3c031e89fddbc39fdac1e0cacf66029c376ac7.zip |
Add port of a better DeaDBeeF musical spectrum plugin. It offers variable
FFT size (up to 32768), Blackmann-Harris and Hanning window functions, and
various eye candy options.
WWW: https://github.com/cboxdoerfer/ddb_musical_spectrum
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 51e79958c7d4..e697a44df4e9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -94,6 +94,7 @@ SUBDIR += deadbeef-jack-plugin SUBDIR += deadbeef-mpris-plugin SUBDIR += deadbeef-mpris2-plugin + SUBDIR += deadbeef-musical-spectrum-plugin SUBDIR += decibel-audio-player SUBDIR += deforaos-mixer SUBDIR += dekagen |