![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#21 | |
|
Quad Shot of Ubuntu
![]() |
Re: System wide audio equalizer?
Quote:
In which module can I find it?
__________________
Ubuntu user # 7485 - Linux User # 412249 "Oh, bother," said the Borg. "We've assimilated Pooh."
|
|
|
|
|
|
|
#22 | |
|
Quad Shot of Ubuntu
![]() |
Re: System wide audio equalizer?
Quote:
I compiled the csv version of gstreamer and the gst-plugin-bad module, but exaile (svn-version) still says Code:
Gstreamer equalizer is not available. It can be found in gstreamer-plugins-bad (currently found in GTS CSV).
__________________
Ubuntu user # 7485 - Linux User # 412249 "Oh, bother," said the Borg. "We've assimilated Pooh."
|
|
|
|
|
|
|
#23 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 5
|
Re: System wide audio equalizer?
Not sure if this will work for your sound card, works for mine (audigy 2).
Anyway, I just use the ALSA mixer Bass and Treble controls. The thing is that you have to make sure that 'Tone' is also selected, otherwise it has no effect... or is it affect... Alsa Mixer --> Edit --> Preferences --> check 'Tone', 'Bass' and 'Treble' --> close Back to Alsa Mixer.... Switches Tab --> Check 'Tone' --> Playback tab --> now your bass and treble sliders should work. hope this helps. c |
|
|
|
|
|
#24 | |
|
100% Pure Ubuntu
![]() Join Date: Jan 2006
Location: New York
Beans: 769
Ubuntu 8.04 Hardy Heron
|
Re: System wide audio equalizer?
Quote:
__________________
How to install and run Photoshop 7 or earlier in wine Switched to Linux completely 1 January 2007 Ahh, a solid year of freedom My Website |
|
|
|
|
|
|
#25 |
|
Just Give Me the Beans!
![]() |
Re: System wide audio equalizer?
me three. if I can make fire and cubes show up on the screen with my nvidia graphics card then I ought be able to do something as simple as turn down the bass a little with the nvidia/conexant sound hw.
|
|
|
|
|
|
#26 |
|
Can't Get Enough 64bit Ubuntu
![]() |
Re: System wide audio equalizer?
It's on the way
http://www.pulseaudio.org/ https://blueprints.launchpad.net/ubu...p-audio-jumble PulseAudio is a very advanced sound server |
|
|
|
|
|
#27 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2007
Beans: 11
Kubuntu 7.10 Gutsy Gibbon
|
Re: System wide audio equalizer?
i have a fairly old soundblaster live.
took me a while to figure this out, and i'm a tad late but here is my solution: alsamixer from the command line and set up everything how i like it -- rear speakers louder than the front ones, mic set up as recording device etc. press m with "tone" highlighted to switch on eq (this is what i hadn't figured out) and adjust bass and treble as necessary. quit alsamixer and run alsactl -f ~/.alsactl.state.eq store run alsamixer again, switch the eq back off, exit. then alsactl -f ~/.alsactl.state store now i have sound profiles saved with and without eq switched on. i have the normal one restored at kde startup and then i restore the one with eq to cut the bass at night so as not to piss off my housemate below! the restore commands: alsactl -f ~/.alsactl.state restore alsactl -f ~/.alsactl.state.eq restore i've made a little shell script for each of these commands so i don't have to remember them. |
|
|
|
|
|
#28 |
|
100% Pure Ubuntu
![]() Join Date: Jan 2006
Location: New York
Beans: 769
Ubuntu 8.04 Hardy Heron
|
Re: System wide audio equalizer?
I checked in alsamixer and I don't see a "tone" entry that can be highlighted. Might be hardware specific to the sound blaster?
__________________
How to install and run Photoshop 7 or earlier in wine Switched to Linux completely 1 January 2007 Ahh, a solid year of freedom My Website |
|
|
|
|
|
#29 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2007
Beans: 15
|
Re: System wide audio equalizer?
Yep, me too. My Logitech speakers are great, but way too bassy.
|
|
|
|
|
|
#30 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Beans: 3
|
Re: System wide audio equalizer?
Here's a solution I found while desperately looking around to reduce my bass. I got these instructions from here where someone was trying to fix a sound problem on their laptop.
Type this into the terminal to install C* Audio Plugin Suite Code:
$ sudo apt-get install caps Code:
gedit ~/.asoundrc Code:
pcm.!default {
type plug
slave.pcm "equalized";
}
pcm.equalized {
type ladspa
slave.pcm "plug:dmix";
path "/usr/lib/ladspa";
plugins [
{
id 1773
input {
controls [ -8 -4 -1 0 0 0 0 0 0 0 ]
}
}
]
}
I don't know the range, but I've tested it, and it reduces my bass very well. You need to restart the program using alsa for it to take effect though. Make sure you keep a backup of your old asoundrc file if it existed. Last edited by Dominicano731; July 13th, 2008 at 02:34 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|