Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Felipe Contreras
On Mon, May 11, 2009 at 1:02 PM, Marc-André Lureaumarcandre.lur...@gmail.com wrote: Hi Felipe! On Mon, May 11, 2009 at 12:56 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Sat, May 9, 2009 at 3:14 PM, Lennart Poettering lenn...@poettering.net wrote: On Sat, 09.05.09 12:50, Felipe

[pulseaudio-discuss] PA can not load module-jack-sink FnF

2009-06-06 Thread Marco Peroverde
Hi! I'm trying to get PA working with Jack so that I can use my firebox firewire device. As described here http://ubuntuforums.org/showthread.php?t=1179817 I copied the modules jack-sink and jack-source to the other PA modules in /usr/lib/pulse-0.9/modules. I'v edited the default.pa to load

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Felipe Contreras
On Mon, May 11, 2009 at 3:12 PM, Lennart Poetteringlenn...@poettering.net wrote: On Mon, 11.05.09 12:56, Felipe Contreras (felipe.contre...@gmail.com) wrote: On Sat, May 9, 2009 at 3:14 PM, Lennart Poettering lenn...@poettering.net wrote: On Sat, 09.05.09 12:50, Felipe Contreras

Re: [pulseaudio-discuss] PA can not load module-jack-sink FnF

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 15:02, Marco Peroverde (marco.perove...@googlemail.com) wrote: Hi! I'm trying to get PA working with Jack so that I can use my firebox firewire device. As described here http://ubuntuforums.org/showthread.php?t=1179817 I copied the modules jack-sink and jack-source to

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 15:59, Felipe Contreras (felipe.contre...@gmail.com) wrote: #if HAVE_STDBOOL_H #include stdbool.h #else typedef unsigned char bool #endif This is in public headers. That would mean you have to ensure that the library and the client side are compiled both with

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 16:05, Felipe Contreras (felipe.contre...@gmail.com) wrote: Internally we actually use a definition like you suggested, but we don't want to push that into the ABI and hence trigger breakage there. Our definition is like this: #ifdef HAVE_STD_BOOL typedef _Bool

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Felipe Contreras
On Sat, Jun 6, 2009 at 4:26 PM, Lennart Poetteringlenn...@poettering.net wrote: On Sat, 06.06.09 15:59, Felipe Contreras (felipe.contre...@gmail.com) wrote: #if HAVE_STDBOOL_H #include stdbool.h #else typedef unsigned char bool #endif This is in public headers. That would mean

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Felipe Contreras
On Sat, Jun 6, 2009 at 4:28 PM, Lennart Poetteringlenn...@poettering.net wrote: On Sat, 06.06.09 16:05, Felipe Contreras (felipe.contre...@gmail.com) wrote: Internally we actually use a definition like you suggested, but we don't want to push that into the ABI and hence trigger breakage

Re: [pulseaudio-discuss] PA can not load module-jack-sink FnF

2009-06-06 Thread Marco Peroverde
Hi Lennart! Ubuntu has no modules for pulseaudio jack support in it's package manager. I did the setup according to this guide (german). http://wiki.ubuntuusers.de/Benutzer/Phaiax/ffado I did this before on Intrepid and there I could manage to let PA reroute audio streams to jack. The

Re: [pulseaudio-discuss] Libsndfile version requirement

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 07:41, Magnus Hjorth (magnus.hjo...@home.se) wrote: Hi, After the recent change in libsndfile handling (commit 5c10b84e), the minimum version for libsndfile needs to be bumped up to 1.0.18. Thanks for the notice! Dependency is now bumped. (on a side note: this rework is

Re: [pulseaudio-discuss] No sound with PA after muting the master channel and restarting PA

2009-06-06 Thread Ozan Çağlayan
Colin Guthrie wrote: I've not tried this or checked to see if it is correct or not, but looking just at your commit above the only change to alsa-sink.c that I can spot where it may affect things is in the hunk on line 932 in this page in the function sink_get_volume_cb():

[pulseaudio-discuss] HAL support obsoleted by new udev code (DISTRO MAINTAINERS, READ THIS!)

2009-06-06 Thread Lennart Poettering
Heya! Just wanted to mention that PA in git now can use udev instead of HAL to discover audio devices. This is part of the HALsecotomy that's currently going on. A bit of functionality is (temporarily) lost however: in the udev world there is no replacement for HAL's session switching/ACL

Re: [pulseaudio-discuss] PA can not load module-jack-sink FnF

2009-06-06 Thread Ng Oon-Ee
On Sat, 2009-06-06 at 16:05 +0200, Marco Peroverde wrote: Hi Lennart! Ubuntu has no modules for pulseaudio jack support in it's package manager. I did the setup according to this guide (german). http://wiki.ubuntuusers.de/Benutzer/Phaiax/ffado I did this before on Intrepid and there I

[pulseaudio-discuss] Failed to set hardware parameters: Operation not permitted when moving stream to USB soundcard

2009-06-06 Thread Tomek Lorek
Hi, I'm having trouble running my Line6 PODxt (module line6usb) on Ubuntu 9.04 and spent couple of evenings trying to solve it out. Everything worked perfect on Ubuntu 8.10. The device is correctly recognized by the system and PA. However, when I try to move the playback stream from my Audigy to

Re: [pulseaudio-discuss] Failed to set hardware parameters: Operation not permitted when moving stream to USB soundcard

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 23:28, Tomek Lorek (tlo...@gmail.com) wrote: Hi, I'm having trouble running my Line6 PODxt (module line6usb) on Ubuntu 9.04 and spent couple of evenings trying to solve it out. Everything worked perfect on Ubuntu 8.10. Which PulseAudio version is this? Ubuntu version numbers

Re: [pulseaudio-discuss] PA can not load module-jack-sink FnF

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 16:05, Marco Peroverde (marco.perove...@googlemail.com) wrote: Hi Lennart! Ubuntu has no modules for pulseaudio jack support in it's package manager. Then file a bug and ask them to include it. I did the setup according to this guide (german).

Re: [pulseaudio-discuss] PA can not load module-jack-sink FnF

2009-06-06 Thread Lennart Poettering
On Sun, 07.06.09 00:42, Ng Oon-Ee (ngoo...@gmail.com) wrote: On Sat, 2009-06-06 at 16:05 +0200, Marco Peroverde wrote: Hi Lennart! Ubuntu has no modules for pulseaudio jack support in it's package manager. I did the setup according to this guide (german).

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 16:44, Felipe Contreras (felipe.contre...@gmail.com) wrote: On Sat, Jun 6, 2009 at 4:26 PM, Lennart Poetteringlenn...@poettering.net wrote: On Sat, 06.06.09 15:59, Felipe Contreras (felipe.contre...@gmail.com) wrote: #if HAVE_STDBOOL_H #include stdbool.h #else

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Lennart Poettering
On Sat, 06.06.09 16:46, Felipe Contreras (felipe.contre...@gmail.com) wrote: #if HAVE_STDBOOL_H #include stdbool.h #else typedef int bool #endif And s/pa_bool_t/bool/ If you have C99, pa_bool_t = _Bool, bool = _Bool If you don't: pa_bool_t = int, bool = int The big issue

Re: [pulseaudio-discuss] Hiccups in audio

2009-06-06 Thread Lennart Poettering
On Thu, 04.06.09 11:56, nikhil@wipro.com (nikhil@wipro.com) wrote: Hi, I am currently using pulseausio-0.9.10 in my linux iMX based system. I use alsa-sink and source for playback and capturing the audio data. But I am facing problem in getting the audio data right where in I get

Re: [pulseaudio-discuss] Hiccups in audio

2009-06-06 Thread Lennart Poettering
On Fri, 05.06.09 11:45, nikhil@wipro.com (nikhil@wipro.com) wrote: pl bossart wrote: You probably want to use an interrupt-driven mode rather than the timer-based scheduling if the driver uses internal memories available in i.MX; you would not have a precise idea of the DMA read

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Felipe Contreras
On Sun, Jun 7, 2009 at 1:03 AM, Lennart Poetteringlenn...@poettering.net wrote: On Sat, 06.06.09 16:46, Felipe Contreras (felipe.contre...@gmail.com) wrote: #if HAVE_STDBOOL_H #include stdbool.h #else typedef int bool #endif And s/pa_bool_t/bool/ If you have C99, pa_bool_t =

Re: [pulseaudio-discuss] PA Startup problem on Acer Aspire One

2009-06-06 Thread Lennart Poettering
On Wed, 03.06.09 18:17, Mark Greenwood (fatger...@ntlworld.com) wrote: Even if pulse suspends itself, it should be able to unsuspend OK unless something has snuck in and grabbed the device. When it's in this locked state, the output of pacmd list-sinks will confirm if it's in the

Re: [pulseaudio-discuss] [PATCH 1/4] stream-restore: add volume_is_absolute bool in client side

2009-06-06 Thread Lennart Poettering
On Sun, 07.06.09 02:10, Felipe Contreras (felipe.contre...@gmail.com) wrote: #if HAVE_STDBOOL_H #include stdbool.h #else typedef int bool #endif And s/pa_bool_t/bool/ If you have C99, pa_bool_t = _Bool, bool = _Bool If you don't: pa_bool_t = int, bool = int The

Re: [pulseaudio-discuss] Controlling pulseaudio volume with kmix

2009-06-06 Thread Lennart Poettering
On Mon, 01.06.09 14:44, Piero Filippin (filipp...@yahoo.co.uk) wrote: What I found weird is if I pick simultaneous output on a52 it works smooth. In my understanding the simultaneous is supposed to broadcast the audio to all the cards. As I have only one card, this should not make

Re: [pulseaudio-discuss] Microphone input filter

2009-06-06 Thread Lennart Poettering
On Tue, 02.06.09 13:35, Toby Collett (tcollett+li...@plan9.net.nz) wrote: Now I am new to pulse audio so I could be misunderstanding how things are configured a lot. Is there anyone on the list that is able to provide some guidance about how I can apply a filter to an input stream, or

Re: [pulseaudio-discuss] exiting on resume of rhythmbox

2009-06-06 Thread Lennart Poettering
On Thu, 28.05.09 14:40, Brian J. Murrell (br...@interlinx.bc.ca) wrote: On Wed, 2009-05-27 at 21:31 +0200, Lennart Poettering wrote: Hmm, please try to reproduce this harder. The load limiter only becomes active when the load produced by PA is very high for a longer time. As I

Re: [pulseaudio-discuss] client communication with DBUS?

2009-06-06 Thread Lennart Poettering
On Thu, 28.05.09 09:16, pl bossart (bossart.nos...@gmail.com) wrote: Lennart, In another thread on JACK/PA integration, you wrote: I am sorry to inform you that eventually PA will use D-Bus for client communication too. Already now building PA without D-Bus is not really supported

Re: [pulseaudio-discuss] Distribution kernels and glitch-free (Packagers, read this!)

2009-06-06 Thread Lennart Poettering
On Thu, 28.05.09 16:59, Jan Buchal (buc...@brailcom.org) wrote: LP == Lennart Poettering lenn...@poettering.net writes: [=] LP Could you please extract a minimal test case for me, then I'll LP have a look on it to find out what's wrong. Dear Mr. Poettering, thank

Re: [pulseaudio-discuss] Working with PA and jack

2009-06-06 Thread Lennart Poettering
On Thu, 28.05.09 12:31, Patrick Shirkey (pshir...@boosthardware.com) wrote: On 05/28/2009 05:15 AM, Lennart Poettering wrote: On Thu, 28.05.09 04:53, Patrick Shirkey (pshir...@boosthardware.com) wrote: I think it is useful that you have the internal api calls so dbus is not a

Re: [pulseaudio-discuss] Working with PA and jack

2009-06-06 Thread Lennart Poettering
On Thu, 28.05.09 09:38, Colin Guthrie (gm...@colin.guthr.ie) wrote: 'Twas brillig, and Patrick Shirkey at 28/05/09 06:31 did gyre and gimble: Thanks for the heads up. There is no desire to use an api that is not going to be future proofed. Would you consider having a pajackcontrol app