• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-20222.4 KiB8747

PKGBUILDH A D10-Jan-20151,023 4434

README.mdH A D10-Jan-20151 KiB3824

fastftoi.hH A D10-Jan-20155.3 KiB16066

spectrogram.cH A D03-May-202238.9 KiB1,024875

userinstall.shH A D10-Jan-2015907 2319

userremove.shH A D10-Jan-2015195 63

README.md

1[![Build Status](https://drone.io/github.com/cboxdoerfer/ddb_spectrogram/status.png)](https://drone.io/github.com/cboxdoerfer/ddb_spectrogram/latest)
2
3Spectrogram plugin for DeaDBeeF audio player
4====================
5
6## Installation
7
8### Arch Linux
9See the [AUR](https://aur.archlinux.org/packages/deadbeef-plugin-spectrogram-git/)
10
11### Gentoo
12See ebuilds [here](https://github.com/megabaks/stuff/tree/master/media-plugins/deadbeef-spectrogram)
13
14### Binaries
15
16#### Dev
17[x86_64](https://drone.io/github.com/cboxdoerfer/ddb_spectrogram/files/deadbeef-plugin-builder/ddb_spectrogram_x86_64.tar.gz)
18
19[i686](https://drone.io/github.com/cboxdoerfer/ddb_spectrogram/files/deadbeef-plugin-builder/ddb_spectrogram_i686.tar.gz)
20
21Install them as follows:
22
23x86_64: ```tar -xvf ddb_spectrogram_x86_64.tar.gz -C ~/.local/lib/deadbeef```
24
25i686: ```tar -xvf ddb_spectrogram_i686.tar.gz -C ~/.local/lib/deadbeef```
26
27### Other distributions
28#### Build from sources
29First install DeaDBeeF (>=0.6) and fftw3
30```bash
31make
32./userinstall.sh
33```
34
35## Screenshot
36
37![](http://i.imgur.com/UTEVqr3.png)
38