Questions tagged [pulseaudio]

Questions related to PulseAudio, the default sound server in Ubuntu, which manages all audio devices like internal and external sound cards (and therefore all speakers, microphones, headsets, etc.) through its ALSA backend.

logo

PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.

Visit the Project Homepage.

For troubleshootng general sound issues see: Debugging Sound Problems

3736 questions
255
votes
10 answers

How can I restart pulseaudio without having to logout?

Sometimes the pulseaudio service stops and it doesn't restart itself when I open an audio file with banshee or totem. How I can make pulseaudio start again without having to logout?
gourgi
  • 5,218
125
votes
13 answers

How to disable microphone from auto adjusting its input volume

I want to disable the way the microphone lowers itself depending on the input. Here is an image: The microphone started at 100% and slowly started to drop to where the image is showing. This is because of either a background noise or the user…
Luis Alvarado
  • 211,503
82
votes
14 answers

How to change pulseaudio sink with "pacmd set-default-sink" during playback?

I need to switch the pulseaudio server of a currently playing audio stream. Pulseaudio server is set up with IP 192.168.1.105 $>cat /etc/pulse/default.pa ... load-module module-esound-protocol-tcp auth-anonymous=1 load-module…
57
votes
7 answers

How to temporarily disable PulseAudio while running a game under Wine?

Just wondering if there a way to temporarily disable PulseAudio as I am trying to run a specific Wine game (Left 4 Dead 2) and it makes the game crash occasionally. If I kill the process it automatically comes back up. Any suggestions?
Dean Thomson
  • 1,085
23
votes
1 answer

How can I apply a LADSPA plugin to a PulseAudio stream?

I want to apply a LADSPA plugin to everything that streams through the default PulseAudio sink. How should I set this up?
ændrük
  • 76,794
22
votes
15 answers

No sound in Ubuntu except at log in

I installed Ubuntu 12.04 a month ago and am using it till now. I failed to notice that all this time there was no sound at all while running Ubuntu, even while playing a game in Wine. The weird thing is that only the startup sound comes when I log…
19
votes
3 answers

How to change volume of pulseaudio playback apps and streams that aren't currently in use?

I can change sound volumes with "gnome-volume-control ". But there are listed only playback-apps / -streams that are currently in use: In ~/.config/pulse/ I found *-stream-volumes.tdb and *-device-volumes.tdb that could be the configuration files…
Lasall
  • 3,703
18
votes
1 answer

Pulseaudio loopback unload audio output devices

I'm trying to find out how to unload pulseaudio loopback outputs. I'm using pulseaudio to create a loopback mix to capture my microphone and system audio for streaming. Every time I launch my script which has this code: pactl load-module…
AkBKukU
  • 407
18
votes
3 answers

How to disable pulseaudio automatic device switch?

My speakers are plugged via optical output. Each time my screen wake up from sleep, pusleaudio automatically switch to HDMI audio where nothing is plugged. How can I prevent that ?
17
votes
2 answers

How do I make my volume indicator operate in decibels instead of percentage?

When I want to adjust the volume of anything I'm doing, I find that using the volume controls built into Ubuntu is little but confusion. When the volume is around 100%, dropping it several increments has almost no effect on apparent volume, but…
ethana2
  • 419
13
votes
5 answers

What is a "Failed to load module "module-ladspa-sink"" error?

When I put in the terminal pulseaudio appears: E: [pulseaudio] module-ladspa-sink.c: Master sink not found E: [pulseaudio] module.c: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq…
10
votes
2 answers

Ubuntu 17.10 - Pulseaudio don't start at boot

On Ubuntu 17.10, Pulseaudio don't start at boot, but when I start it manually a few times, it works !? I tried pulseaudio -vv : https://pastebin.com/nZRwGR7z
Gilbert
  • 101
10
votes
1 answer

Pulseaudio process is not starting

I have an issue with pulseaudio after replacing the motherboard the process is not starting can't even get to Sound Settings. The sound is working though I asume using alsa currently. How do I get it working again? Here's some output from…
JoKeR
  • 6,972
  • 9
  • 43
  • 65
10
votes
2 answers

Get pulseaudio current sample rate and bit rate

just bought sound blaster X-Fi HD (USB) and i'm trying to understand what is the current output (sample rate and bit rate). I've configured /etc/pulse/daemon.conf and set there the following values: default-sample-rate = 96000 default-sample-format…
idgar
  • 2,890
9
votes
2 answers

Which sound profile will allow me to simultaneously hear and record system audio + microphone input?

I'm trying to screencast with both mic and system sounds at the same time. Previously this didn't work, but I have found that fiddling with the sound profile brings me a step closer. To fiddle with sound profile: Click on Sound menu Select "Sound…
lofidevops
  • 20,924
1
2 3 4 5 6