All Projects → ThePBone → Viper4Linux-GUI-Legacy

ThePBone / Viper4Linux-GUI-Legacy

Licence: GPL-3.0 license
Official UI for Viper4Linux Legacy (https://github.com/noahbliss/Viper4Linux)

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
QMake
1090 projects

Projects that are alternatives of or similar to Viper4Linux-GUI-Legacy

EasyEffects-Presets
Presets for EasyEffects and PulseEffects.
Stars: ✭ 235 (+658.06%)
Mutual labels:  equalizer
dart vlc
🎞 Flutter audio / video playback, broadcast & recording library for Windows & Linux.
Stars: ✭ 439 (+1316.13%)
Mutual labels:  equalizer
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+9119.35%)
Mutual labels:  equalizer
Pulseeffects
Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications
Stars: ✭ 3,040 (+9706.45%)
Mutual labels:  equalizer
Eqmac
macOS System-wide Audio Equalizer & Volume Mixer 🎧
Stars: ✭ 3,947 (+12632.26%)
Mutual labels:  equalizer
matchering-cli
🎚️ Simple Matchering 2.0 Command Line Application
Stars: ✭ 28 (-9.68%)
Mutual labels:  equalizer
Refresh-Music-Player
A beautifully designed music player app for android.
Stars: ✭ 22 (-29.03%)
Mutual labels:  equalizer
JDSP4Linux
An audio effect processor for PipeWire and PulseAudio clients
Stars: ✭ 192 (+519.35%)
Mutual labels:  equalizer
easyeffects
Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications
Stars: ✭ 3,408 (+10893.55%)
Mutual labels:  equalizer
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (-9.68%)
Mutual labels:  equalizer
equalizer
SoundCloud music player with equalizer
Stars: ✭ 25 (-19.35%)
Mutual labels:  equalizer
fil4.lv2
4 Band Parametric EQ
Stars: ✭ 60 (+93.55%)
Mutual labels:  equalizer
retro-winamp-block
A Winamp-styled audio block for all your retro music player needs.
Stars: ✭ 14 (-54.84%)
Mutual labels:  equalizer
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-19.35%)
Mutual labels:  equalizer
LiquidEqualizerWidget
Modern 15-band equalizer for C++/Qt
Stars: ✭ 26 (-16.13%)
Mutual labels:  equalizer
Viper4Linux
Second iteration of Viper4Linux including smarter volume management and more to come... maybe.
Stars: ✭ 72 (+132.26%)
Mutual labels:  viper4linux

Viper4Linux-GUI-Legacy

Build Status GitHub Codacy branch grade GitHub release

Official UI for Viper4Linux https://github.com/noahbliss/Viper4Linux

  • Telegram: @ThePBone

DEPRECATED - Please use the new GUI for Viper instead:

https://github.com/Audio4Linux/Viper4Linux-GUI

It provides support for both legacy Viper and Viper4Linux2


Usage

Features

  • Change V4L properties on the fly
  • Apply automatically (Save and reload V4L after performing changes)
  • Convolver Selection
  • UI-Theming/Stylesheets/Color Palettes
  • Import/Export Android Configs

Installation

Ubuntu PPA

Add PPA Repo

curl -s --compressed "https://thepbone.github.io/Viper4Linux-GUI-PPA/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/vipergui.list "https://thepbone.github.io/Viper4Linux-GUI-PPA/vipergui.list"
sudo apt update

Install from PPA

sudo apt install viper4linux-gui

View PPA on GitHub

Arch

On Arch you also can use the AUR package (using git) provided by yochananmarqos:

yay -S viper4linux-gui-git  

Note: On Arch, I recommend you to use the git package above as it already uses the newer GUI for Viper4Linux2. Check its repo out here: Audio4Linux/Viper4Linux-GUI

Or this one to get the latest stable release:

yay -S viper4linux-gui

AUR version AUR version

Debian

You can find DEB packages here.

sudo dpkg -i <..deb-filename..>

OpenSUSE

We have a package for OpenSUSE (Leap 15.1 and Tumbleweed) provided by @fcuzzocrea!

First you need to add the repos according to your version (in this example Tumbleweed is used) :

sudo zypper ar https://download.opensuse.org/repositories/home:/bosconovic:/viper4linux/openSUSE_Tumbleweed/ viper  

Once you have added the repo, refresh the package list :

sudo zypper refresh

Now you're ready to install viper4linux-gui:

sudo zypper in viper4linux-gui

Debian/Ubuntu

Installation (script)

To simplify the installation on Debian, I have added an automatic install script. You can also use it to update to a new stable release (if available). If you prefer using apt, read the PPA section above.

curl -s https://raw.githubusercontent.com/ThePBone/Viper4Linux-GUI/master/scripts/install-debian.sh | sudo bash

Uninstallation (script)

You can use this uninstall script if you want to remove the GUI (assuming you have installed it with the above automatic script)

curl -s https://raw.githubusercontent.com/ThePBone/Viper4Linux-GUI/master/scripts/uninstall-debian.sh | sudo bash

Portable/Manually

Install Dependencies

You will need to change this line, depending on which package manager your distribution uses.

sudo apt install libqt5widgets5 libqt5gui5 libqt5core5a libqt5xml5 libgl1-mesa-dev git

Start Executable

chmod +x viper-gui
./viper-gui

Optional: Manual Install

Copy to /usr/local/bin
sudo cp viper-gui /usr/local/bin
sudo chmod 755 /usr/local/bin/viper-gui
Create Menu Entry
sudo cat <<EOT >> /usr/share/applications/viper-gui.desktop
[Desktop Entry]
Name=Viper4Linux
GenericName=Equalizer
Comment=Official UI for Viper4Linux
Keywords=equalizer
Categories=AudioVideo;Audio;
Exec=viper-gui
Icon=/usr/share/pixmaps/viper-gui.png
StartupNotify=false
Terminal=false
Type=Application
EOT
Download Icon
sudo wget -O /usr/share/pixmaps/viper-gui.png https://raw.githubusercontent.com/ThePBone/Viper4Linux-GUI/master/viper.png -q --show-progress

Screenshots

Screenshot Screenshot GIF

Credits

Packages

Thanks @noahbliss for declaring the GUI as official :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].