
veromix (Gtk)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Veromix is a mixer for the PulseAudio sound server (this is the Gtk version).
Features:
- control volume of each playback stream
- control volume of devices (hardware)
- control volume of input devices (microphone)
- set default output device
- move playback streams between different devices (drag & drop)
- mute/unmute
- volume meter
- kill playback streams
- can life in system tray or notification area
Requirements:
- python3
- python3-gi
- python3-xdg (Optional)
- pulseaudio
- ladspa-sdk, swh-plugins (Optional)
8 years ago
http://code.google.com/p/veromix-plasmoid/source/browse/Changelog
lonerocker
8 years ago
when trying to run ./veromix.sh the terminal returns this:
Traceback (most recent call last):
File "gtk/main.py", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
I also tried to install the debs (transformed to rpms with alien), and the command veromix returns this:
Traceback (most recent call last):
File "/usr/bin/veromix", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
It seems my system lacks python3-dbus, but it isn't in Fedora repositories (or anything with a similar name), and didn't find anything with google either. What's my option to run it?
Report
nik3nt3
8 years ago
There is a solution (using gobject-introspection) - I will post an update soon
/nik
Report
nik3nt3
8 years ago
/nik
Report
lonerocker
8 years ago
when trying to run ./veromix.sh the terminal returns this:
Traceback (most recent call last):
File "gtk/main.py", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
I also tried to install the debs (transformed to rpms with alien), and the command veromix returns this:
Traceback (most recent call last):
File "/usr/bin/veromix", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
It seems my system lacks python3-dbus, but it isn't in Fedora repositories (or anything with a similar name), and didn't find anything with google either. What's my option to run it?
Report