Skip to content

qspidy/panon

 
 

Repository files navigation

This is an audio spectrum analyzer for KDE panel.

../../wiki/plasmoid/preview.png

Requirements

Version
OpenGL / GLSL>= 3.0 / 1.30
org.kde.kirigami>= 2.3 (kf 5.42)
org.kde.newstuff>= 1.1 (kf 5.63)

If your KDE Framework is older than 5.63, see here.

Dependencies

Arch Linux

sudo pacman -S qt5-websockets \
    python-docopt python-numpy python-pyaudio python-cffi python-websockets 

openSUSE

sudo zypper in libQt5WebSockets5 \
    python3-docopt python3-numpy python3-PyAudio python3-cffi python3-websockets

Ubuntu

sudo apt-get install qml-module-qt-websockets \
    python3-docopt python3-numpy python3-pyaudio python3-cffi python3-websockets

Solus

sudo eopkg install qt5-websockets  \
   python-docopt PyAudio numpy python-cffi python-websockets

Installation

Via KDE Store

  1. Open the “Add Widgets” dialog of your desktop
  2. Go to “Get New Widgets” in the bottom
  3. Click “Download New Plasma Widgets”
  4. Search for “panon”
  5. Click “Install”

Via Command Line

git clone https://github.com/rbn42/panon.git
cd panon

# Download SoundCard and hsluv-glsl
git submodule update --init

# Build translations (optional)
mkdir build
cd build
cmake ../translations
make install DESTDIR=../plasmoid/contents/locale
cd ..

# To install
kpackagetool5 -t Plasma/Applet --install plasmoid

# To upgrade
kpackagetool5 -t Plasma/Applet --upgrade plasmoid

Via AUR

plasma5-applets-panon is available for ArchLinux.

Credits

Main Contributors

From old to new,

Contributor
AUR package maintained bymareex, flying-sheep (Philipp A.)
German translation added byNullDev (Chris)
“Download New Effects” dialog added byflying-sheep (Philipp A.)
Dutch translation added byVistaus (Heimen Stoffels)
“Monitor of Current Device” option added byYuannan

And thanks for all the reported issues and suggestions, which I would not list here.

Third Party Source

FilesSourceLicensed under
source.py and spectrum.pyadapted from PyVisualizer
hsv2rgb in utils.fshcopied from GLSL-color.md

About

An Audio Visualizer Widget in KDE Plasma, join matrix and discuss:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 40.6%
  • Python 28.5%
  • GLSL 27.1%
  • Shell 2.0%
  • CMake 1.3%
  • JavaScript 0.4%
  • HTML 0.1%