Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pulseaudio - Static noise after 10-20 minutes
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mathepic
n00b
n00b


Joined: 23 Jan 2011
Posts: 14

PostPosted: Sun Jan 23, 2011 3:35 pm    Post subject: Pulseaudio - Static noise after 10-20 minutes Reply with quote

After my computer starts, Pulseaudio will play audio cleanly and nicely for about 10-20 minutes. After that, pulseaudio will not play audio and instead plays static until I reboot. Restarting the pulse daemon does not fix the issue. What could cause this? Heres some hopefully relevant information about my configuration. (I have ALSA sending audio to Pulse)

.asoundrc:

Code:
pcm.!default {
   type pulse
}

ct1.!default {
   type pulse
}


/etc/pulse/default.pa: (unmodified)

Code:
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)

.nofail

### Load something into the sample cache
#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-access /usr/share/sounds/generic.wav

.fail

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties

### Load audio drivers statically (it's probably better to not load
### these drivers manually, but instead use module-hal-detect --
### see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
.endif

### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
load-module module-zeroconf-publish

### Load the RTP reciever module (also configured via paprefs, see above)
#load-module module-rtp-recv

### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink"
#load-module module-rtp-send source=rtp.monitor

### Load additional modules from GConf settings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif

### Automatically restore the default sink/source when changed by the user during runtime
load-module module-default-device-restore

### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Honour intended role device property
load-module module-intended-roles

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
load-module module-console-kit

### Enable positioned event sounds
load-module module-position-event-sounds

### Cork music streams when a phone stream is active
load-module module-cork-music-on-phone

# X11 modules should not be started from default.pa so that one daemon
# can be shared by multiple sessions.

### Load X11 bell module
#load-module module-x11-bell sample=bell-windowing-system

### Register ourselves in the X11 session manager
#load-module module-x11-xsmp

### Publish connection data in the X11 root window
#.ifexists module-x11-publish.so
#.nofail
#load-module module-x11-publish
#.fail
#.endif

### Make some devices default
#set-default-sink output
#set-default-source input
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Jan 23, 2011 4:10 pm    Post subject: Reply with quote

How do you start pulseaudio ?
Does pacmd offer any hints ?
Back to top
View user's profile Send private message
mathepic
n00b
n00b


Joined: 23 Jan 2011
Posts: 14

PostPosted: Sun Jan 23, 2011 4:15 pm    Post subject: Reply with quote

I'm not quite sure how pulseaudio is starting, I think its the gstreamer-properties that starts it when I use `startx`.

pacmd just gives me a prompt, I don't know how to use pacmd for diagnosis.
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Jan 23, 2011 4:53 pm    Post subject: Reply with quote

If you use anything that supports xdg autostart (i.e. gnome-session), that's how it starts.
As for pacmd, type 'help' and look at 'info'.
Back to top
View user's profile Send private message
mathepic
n00b
n00b


Joined: 23 Jan 2011
Posts: 14

PostPosted: Sun Jan 23, 2011 4:56 pm    Post subject: Reply with quote

Hi, here is the output:

Code:
Welcome to PulseAudio! Use "help" for usage information.
>>> Memory blocks currently allocated: 179, size: 180.5 KiB.
Memory blocks allocated during the whole lifetime: 14953668, size: 22.5 MiB.
Memory blocks imported from other processes: 116, size: 58.0 KiB.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-0000_00_1b.0.analog-stereo
Default source name: alsa_input.pci-0000_00_1b.0.analog-stereo
Memory blocks of type POOL: 63 allocated/8415831 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/263264 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/4006229 accumulated.
Memory blocks of type IMPORTED: 116 allocated/2531608 accumulated.
18 module(s) loaded.
    index: 0
   name: <module-device-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore the volume/mute state of devices"
      module.version = "0.9.21.1"
    index: 1
   name: <module-stream-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore the volume/mute/device state of streams"
      module.version = "0.9.21.1"
    index: 2
   name: <module-card-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore profile of cards"
      module.version = "0.9.21.1"
    index: 3
   name: <module-augment-properties>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Augment the property sets of streams with additional static information"
      module.version = "0.9.21.1"
    index: 4
   name: <module-alsa-card>
   argument: <device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" tsched=yes ignore_dB=no card_properties="module-udev-detect.discovered=1">
   used: 4
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "ALSA Card"
      module.version = "0.9.21.1"
    index: 5
   name: <module-udev-detect>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Detect available audio hardware and load matching drivers"
      module.version = "0.9.21.1"
    index: 6
   name: <module-esound-protocol-unix>
   argument: <>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "ESOUND protocol (UNIX sockets)"
      module.version = "0.9.21.1"
    index: 7
   name: <module-native-protocol-unix>
   argument: <>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "Native protocol (UNIX sockets)"
      module.version = "0.9.21.1"
    index: 8
   name: <module-zeroconf-publish>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "mDNS/DNS-SD Service Publisher"
      module.version = "0.9.21.1"
    index: 10
   name: <module-default-device-restore>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically restore the default sink and source"
      module.version = "0.9.21.1"
    index: 11
   name: <module-rescue-streams>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "When a sink/source is removed, try to move their streams to the default sink/source"
      module.version = "0.9.21.1"
    index: 12
   name: <module-always-sink>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Colin Guthrie"
      module.description = "Always keeps at least one sink loaded even if it's a null one"
      module.version = "0.9.21.1"
    index: 13
   name: <module-intended-roles>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Automatically set device of streams based of intended roles of devices"
      module.version = "0.9.21.1"
    index: 14
   name: <module-suspend-on-idle>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "When a sink/source is idle for too long, suspend it"
      module.version = "0.9.21.1"
    index: 15
   name: <module-console-kit>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Create a client for each ConsoleKit session of this user"
      module.version = "0.9.21.1"
    index: 16
   name: <module-position-event-sounds>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
      module.version = "0.9.21.1"
    index: 17
   name: <module-cork-music-on-phone>
   argument: <>
   used: -1
   load once: yes
   properties:
      module.author = "Lennart Poettering"
      module.description = "Mute or cork music while a phone stream exists"
      module.version = "0.9.21.1"
    index: 20
   name: <module-cli-protocol-unix>
   argument: <>
   used: -1
   load once: no
   properties:
      module.author = "Lennart Poettering"
      module.description = "Command line interface protocol (UNIX sockets)"
      module.version = "0.9.21.1"
1 sink(s) available.
  * index: 4
   name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
   driver: <module-alsa-card.c>
   flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY FLAT_VOLUME
   state: RUNNING
   suspend cause:
   priority: 9959
   volume: 0:  21% 1:  21%
           0: -40.67 dB 1: -40.67 dB
           balance 0.00
   base volume: 100%
                0.00 dB
   volume steps: 65537
   muted: yes
   current latency: 100.06 ms
   max request: 17 KiB
   max rewind: 17 KiB
   monitor source: 8
   sample spec: s16le 2ch 44100Hz
   channel map: front-left,front-right
                Stereo
   used by: 4
   linked by: 4
   fixed latency: 100.14 ms
   card: 0 <alsa_card.pci-0000_00_1b.0>
   module: 4
   properties:
      alsa.resolution_bits = "16"
      device.api = "alsa"
      device.class = "sound"
      alsa.class = "generic"
      alsa.subclass = "generic-mix"
      alsa.name = "ALC888 Analog"
      alsa.id = "ALC888 Analog"
      alsa.subdevice = "0"
      alsa.subdevice_name = "subdevice #0"
      alsa.device = "0"
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfdff4000 irq 22"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "293e"
      device.product.name = "82801I (ICH9 Family) HD Audio Controller"
      device.form_factor = "internal"
      hal.udi = "/org/freedesktop/Hal/devices/pci_8086_293e_sound_card_0"
      hal.product = "HDA Intel Sound Card"
      hal.card_id = "HDA Intel"
      device.string = "front:0"
      device.buffering.buffer_size = "17664"
      device.buffering.fragment_size = "2944"
      device.access_mode = "mmap"
      device.profile.name = "analog-stereo"
      device.profile.description = "Analog Stereo"
      device.description = "Internal Audio Analog Stereo"
      alsa.mixer_name = "Realtek ALC888"
      alsa.components = "HDA:10ec0888,1025018d,00100001"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
   ports:
      analog-output: Analog Output (priority 9900)
      analog-output-headphones: Analog Headphones (priority 9000)
   active port: <analog-output>
2 source(s) available.
  * index: 6
   name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
   driver: <module-alsa-card.c>
   flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
   state: SUSPENDED
   suspend cause: IDLE
   priority: 9959
   volume: 0:  17% 1:  17%
           0: -46.50 dB 1: -46.50 dB
           balance 0.00
   base volume:  32%
                -30.00 dB
   volume steps: 65537
   muted: no
   current latency: 0.00 ms
   max rewind: 0 KiB
   sample spec: s16le 2ch 44100Hz
   channel map: front-left,front-right
                Stereo
   used by: 0
   linked by: 0
   fixed latency: 100.14 ms
   card: 0 <alsa_card.pci-0000_00_1b.0>
   module: 4
   properties:
      alsa.resolution_bits = "16"
      device.api = "alsa"
      device.class = "sound"
      alsa.class = "generic"
      alsa.subclass = "generic-mix"
      alsa.name = "ALC888 Analog"
      alsa.id = "ALC888 Analog"
      alsa.subdevice = "0"
      alsa.subdevice_name = "subdevice #0"
      alsa.device = "0"
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfdff4000 irq 22"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "293e"
      device.product.name = "82801I (ICH9 Family) HD Audio Controller"
      device.form_factor = "internal"
      hal.udi = "/org/freedesktop/Hal/devices/pci_8086_293e_sound_card_0"
      hal.product = "HDA Intel Sound Card"
      hal.card_id = "HDA Intel"
      device.string = "front:0"
      device.buffering.buffer_size = "17664"
      device.buffering.fragment_size = "2944"
      device.access_mode = "mmap"
      device.profile.name = "analog-stereo"
      device.profile.description = "Analog Stereo"
      device.description = "Internal Audio Analog Stereo"
      alsa.mixer_name = "Realtek ALC888"
      alsa.components = "HDA:10ec0888,1025018d,00100001"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
   ports:
      input-microphone-1: Microphone 1 (priority 20)
      input-microphone-2: Microphone 2 (priority 19)
      input-linein: Line-In (priority 18)
   active port: <input-microphone-1>
    index: 8
   name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
   driver: <module-alsa-card.c>
   flags: DECIBEL_VOLUME LATENCY
   state: IDLE
   suspend cause:
   priority: 1950
   volume: 0: 100% 1: 100%
           0: 0.00 dB 1: 0.00 dB
           balance 0.00
   base volume: 100%
                0.00 dB
   volume steps: 65537
   muted: no
   current latency: 0.00 ms
   max rewind: 17 KiB
   sample spec: s16le 2ch 44100Hz
   channel map: front-left,front-right
                Stereo
   used by: 0
   linked by: 0
   fixed latency: 100.14 ms
   monitor_of: 4
   card: 0 <alsa_card.pci-0000_00_1b.0>
   module: 4
   properties:
      device.description = "Monitor of Internal Audio Analog Stereo"
      device.class = "monitor"
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfdff4000 irq 22"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "293e"
      device.product.name = "82801I (ICH9 Family) HD Audio Controller"
      device.form_factor = "internal"
      hal.udi = "/org/freedesktop/Hal/devices/pci_8086_293e_sound_card_0"
      hal.product = "HDA Intel Sound Card"
      hal.card_id = "HDA Intel"
      device.string = "0"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
6 client(s) logged in.
    index: 1
   driver: <protocol-native.c>
   owner module: 7
   properties:
      application.name = "GNOME Volume Control Applet"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.id = "org.gnome.VolumeControl"
      application.icon_name = "multimedia-volume-control"
      application.version = "2.30.0"
      application.process.id = "14392"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "gnome-volume-control-applet"
      window.x11.display = ":0"
      application.language = "C"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
    index: 2191
   driver: <protocol-native.c>
   owner module: 7
   properties:
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
    index: 2840
   driver: <protocol-native.c>
   owner module: 7
   properties:
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
    index: 2853
   driver: <protocol-native.c>
   owner module: 7
   properties:
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
    index: 3143
   driver: <protocol-native.c>
   owner module: 7
   properties:
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
    index: 3146
   driver: <cli.c>
   owner module: 20
   properties:
      application.name = "UNIX socket client"
1 card(s) available.
    index: 0
   name: <alsa_card.pci-0000_00_1b.0>
   driver: <module-alsa-card.c>
   owner module: 4
   properties:
      alsa.card = "0"
      alsa.card_name = "HDA Intel"
      alsa.long_card_name = "HDA Intel at 0xfdff4000 irq 22"
      alsa.driver_name = "snd_hda_intel"
      device.bus_path = "pci-0000:00:1b.0"
      sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
      device.bus = "pci"
      device.vendor.id = "8086"
      device.vendor.name = "Intel Corporation"
      device.product.id = "293e"
      device.product.name = "82801I (ICH9 Family) HD Audio Controller"
      device.form_factor = "internal"
      hal.udi = "/org/freedesktop/Hal/devices/pci_8086_293e_sound_card_0"
      hal.product = "HDA Intel Sound Card"
      hal.card_id = "HDA Intel"
      device.string = "0"
      device.description = "Internal Audio"
      module-udev-detect.discovered = "1"
      device.icon_name = "audio-card-pci"
   profiles:
      output:analog-stereo: Analog Stereo Output (priority 6000)
      output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060)
      output:analog-surround-40: Analog Surround 4.0 Output (priority 700)
      output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (priority 760)
      output:analog-surround-41: Analog Surround 4.1 Output (priority 800)
      output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (priority 860)
      output:analog-surround-50: Analog Surround 5.0 Output (priority 700)
      output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (priority 760)
      output:analog-surround-51: Analog Surround 5.1 Output (priority 800)
      output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (priority 860)
      output:analog-surround-71: Analog Surround 7.1 Output (priority 700)
      output:analog-surround-71+input:analog-stereo: Analog Surround 7.1 Output + Analog Stereo Input (priority 760)
      output:iec958-stereo: Digital Stereo Duplex (IEC958) (priority 5500)
      output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5560)
      input:analog-stereo: Analog Stereo Input (priority 60)
      off: Off (priority 0)
   active profile: <output:analog-stereo+input:analog-stereo>
   sinks:
      alsa_output.pci-0000_00_1b.0.analog-stereo/#4: Internal Audio Analog Stereo
   sources:
      alsa_input.pci-0000_00_1b.0.analog-stereo/#6: Internal Audio Analog Stereo
      alsa_output.pci-0000_00_1b.0.analog-stereo.monitor/#8: Monitor of Internal Audio Analog Stereo
4 sink input(s) available.
    index: 4178
   driver: <protocol-native.c>
   flags:
   state: DRAINED
   sink: 4 <alsa_output.pci-0000_00_1b.0.analog-stereo>
   volume: 0:  21%
           0: -40.67 dB
           balance 0.00
   muted: no
   current latency: 116.10 ms
   requested latency: 100.14 ms
   sample spec: s16le 1ch 22050Hz
   channel map: mono
                Mono
   resample method: speex-float-3
   module: 7
   client: 2191 <ALSA plug-in [java]>
   properties:
      media.name = "ALSA Playback"
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
      module-stream-restore.id = "sink-input-by-application-name:ALSA plug-in [java]"
    index: 5407
   driver: <protocol-native.c>
   flags:
   state: DRAINED
   sink: 4 <alsa_output.pci-0000_00_1b.0.analog-stereo>
   volume: 0:  21%
           0: -40.67 dB
           balance 0.00
   muted: no
   current latency: 0.00 ms
   requested latency: 100.14 ms
   sample spec: s16le 1ch 22050Hz
   channel map: mono
                Mono
   resample method: speex-float-3
   module: 7
   client: 2840 <ALSA plug-in [java]>
   properties:
      media.name = "ALSA Playback"
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
      module-stream-restore.id = "sink-input-by-application-name:ALSA plug-in [java]"
    index: 5411
   driver: <protocol-native.c>
   flags:
   state: RUNNING
   sink: 4 <alsa_output.pci-0000_00_1b.0.analog-stereo>
   volume: 0:  21%
           0: -40.67 dB
           balance 0.00
   muted: no
   current latency: 683.17 ms
   requested latency: 100.14 ms
   sample spec: s16le 1ch 22050Hz
   channel map: mono
                Mono
   resample method: speex-float-3
   module: 7
   client: 2853 <ALSA plug-in [java]>
   properties:
      media.name = "ALSA Playback"
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
      module-stream-restore.id = "sink-input-by-application-name:ALSA plug-in [java]"
    index: 5952
   driver: <protocol-native.c>
   flags:
   state: RUNNING
   sink: 4 <alsa_output.pci-0000_00_1b.0.analog-stereo>
   volume: 0:  21%
           0: -40.67 dB
           balance 0.00
   muted: no
   current latency: 223.85 ms
   requested latency: 100.14 ms
   sample spec: s16le 1ch 22050Hz
   channel map: mono
                Mono
   resample method: speex-float-3
   module: 7
   client: 3143 <ALSA plug-in [java]>
   properties:
      media.name = "ALSA Playback"
      application.name = "ALSA plug-in [java]"
      native-protocol.peer = "UNIX socket client"
      native-protocol.version = "16"
      application.process.id = "31758"
      application.process.user = "jared"
      application.process.host = "localhost"
      application.process.binary = "java"
      application.language = "C"
      window.x11.display = ":0.0"
      application.process.machine_id = "440cf24b16186658459c75dd00001176"
      module-stream-restore.id = "sink-input-by-application-name:ALSA plug-in [java]"
0 source outputs(s) available.
0 cache entrie(s) available.
>>>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum