System wide sound equalizer? ubuntu 18
the title says it all: is there a system wide sound enhancer/equalizer with a gui for us? ive tried using a few different sources (pulse) to no avail. any help?
thanks for reading :)
sound
|
show 3 more comments
the title says it all: is there a system wide sound enhancer/equalizer with a gui for us? ive tried using a few different sources (pulse) to no avail. any help?
thanks for reading :)
sound
What do you mean when you say "system-wide"
– Charles Green
Feb 2 at 2:09
kind of like the realtek sound effects and equalizer program in windows. like, not just app or program specific equalization, but system wide
– DPS
Feb 2 at 3:26
I'm sure that you have noted that PulseAudio-Equalizer seems to be a little problematic. I run quite a different setup myself (I do some recording) but this answer which installs PulseEffects may work for you.
– Charles Green
Feb 2 at 16:02
yeah, i believe its no longer supported possibly? im going to check the link you shared, and get back with you!
– DPS
Feb 3 at 3:50
ok, so ive tried fetching and compiling PE to no avail. maybe im doing something wrong?
– DPS
Feb 3 at 20:44
|
show 3 more comments
the title says it all: is there a system wide sound enhancer/equalizer with a gui for us? ive tried using a few different sources (pulse) to no avail. any help?
thanks for reading :)
sound
the title says it all: is there a system wide sound enhancer/equalizer with a gui for us? ive tried using a few different sources (pulse) to no avail. any help?
thanks for reading :)
sound
sound
asked Feb 2 at 1:59
DPSDPS
327
327
What do you mean when you say "system-wide"
– Charles Green
Feb 2 at 2:09
kind of like the realtek sound effects and equalizer program in windows. like, not just app or program specific equalization, but system wide
– DPS
Feb 2 at 3:26
I'm sure that you have noted that PulseAudio-Equalizer seems to be a little problematic. I run quite a different setup myself (I do some recording) but this answer which installs PulseEffects may work for you.
– Charles Green
Feb 2 at 16:02
yeah, i believe its no longer supported possibly? im going to check the link you shared, and get back with you!
– DPS
Feb 3 at 3:50
ok, so ive tried fetching and compiling PE to no avail. maybe im doing something wrong?
– DPS
Feb 3 at 20:44
|
show 3 more comments
What do you mean when you say "system-wide"
– Charles Green
Feb 2 at 2:09
kind of like the realtek sound effects and equalizer program in windows. like, not just app or program specific equalization, but system wide
– DPS
Feb 2 at 3:26
I'm sure that you have noted that PulseAudio-Equalizer seems to be a little problematic. I run quite a different setup myself (I do some recording) but this answer which installs PulseEffects may work for you.
– Charles Green
Feb 2 at 16:02
yeah, i believe its no longer supported possibly? im going to check the link you shared, and get back with you!
– DPS
Feb 3 at 3:50
ok, so ive tried fetching and compiling PE to no avail. maybe im doing something wrong?
– DPS
Feb 3 at 20:44
What do you mean when you say "system-wide"
– Charles Green
Feb 2 at 2:09
What do you mean when you say "system-wide"
– Charles Green
Feb 2 at 2:09
kind of like the realtek sound effects and equalizer program in windows. like, not just app or program specific equalization, but system wide
– DPS
Feb 2 at 3:26
kind of like the realtek sound effects and equalizer program in windows. like, not just app or program specific equalization, but system wide
– DPS
Feb 2 at 3:26
I'm sure that you have noted that PulseAudio-Equalizer seems to be a little problematic. I run quite a different setup myself (I do some recording) but this answer which installs PulseEffects may work for you.
– Charles Green
Feb 2 at 16:02
I'm sure that you have noted that PulseAudio-Equalizer seems to be a little problematic. I run quite a different setup myself (I do some recording) but this answer which installs PulseEffects may work for you.
– Charles Green
Feb 2 at 16:02
yeah, i believe its no longer supported possibly? im going to check the link you shared, and get back with you!
– DPS
Feb 3 at 3:50
yeah, i believe its no longer supported possibly? im going to check the link you shared, and get back with you!
– DPS
Feb 3 at 3:50
ok, so ive tried fetching and compiling PE to no avail. maybe im doing something wrong?
– DPS
Feb 3 at 20:44
ok, so ive tried fetching and compiling PE to no avail. maybe im doing something wrong?
– DPS
Feb 3 at 20:44
|
show 3 more comments
1 Answer
1
active
oldest
votes
I'm paraphrasing from this answer
The following commands will install PulseEffects on your computer. As you are adding a PPA, you should also know how to remove that PPA.
First, install the program for (eventual) PPA removal:
sudo apt install ppa-purge
Secondly, add the PPA to your system, do an APT update, and then install PulseEffects
sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects
Finally, should you need to remove PulseEffects:
sudo ppa-purge ppa:mikhailnov/pulseeffects
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114885%2fsystem-wide-sound-equalizer-ubuntu-18%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm paraphrasing from this answer
The following commands will install PulseEffects on your computer. As you are adding a PPA, you should also know how to remove that PPA.
First, install the program for (eventual) PPA removal:
sudo apt install ppa-purge
Secondly, add the PPA to your system, do an APT update, and then install PulseEffects
sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects
Finally, should you need to remove PulseEffects:
sudo ppa-purge ppa:mikhailnov/pulseeffects
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
add a comment |
I'm paraphrasing from this answer
The following commands will install PulseEffects on your computer. As you are adding a PPA, you should also know how to remove that PPA.
First, install the program for (eventual) PPA removal:
sudo apt install ppa-purge
Secondly, add the PPA to your system, do an APT update, and then install PulseEffects
sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects
Finally, should you need to remove PulseEffects:
sudo ppa-purge ppa:mikhailnov/pulseeffects
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
add a comment |
I'm paraphrasing from this answer
The following commands will install PulseEffects on your computer. As you are adding a PPA, you should also know how to remove that PPA.
First, install the program for (eventual) PPA removal:
sudo apt install ppa-purge
Secondly, add the PPA to your system, do an APT update, and then install PulseEffects
sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects
Finally, should you need to remove PulseEffects:
sudo ppa-purge ppa:mikhailnov/pulseeffects
I'm paraphrasing from this answer
The following commands will install PulseEffects on your computer. As you are adding a PPA, you should also know how to remove that PPA.
First, install the program for (eventual) PPA removal:
sudo apt install ppa-purge
Secondly, add the PPA to your system, do an APT update, and then install PulseEffects
sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects
Finally, should you need to remove PulseEffects:
sudo ppa-purge ppa:mikhailnov/pulseeffects
answered Feb 3 at 21:08
Charles GreenCharles Green
13.7k73858
13.7k73858
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
add a comment |
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU!
– DPS
Feb 3 at 21:36
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114885%2fsystem-wide-sound-equalizer-ubuntu-18%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What do you mean when you say "system-wide"
– Charles Green
Feb 2 at 2:09
kind of like the realtek sound effects and equalizer program in windows. like, not just app or program specific equalization, but system wide
– DPS
Feb 2 at 3:26
I'm sure that you have noted that PulseAudio-Equalizer seems to be a little problematic. I run quite a different setup myself (I do some recording) but this answer which installs PulseEffects may work for you.
– Charles Green
Feb 2 at 16:02
yeah, i believe its no longer supported possibly? im going to check the link you shared, and get back with you!
– DPS
Feb 3 at 3:50
ok, so ive tried fetching and compiling PE to no avail. maybe im doing something wrong?
– DPS
Feb 3 at 20:44