Hmm. Looks different than what I tried. I will try it later if I can, otherwise Wednsesday. Thanks Alex<br><br><div class="gmail_quote">On Sun, Mar 30, 2008 at 7:36 PM, <<a href="mailto:pulseaudio-discuss-request@mail.0pointer.de">pulseaudio-discuss-request@mail.0pointer.de</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send pulseaudio-discuss mailing list submissions to<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:pulseaudio-discuss-request@mail.0pointer.de">pulseaudio-discuss-request@mail.0pointer.de</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:pulseaudio-discuss-owner@mail.0pointer.de">pulseaudio-discuss-owner@mail.0pointer.de</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of pulseaudio-discuss digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: SegFault when Switching from bluetooth sink (Colin Guthrie)<br>
2. Re: arecord CPU consumption high with pulseaudio (Jim Duda)<br>
3. Re: arecord CPU consumption high with pulseaudio (Jim Duda)<br>
4. Re: 0.9.8 seg fault (Jim Duda)<br>
5. Re: 0.9.8 seg fault (Jim Duda)<br>
6. [ANNOUNCE] PulseAudio 0.9.10 (Lennart Poettering)<br>
7. Windows (Matt D)<br>
8. Re: Windows (Alex Malinovich)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 30 Mar 2008 11:29:21 +0100<br>
From: Colin Guthrie <<a href="mailto:gmane@colin.guthr.ie">gmane@colin.guthr.ie</a>><br>
Subject: Re: [pulseaudio-discuss] SegFault when Switching from<br>
bluetooth sink<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: <<a href="mailto:fsnq21$3vq$1@ger.gmane.org">fsnq21$3vq$1@ger.gmane.org</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Donald Reader wrote:<br>
> as posted earlier I got the sink for the bluetooth created<br>
> like usual then started the backtrace per the instructions<br>
> on the web page you gave me and have attached it.<br>
><br>
> Any insight would be greatly appreciated<br>
<br>
Unfrotunately this backtrace is not overly useful as you appear to have<br>
forgotten the useful bit.... the actual backtrace! After the segv, you<br>
need to type "bt full" or some variant thereof to actually list the<br>
backtrace.<br>
<br>
Also is is really useful if you can installed the debug info files as<br>
indicated by the output:<br>
"Missing separate debuginfos, use: debuginfo-install pulseaudio.i386"<br>
<br>
In theory it is possible to reconstruct the necessary output from a<br>
backtrace and the symbols after the event if the package/platform is<br>
known and the symbols are available but it's generally easier to do it<br>
at source.<br>
<br>
HTHs<br>
<br>
Col<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 30 Mar 2008 09:50:38 -0400<br>
From: Jim Duda <<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>><br>
Subject: Re: [pulseaudio-discuss] arecord CPU consumption high with<br>
pulseaudio<br>
To: General PulseAudio Discussion<br>
<<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>><br>
Message-ID: <<a href="mailto:47EF9AAE.2080207@duda.tzo.com">47EF9AAE.2080207@duda.tzo.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Well, I do notice that parec doesn't have the same issue, so maybe the<br>
issue is that arecord isn't all that good with pulse, hence, the need<br>
for parec.<br>
<br>
I do retain the claim that later versions of pulse have higher cpu<br>
consumption when using a combined_sink.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
> I've noticed that when I use arecord without pulse, raw alsa, the cpu<br>
> consumption of arecord is very low, almost zero.<br>
><br>
> However, when using arecord with pulseaudio, I find cpu consumption very<br>
> high.<br>
><br>
> With 0.9.6, I found that arecord ran in the high 90's, and using ^C to<br>
> kill the process wasn't useful. I had to kill -9.<br>
><br>
> With >= 0.9.9, I found that arecord ran around 75%, and using ^C would<br>
> work consistently.<br>
><br>
> I have a 2.8 Ghz P4 with hyperthreading.<br>
><br>
> Is it expected that arecord usage be so high with pulseaudio?<br>
><br>
> I also found another curious note. With 0.9.6, a combined_sink results<br>
> in pulseaudion consuming ~ 10-20% cpu while playing a wav file. With >=<br>
> 0.9.10, I have found that using a combined_sink now consumes 50%. I<br>
> don't find this unreasonable giving what combined sink is doing, just<br>
> thought I'd pass on my findings.<br>
><br>
> Example:<br>
> load-module module-combine sink_name=misterhouse<br>
> resample_method="src-sinc-best-quality"<br>
> master=alsa_output.pci_1274_5880_alsa_playback_0<br>
> slaves=alsa_output.pci_8086_24d5_alsa_playback_0<br>
><br>
> Just attempting to route audio out 2 different cards.<br>
><br>
> Jim<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 30 Mar 2008 09:50:38 -0400<br>
From: Jim Duda <<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>><br>
Subject: Re: [pulseaudio-discuss] arecord CPU consumption high with<br>
pulseaudio<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: <<a href="mailto:47EF9AAE.2080207@duda.tzo.com">47EF9AAE.2080207@duda.tzo.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Well, I do notice that parec doesn't have the same issue, so maybe the<br>
issue is that arecord isn't all that good with pulse, hence, the need<br>
for parec.<br>
<br>
I do retain the claim that later versions of pulse have higher cpu<br>
consumption when using a combined_sink.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
> I've noticed that when I use arecord without pulse, raw alsa, the cpu<br>
> consumption of arecord is very low, almost zero.<br>
><br>
> However, when using arecord with pulseaudio, I find cpu consumption very<br>
> high.<br>
><br>
> With 0.9.6, I found that arecord ran in the high 90's, and using ^C to<br>
> kill the process wasn't useful. I had to kill -9.<br>
><br>
> With >= 0.9.9, I found that arecord ran around 75%, and using ^C would<br>
> work consistently.<br>
><br>
> I have a 2.8 Ghz P4 with hyperthreading.<br>
><br>
> Is it expected that arecord usage be so high with pulseaudio?<br>
><br>
> I also found another curious note. With 0.9.6, a combined_sink results<br>
> in pulseaudion consuming ~ 10-20% cpu while playing a wav file. With >=<br>
> 0.9.10, I have found that using a combined_sink now consumes 50%. I<br>
> don't find this unreasonable giving what combined sink is doing, just<br>
> thought I'd pass on my findings.<br>
><br>
> Example:<br>
> load-module module-combine sink_name=misterhouse<br>
> resample_method="src-sinc-best-quality"<br>
> master=alsa_output.pci_1274_5880_alsa_playback_0<br>
> slaves=alsa_output.pci_8086_24d5_alsa_playback_0<br>
><br>
> Just attempting to route audio out 2 different cards.<br>
><br>
> Jim<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sun, 30 Mar 2008 09:51:13 -0400<br>
From: Jim Duda <<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>><br>
Subject: Re: [pulseaudio-discuss] 0.9.8 seg fault<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: <<a href="mailto:47EF9AD1.3000104@duda.tzo.com">47EF9AD1.3000104@duda.tzo.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Lennart,<br>
<br>
Although I haven't been able to get you a trace back, I can inform that<br>
the crash appears to be related with using a combined_sink. I was using<br>
a combined_sink to drive 2 sound cards. Once I removed that feature,<br>
pulseaudio appears to run without segfault.<br>
<br>
I didn't have this issue with stock fc7 0.9.6 pulseaudio.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
> I'm now running with 0.9.10, I'll let you know how that goes.<br>
><br>
> Jim<br>
><br>
> Jim Duda wrote:<br>
>> Lennart,<br>
>><br>
>> I followed the instructions from the fedora StackTraces wiki for<br>
>> installing all the debugging library information.<br>
>><br>
>> These libraries were installed:<br>
>> Installing: glibc-debuginfo-common<br>
>> Installing: glibc-debuginfo<br>
>> Installing: bash-debuginfo<br>
>> Installing: pulseaudio-module-lirc<br>
>> Installing: pulseaudio-module-bluetooth<br>
>> Installing: PolicyKit-debuginfo<br>
>> Installing: dbus-debuginfo<br>
>> Installing: glib2-debuginfo<br>
>> Installing: alsa-lib-debuginfo<br>
>> Installing: libsamplerate-debuginfo<br>
>> Installing: pulseaudio-debuginfo<br>
>> Installing: libsndfile-debuginfo<br>
>> Installing: tcp_wrappers-debuginfo<br>
>> Installing: liboil-debuginfo<br>
>> Installing: libtool-debuginfo<br>
>> Installing: libcap-debuginfo<br>
>> Installing: hal-debuginfo<br>
>><br>
>> Running gdb the first time resulted in another failure, with a request<br>
>> to install these 3 packages, which I did.<br>
>><br>
>> Installing: expat-debuginfo<br>
>> Installing: libsepol-debuginfo<br>
>> Installing: libselinux-debuginfo<br>
>><br>
>> This is what happens now:<br>
>><br>
>> linux# gdb /usr/bin/pulseaudio<br>
>> GNU gdb Red Hat Linux (6.6-45.fc8rh)<br>
>> Copyright (C) 2006 Free Software Foundation, Inc.<br>
>> GDB is free software, covered by the GNU General Public License, and you are<br>
>> welcome to change it and/or distribute copies of it under certain<br>
>> conditions.<br>
>> Type "show copying" to see the conditions.<br>
>> There is absolutely no warranty for GDB. Type "show warranty" for details.<br>
>> This GDB was configured as "i386-redhat-linux-gnu"...<br>
>> Using host libthread_db library "/lib/libthread_db.so.1".<br>
>> (gdb) run --system --log-target=syslog<br>
>> Starting program: /usr/bin/pulseaudio --system --log-target=syslog<br>
>> [Thread debugging using libthread_db enabled]<br>
>> [New process 15257]<br>
>> Executing new program: /usr/bin/pulseaudio<br>
>> warning: Cannot initialize thread debugging library: generic error<br>
>> warning: Cannot initialize thread debugging library: generic error<br>
>> [New process 15257]<br>
>> [Thread debugging using libthread_db enabled]<br>
>> Segmentation fault<br>
>><br>
>> I am running my own compiled kernel, could that be an issue?<br>
>><br>
>> I've read the fedora wiki a couple of times and tried to google for a<br>
>> solution, but I haven't found one. Do you understand what is going on?<br>
>><br>
>> Jim<br>
>><br>
>><br>
>> Lennart Poettering wrote:<br>
>>> On Fri, 28.03.08 20:33, Jim Duda (<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>) wrote:<br>
>>><br>
>>>> After upgrading from 0.9.8 from 0.9.6, pulse is segfaulting when playing<br>
>>>> simple wav files.<br>
>>>><br>
>>>> Example:<br>
>>>><br>
>>>> Mar 28 20:30:18 linux kernel: pulseaudio[2847]: segfault at b4dd79f0 eip<br>
>>>> b4dd79f0 esp bfe949fc error 4<br>
>>>><br>
>>>> I have to manually restart.<br>
>>>><br>
>>>> I'm using --system mode.<br>
>>> Please provide a back trace.<br>
>>><br>
>>> <a href="https://wiki.ubuntu.com/Backtrace" target="_blank">https://wiki.ubuntu.com/Backtrace</a><br>
>>> <a href="http://fedoraproject.org/wiki/StackTraces" target="_blank">http://fedoraproject.org/wiki/StackTraces</a><br>
>>><br>
>>> Lennart<br>
>>><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Sun, 30 Mar 2008 09:51:13 -0400<br>
From: Jim Duda <<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>><br>
Subject: Re: [pulseaudio-discuss] 0.9.8 seg fault<br>
To: General PulseAudio Discussion<br>
<<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>><br>
Message-ID: <<a href="mailto:47EF9AD1.3000104@duda.tzo.com">47EF9AD1.3000104@duda.tzo.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Lennart,<br>
<br>
Although I haven't been able to get you a trace back, I can inform that<br>
the crash appears to be related with using a combined_sink. I was using<br>
a combined_sink to drive 2 sound cards. Once I removed that feature,<br>
pulseaudio appears to run without segfault.<br>
<br>
I didn't have this issue with stock fc7 0.9.6 pulseaudio.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
> I'm now running with 0.9.10, I'll let you know how that goes.<br>
><br>
> Jim<br>
><br>
> Jim Duda wrote:<br>
>> Lennart,<br>
>><br>
>> I followed the instructions from the fedora StackTraces wiki for<br>
>> installing all the debugging library information.<br>
>><br>
>> These libraries were installed:<br>
>> Installing: glibc-debuginfo-common<br>
>> Installing: glibc-debuginfo<br>
>> Installing: bash-debuginfo<br>
>> Installing: pulseaudio-module-lirc<br>
>> Installing: pulseaudio-module-bluetooth<br>
>> Installing: PolicyKit-debuginfo<br>
>> Installing: dbus-debuginfo<br>
>> Installing: glib2-debuginfo<br>
>> Installing: alsa-lib-debuginfo<br>
>> Installing: libsamplerate-debuginfo<br>
>> Installing: pulseaudio-debuginfo<br>
>> Installing: libsndfile-debuginfo<br>
>> Installing: tcp_wrappers-debuginfo<br>
>> Installing: liboil-debuginfo<br>
>> Installing: libtool-debuginfo<br>
>> Installing: libcap-debuginfo<br>
>> Installing: hal-debuginfo<br>
>><br>
>> Running gdb the first time resulted in another failure, with a request<br>
>> to install these 3 packages, which I did.<br>
>><br>
>> Installing: expat-debuginfo<br>
>> Installing: libsepol-debuginfo<br>
>> Installing: libselinux-debuginfo<br>
>><br>
>> This is what happens now:<br>
>><br>
>> linux# gdb /usr/bin/pulseaudio<br>
>> GNU gdb Red Hat Linux (6.6-45.fc8rh)<br>
>> Copyright (C) 2006 Free Software Foundation, Inc.<br>
>> GDB is free software, covered by the GNU General Public License, and you are<br>
>> welcome to change it and/or distribute copies of it under certain<br>
>> conditions.<br>
>> Type "show copying" to see the conditions.<br>
>> There is absolutely no warranty for GDB. Type "show warranty" for details.<br>
>> This GDB was configured as "i386-redhat-linux-gnu"...<br>
>> Using host libthread_db library "/lib/libthread_db.so.1".<br>
>> (gdb) run --system --log-target=syslog<br>
>> Starting program: /usr/bin/pulseaudio --system --log-target=syslog<br>
>> [Thread debugging using libthread_db enabled]<br>
>> [New process 15257]<br>
>> Executing new program: /usr/bin/pulseaudio<br>
>> warning: Cannot initialize thread debugging library: generic error<br>
>> warning: Cannot initialize thread debugging library: generic error<br>
>> [New process 15257]<br>
>> [Thread debugging using libthread_db enabled]<br>
>> Segmentation fault<br>
>><br>
>> I am running my own compiled kernel, could that be an issue?<br>
>><br>
>> I've read the fedora wiki a couple of times and tried to google for a<br>
>> solution, but I haven't found one. Do you understand what is going on?<br>
>><br>
>> Jim<br>
>><br>
>><br>
>> Lennart Poettering wrote:<br>
>>> On Fri, 28.03.08 20:33, Jim Duda (<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>) wrote:<br>
>>><br>
>>>> After upgrading from 0.9.8 from 0.9.6, pulse is segfaulting when playing<br>
>>>> simple wav files.<br>
>>>><br>
>>>> Example:<br>
>>>><br>
>>>> Mar 28 20:30:18 linux kernel: pulseaudio[2847]: segfault at b4dd79f0 eip<br>
>>>> b4dd79f0 esp bfe949fc error 4<br>
>>>><br>
>>>> I have to manually restart.<br>
>>>><br>
>>>> I'm using --system mode.<br>
>>> Please provide a back trace.<br>
>>><br>
>>> <a href="https://wiki.ubuntu.com/Backtrace" target="_blank">https://wiki.ubuntu.com/Backtrace</a><br>
>>> <a href="http://fedoraproject.org/wiki/StackTraces" target="_blank">http://fedoraproject.org/wiki/StackTraces</a><br>
>>><br>
>>> Lennart<br>
>>><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Sun, 30 Mar 2008 18:58:02 +0200<br>
From: Lennart Poettering <<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>><br>
Subject: [pulseaudio-discuss] [ANNOUNCE] PulseAudio 0.9.10<br>
To: PulseAudio Discussion List <<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>><br>
Message-ID: <<a href="mailto:20080330165802.GA23825@tango.0pointer.de">20080330165802.GA23825@tango.0pointer.de</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hey!<br>
<br>
Finally PulseAudio 0.9.10 is released:<br>
<br>
Download:<br>
<br>
<a href="http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.10.tar.gz" target="_blank">http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.10.tar.gz</a><br>
<br>
Changes:<br>
<br>
<a href="http://pulseaudio.org/milestone/0.9.10" target="_blank">http://pulseaudio.org/milestone/0.9.10</a><br>
<br>
This is mostly a bug fix release (but an important one). The next<br>
release will bringt all the glitch-free awesomeness that is being<br>
prepared in the glitch-free branch in SVN right now.<br>
<br>
Lennart<br>
<br>
--<br>
Lennart Poettering Red Hat, Inc.<br>
lennart [at] poettering [dot] net ICQ# 11060553<br>
<a href="http://0pointer.net/lennart/" target="_blank">http://0pointer.net/lennart/</a> GnuPG 0x1A015CC4<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Sun, 30 Mar 2008 18:34:47 -0400<br>
From: "Matt D" <<a href="mailto:mattd7591@gmail.com">mattd7591@gmail.com</a>><br>
Subject: [pulseaudio-discuss] Windows<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID:<br>
<<a href="mailto:c0ea50b70803301534m4b51963ak9b4a255a113f1be5@mail.gmail.com">c0ea50b70803301534m4b51963ak9b4a255a113f1be5@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
I use VNC tunneled under ssh to use my linux box from an WinXP laptop. For<br>
remote sound, I am trying to use Pulse Audio. I got it to work on my linux<br>
box, and from my linux box to laptop on an Ubuntu livecd, but I cannot get<br>
it to work from Linux to XP. I have been searching and trying for the past<br>
two days to get it to work. Anyone have any ideas?<br>
<br>
--<br>
Matt D.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/4c52cf1b/attachment-0001.htm" target="_blank">https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/4c52cf1b/attachment-0001.htm</a><br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Sun, 30 Mar 2008 16:30:36 -0700<br>
From: Alex Malinovich <<a href="mailto:demonbane@the-love-shack.net">demonbane@the-love-shack.net</a>><br>
Subject: Re: [pulseaudio-discuss] Windows<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: <<a href="mailto:1206919836.30914.6.camel@Thief.the-love-shack.lan">1206919836.30914.6.camel@Thief.the-love-shack.lan</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
<br>
On Sun, 2008-03-30 at 18:34 -0400, Matt D wrote:<br>
> I use VNC tunneled under ssh to use my linux box from an WinXP laptop.<br>
> For remote sound, I am trying to use Pulse Audio. I got it to work on<br>
> my linux box, and from my linux box to laptop on an Ubuntu livecd, but<br>
> I cannot get it to work from Linux to XP. I have been searching and<br>
> trying for the past two days to get it to work. Anyone have any ideas?<br>
<br>
Well, it definitely CAN be done. :) When I boot into XP I use a remote X<br>
connection to my other PC to get a proper desktop to work with, and I<br>
use pulse to get my sound across. Doing it through an SSH tunnel is<br>
going to complicate it slightly but it should still be very doable.<br>
<br>
Here's a brief writeup I did a few months ago on connecting pulse on an<br>
XP box to a Linux box running ESD.<br>
<br>
<a href="http://www.the-love-shack.net/2007/08/23/forwarding-esd-played-sounds-to-a-remote-machine/" target="_blank">http://www.the-love-shack.net/2007/08/23/forwarding-esd-played-sounds-to-a-remote-machine/</a><br>
<br>
The only difference with connecting pulse-to-pulse instead of<br>
pulse-to-esd is that instead of using ESPEAKER you'll want to use<br>
PULSE_SERVER. Hope that helps.<br>
<br>
--<br>
Alex Malinovich<br>
Support Free Software, delete your Windows partition TODAY!<br>
Encrypted mail preferred. You can get my public key from any of the<br>
<a href="http://pgp.net" target="_blank">pgp.net</a> keyservers. Key ID: A6D24837<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 189 bytes<br>
Desc: This is a digitally signed message part<br>
Url : <a href="https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/6d46aabc/attachment.pgp" target="_blank">https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/6d46aabc/attachment.pgp</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
<br>
<br>
End of pulseaudio-discuss Digest, Vol 36, Issue 26<br>
**************************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Matt D.