Skip to main content

Premium CLI to install and manage professionally-tuned EasyEffects presets, IRS files, and Linux audio dependencies

Project description

License PyPI Platform

PROJECT PULSEWIRE

Premium EasyEffects presets for PipeWire/PulseAudio on Linux. Transform your Linux audio experience with one command!

SAMPLE

SAMPLE


🚀 Quick Install (For Everyone)

Step 1: Install the package

Open your terminal and run:

pip install projectpulsewire

Step 2: Open the menu

python -m projectpulsewire start

Step 3: Choose what to do!

 1   Browse & Preview Presets (EQ)        ← See all available audio profiles
 2   Browse & Preview IRS (Convolution)   ← See reverb/correction files  
 3   Install Preset(s)                    ← Install presets to EasyEffects
 4   Install IRS(s)                       ← Install IRS files
 5   View Installed (Presets + IRS)       ← See what you installed
 6   Remove Preset(s)/IRS(s)             ← Uninstall
 7   Update projectpulsewire             ← Get new versions
 8   Help & Commands                     ← Learn more
 9   IRS Guide                           ← Learn what IRS files are & how to use them
10   Setup Audio Stack                   ← Auto-detect & install audio dependencies
 0   Exit

Step 4: Restart EasyEffects

After installing presets, close and reopen EasyEffects app. Your new presets will appear in the preset manager!


💻 Commands for Power Users

Interactive Menu (Recommended for Beginners)

python -m projectpulsewire start

List All Presets

python -m projectpulsewire list

List All IRS Files

python -m projectpulsewire list-irs

Install a Specific Preset

python -m projectpulsewire install "Bass Boosted Banger"
python -m projectpulsewire install "Rock Energy Max"
python -m projectpulsewire install "LoFi Chill Max"

Install an IRS File

python -m projectpulsewire install-irs "BassWaves"
python -m projectpulsewire install-irs "Dolby Headphone"

View Installed Items

python -m projectpulsewire installed

Remove a Preset

python -m projectpulsewire remove "Bass Boosted Banger"

Setup Audio Stack (Auto-Install Dependencies)

python -m projectpulsewire setup

IRS Guide (What are IRS files?)

python -m projectpulsewire irs-guide

Update to Latest Version

python -m projectpulsewire update

Get Help

python -m projectpulsewire --help
python -m projectpulsewire version

📋 System Requirements

Requirement Details
OS Linux (Ubuntu, Fedora, Arch, etc.)
Python 3.10 or higher
Audio Server PipeWire (recommended) or PulseAudio
Required App EasyEffects

How to Install EasyEffects

Ubuntu/Debian:

sudo apt install easyeffects

Fedora:

sudo dnf install easyeffects

Arch Linux:

sudo pacman -S easyeffects

Or use the built-in auto-installer:

python -m projectpulsewire setup

🔧 Audio Stack Auto-Setup (NEW in v2.0)

ProjectPulsewire can automatically detect and install all essential audio packages for your Linux distribution:

Package Purpose Priority
pipewire Modern audio server Critical
pipewire-pulse PulseAudio compatibility Critical
pipewire-alsa ALSA compatibility Critical
wireplumber Session manager Critical
easyeffects Audio effects processor Critical
lsp-plugins Audio plugins (EQ, compressor) Critical
calf-plugins Audio plugins (reverb, etc.) Recommended
zam-plugins Maximizer and utilities Recommended
mda-lv2 Classic LV2 plugins Recommended

Supports: Ubuntu/Debian, Fedora, Arch/Manjaro, openSUSE, and Flatpak.


🎵 What's Included?

47 Professionally-Tuned EQ Presets

All presets feature proper signal chains with compressor, EQ, bass enhancer, and limiter — not just a naked equalizer.

Bass Category (10 presets)

  • Bass Boosted Banger, Deep Bass Sheesh, Heavy Bass Big W, Boosted AF
  • Bass Enhancer + Perfect EQ God Tier, Perfect EQ God Tier
  • HB-Flat NPC Mode, HB-Lite Vibe, HB-Mid Tier, V Shape Boost Rizz

Music Genre (14 presets)

  • Rock Energy Max/Min, EDM Banger Max/Min, Classical Aura Max/Min
  • LoFi Chill Max/Min, Indie Vibe Max/Min, KPop Stan Max/Min
  • HiFi Drip Max/Min

Clarity & Voice (8 presets)

  • Crystal Air Drip, Warm Vocal Clarity Rizz, Cinema Voice Main Character
  • Gaming Tryhard Mode, Studio Flat IRL, Night Listener Doomer Mode
  • Live Concert Moshpit, Video Binge Mode

Device Signatures (2 presets)

  • Bose Flex, Sony Flex

Loudness & Dynamics (13 presets)

  • Music Vibe Check, Loudness Compensator Carry
  • Advanced Auto Gain Goated, Loudness+Autogain Carry
  • Loudness Crystal Equalizer Default/GTK Drip
  • Loudness Equalizer Boomer Gate/GTK Drip/PE Edition/Standard
  • GentleDynamics Chill/Soft Era Loudness/Yapper Clarity

404 IRS Files

  • Dolby Surround profiles
  • DFX audio enhancements
  • Creative X-Fi profiles
  • Bass enhancement
  • Room correction
  • Headphone virtualization

🎓 IRS Files — What Are They?

IRS (Impulse Response) files capture the sonic signature of a real acoustic space or audio device. When loaded into EasyEffects' Convolver plugin, they shape your audio to sound like it's being played through that space/device.

How to Use IRS Files

  1. Install an IRS file using the interactive menu (option 4)
  2. Open EasyEffectsOutput Effects
  3. Click Add Effect → Select Convolver
  4. In Convolver settings, click the import/file icon
  5. Browse to your IRS directory and select the .irs file
  6. Important: Add a Limiter after the Convolver to prevent clipping

IRS Categories

Category Best For
Bass Adding deep low-end to weak speakers
Dolby Surround sound on stereo headphones
DFX General audio enhancement & clarity
Creative Gaming 3D audio & spatial sound

🔧 Where Do Files Go?

Type Native Location Flatpak Location
JSON Presets ~/.config/easyeffects/output/ ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output/
IRS Files ~/.config/easyeffects/irs/ ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/irs/

Note: ~ means your home folder (e.g., /home/username)


🆘 Troubleshooting

"Command not found" error

Make sure Python is in your PATH. Try:

python3 -m projectpulsewire start

Presets not appearing

  1. Make sure you restart EasyEffects after installing
  2. Check if installed: python -m projectpulsewire installed

Missing audio plugins

Run the auto-setup to install all required packages:

python -m projectpulsewire setup

Permission denied errors

Run terminal as admin for installation:

sudo pip install projectpulsewire

🙏 Acknowledgments

  • EasyEffects - The amazing audio equalizer
  • PipeWire - Modern audio server
  • All preset creators in the Linux audio community

© 2026 Zenith Open Source Projects. All Rights Reserved. Zenith is a Open Source Project Idea's by @roshhellwett

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

projectpulsewire-2.0.1.tar.gz (9.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

projectpulsewire-2.0.1-py3-none-any.whl (10.2 MB view details)

Uploaded Python 3

File details

Details for the file projectpulsewire-2.0.1.tar.gz.

File metadata

  • Download URL: projectpulsewire-2.0.1.tar.gz
  • Upload date:
  • Size: 9.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for projectpulsewire-2.0.1.tar.gz
Algorithm Hash digest
SHA256 55c7b235dc2db1ee6442fcd479d5ccc19f640e2745220ff441905194228fc584
MD5 3091b6e86d055d748cc67fd6c581a3f3
BLAKE2b-256 35b7a4153448c305daa02a7e8a583de7939f24ddd3d3f2cbc39ba44734a0ff5b

See more details on using hashes here.

File details

Details for the file projectpulsewire-2.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for projectpulsewire-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7bf86e1f3478cab66cc9628d132d449e758b40e602838efc44517fca8eaabc5b
MD5 3187e93b5dbf66f7fad7e23695fcf537
BLAKE2b-256 94d18a611cba442eca93dd8235ab0e84526d8481d47fb8eecd8e3188704ed04c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page