Re: [pulseaudio-discuss] Jack detection

2011-05-20 Thread David Henningsson
On 2011-05-19 20:53, Tanu Kaskinen wrote: On Tue, 2011-05-17 at 13:44 +0200, David Henningsson wrote: Agree with the port property. About the port vs profile question, I think we might think that backwards from a user's perspective. Conceptually I'd say we select port first (manually or

Re: [pulseaudio-discuss] Jack detection

2011-05-20 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 20/05/11 07:23 did gyre and gimble: On 2011-05-19 20:53, Tanu Kaskinen wrote: On Tue, 2011-05-17 at 13:44 +0200, David Henningsson wrote: Agree with the port property. About the port vs profile question, I think we might think that backwards from a

[pulseaudio-discuss] [RFC] Source Output Volumes

2011-05-20 Thread Colin Guthrie
Hello, As some of you know I've been working on restoring a little more symmetry to our API to allow the adjustment of source output (capture stream) volumes. In the past, when stream volumes were added to sink inputs, it was thought that this feature wouldn't be overly useful for capture

Re: [pulseaudio-discuss] [PATCHv3 0/4] Read and store UCM data as proplist

2011-05-20 Thread Colin Guthrie
'Twas brillig, and Jorge Eduardo Candelaria at 19/05/11 19:04 did gyre and gimble: I'm not trying to make it all just work atm, only provide a basis to continue working on and advance the discussion. Awesome! My previous mail was my polite way of saying it may not get committed just yet in it's

Re: [pulseaudio-discuss] [RFC] Source Output Volumes

2011-05-20 Thread Maarten Bosmans
2011/5/20 Colin Guthrie gm...@colin.guthr.ie: Hello, As some of you know I've been working on restoring a little more symmetry to our API to allow the adjustment of source output (capture stream) volumes. In the past, when stream volumes were added to sink inputs, it was thought that this

Re: [pulseaudio-discuss] Jack detection

2011-05-20 Thread David Henningsson
On 2011-05-20 10:36, Colin Guthrie wrote: 'Twas brillig, and David Henningsson at 20/05/11 07:23 did gyre and gimble: On 2011-05-19 20:53, Tanu Kaskinen wrote: On Tue, 2011-05-17 at 13:44 +0200, David Henningsson wrote: Agree with the port property. About the port vs profile question, I think

Re: [pulseaudio-discuss] [RFC] Source Output Volumes

2011-05-20 Thread Colin Guthrie
'Twas brillig, and Maarten Bosmans at 20/05/11 10:23 did gyre and gimble: With flat volumes, adding per-stream volumes to capture streams makes sense. With these changes, would it still be possible to record audio without software gain? As it is now, I can record from a source that has its

Re: [pulseaudio-discuss] [RFC] Source Output Volumes

2011-05-20 Thread Maarten Bosmans
2011/5/20 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and Maarten Bosmans at 20/05/11 10:23 did gyre and gimble: With flat volumes, adding per-stream volumes to capture streams makes sense. With these changes, would it still be possible to record audio without software gain? As it

Re: [pulseaudio-discuss] [PATCH 1/2] alsa: add jack detection support

2011-05-20 Thread Jorge Eduardo Candelaria
On May 19, 2011, at 3:11 PM, Tanu Kaskinen wrote: I tried to apply the patch for easier review in meld, but unfortunately it seems that some helpful software has eaten the first space on lines that begin with one or more spaces. Because of that, git am doesn't accept the patch. I'll

[pulseaudio-discuss] How to redirect pulse audio through ssh?

2011-05-20 Thread Quinn Plattel
Hi, I am currently trying to attempt to redirect pulse audio sound from a server to a client through ssh. I am bit unclear on what the correct way is of doing it. Some guides on the net refer to paprefs and some refer to socat and others again refer to loading modules via pactl. There is also

Re: [pulseaudio-discuss] How to redirect pulse audio through ssh?

2011-05-20 Thread Quinn Plattel
HI, Thanks for info, but I don't think it is the solution I am interested in. I have to use ssh as my server is behind a firewall and ssh is the only way to contact it. The other thing is I would like to use vnc to work with my server. Right now, I am doing this: client: ssh -L

Re: [pulseaudio-discuss] How to redirect pulse audio through ssh?

2011-05-20 Thread Quinn Plattel
Hi, This is interesting: client: ssh -XL 4713:localhost:4713 user@server server: PULSE_LOG=99 pactl stat Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472 Trying to connect to

Re: [pulseaudio-discuss] How to redirect pulse audio through ssh?

2011-05-20 Thread Quinn Plattel
Here is pactl stat on the client side: PULSE_LOG=99 pactl stat - Using private memory pool with 1024 slots of size 16,0 KiB each, total size is 16,0 MiB, maximum usable slot size is 16344 Trying to connect to

Re: [pulseaudio-discuss] How to redirect pulse audio through ssh?

2011-05-20 Thread Fred Frigerio
Have you tried redirecting the port in SSH? Then you get the native PA with SSH. I am not sure if there is some standard port. Fred Frigerio On Fri, May 20, 2011 at 1:01 PM, Quinn Plattel qie...@gmail.com wrote: Here is pactl stat on the client side: PULSE_LOG=99 pactl stat

[pulseaudio-discuss] Trying to make pulseaudio play audio using Ofono's HFP

2011-05-20 Thread Lamarque Vieira Souza
I am trying to make Ofono's HFP implementation to work with my notebook and my cellphone (http://padovan.org/blog/2010/02/handsfree-profile-into- bluez-and-ofono/). Everything seems to work until playing the audio stream. Pulseaudio seems to receive the stream but it cannot play it and

[pulseaudio-discuss] Glitches on null sink?

2011-05-20 Thread mar...@saepia.net
Hi, I continue to develop my radio audio routing software so I continue to encounter strange bugs. General idea that lies behind my project is to split some processing parts into separate processes. There are many reasons why this architecture has to be like this, it something fundamental and