Re: [pulseaudio-discuss] [PATCH] alsa: Print dB values instead of percentages in debug messages.

2010-11-17 Thread Colin Guthrie
No objections to the patch, but do you think it would be "better" to print both? Would make the lines a bit longer, but it is kinda useful, especially when debugging with GUIs that only show the user percentages etc. (which is just a sad fact of life!) WDYT? Col -- Colin Guthri

Re: [pulseaudio-discuss] [PATCH] alsa: Print dB values instead of percentages in debug messages.

2010-11-17 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 17/11/10 14:34 did gyre and gimble: > On Wed, 2010-11-17 at 16:21 +0200, Colin Guthrie wrote: >> No objections to the patch, but do you think it would be "better" to >> print both? Would make the lines a bit longer, but it is ki

Re: [pulseaudio-discuss] [PATCH] combine: Handle reappearing slave sinks in non-automatic mode.

2010-11-17 Thread Colin Guthrie
'Twas brillig, and Antti-Ville Jansson at 17/11/10 11:45 did gyre and gimble: > On Tue, 2010-11-16 at 23:50 +0200, Colin Guthrie wrote: >> 'Twas brillig, and Antti-Ville Jansson at 12/11/10 10:26 did gyre and >> gimble: >>> The functionality you suggested soun

Re: [pulseaudio-discuss] [PATCH] combine: Handle reappearing slave sinks in non-automatic mode.

2010-11-17 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 17/11/10 23:41 did gyre and gimble: > 'Twas brillig, and Antti-Ville Jansson at 17/11/10 11:45 did gyre and > gimble: >> On Tue, 2010-11-16 at 23:50 +0200, Colin Guthrie wrote: >>> 'Twas brillig, and Antti-Ville Jansson at 12

[pulseaudio-discuss] [ATTN] Rygel changes in stable-queue

2010-11-17 Thread Colin Guthrie
o a stable distro which has an older rygel, that you may want to skip/revert that particular patch. Cheers. Col * For various values of "soon", roughly requiring the planets to align and Lennart to either just give me the right to do a release or actually find time to do it himself :p

Re: [pulseaudio-discuss] [PATCH] man: Remove repeated lines

2010-11-18 Thread Colin Guthrie
is. Applied. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://

Re: [pulseaudio-discuss] [PATCH] alsa: Sprinkle some PA_UNLIKELYs around error checks

2010-11-18 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 18/11/10 04:32 did gyre and gimble: > This just adds a few PA_UNLIKELY macros around some error paths in > frequently called code. I'll defer to your greater knowledge of what is "unlikely" in this context. Pushed to master. Col -

Re: [pulseaudio-discuss] [PATCH v2] alsa: Print dB values in addition to percentages in debug messages.

2010-11-18 Thread Colin Guthrie
onight :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://tra

Re: [pulseaudio-discuss] How to capture one of multiple radios that these radios play at the same time?

2010-11-18 Thread Colin Guthrie
ant to record and open it's monitor. I've not done this myself, but I suspect that the code itself will lead the way. Let me know if you get stuck and I'll try and look it up for you. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic L

Re: [pulseaudio-discuss] How to capture one of multiple radios that these radios play at the same time?

2010-11-19 Thread Colin Guthrie
isn't a way to record the radio fully across device moves as far as I know... although perhaps not setting the PA_STREAM_DONT_MOVE flag will allow the record stream to automatically move if the stream is moved? I don't know... HTHs -- Colin Guthrie gmane(at)colin.guthr.ie http://

Re: [pulseaudio-discuss] How to capture one of multiple radios that these radios play at the same time?

2010-11-19 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 19/11/10 11:33 did gyre and gimble: > 'Twas brillig, and Tsai Yu-Chin at 19/11/10 02:29 did gyre and gimble: >> Thank you for your help. >> I refer to source code of pavucontrol and I program a simple code below: > > Ultimately

Re: [pulseaudio-discuss] How to capture one of multiple radios that these radios play at the same time?

2010-11-19 Thread Colin Guthrie
t values and thus I suspect they all have 0's which ultimately maps to the default monitor source and no specific sink input. You need to run the main loop and let all the necessary call backs be called and get all the necessary index values before you actually use them. Col --

Re: [pulseaudio-discuss] How to capture one of multiple radios that these radios play at the same time?

2010-11-22 Thread Colin Guthrie
ow *everything* outputting on that sink, so the different use cases cover the two different modes of operation. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contribut

Re: [pulseaudio-discuss] How to capture one of multiple radios that these radios play at the same time?

2010-11-22 Thread Colin Guthrie
app PULSE_SINK=radio3 myradioapp Or similar. Hope that helps. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker

Re: [pulseaudio-discuss] [PATCH] core: New LIFO style flist implementation

2010-11-23 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 16/11/10 21:50 did gyre and gimble: > 'Twas brillig, and Colin Guthrie at 16/11/10 15:45 did gyre and gimble: >> 'Twas brillig, and Jyri Sarha at 16/11/10 14:01 did gyre and gimble: >>> Lennart would have time to take a

Re: [pulseaudio-discuss] [PATCH v2] alsa: Print dB values in addition to percentages in debug messages.

2010-11-23 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 18/11/10 16:18 did gyre and gimble: > 'Twas brillig, and Tanu Kaskinen at 18/11/10 16:12 did gyre and gimble: >> How about this? There are a couple of bugs in sink_write_volume_cb, >> by the way. Another patch will be sent once this dB v

Re: [pulseaudio-discuss] [PATCH] Add "Rear Mic" to alsa mixer paths.

2010-11-25 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 19/11/10 09:43 did gyre and gimble: > This should be a patch without any controversy. Patch is against > stable-queue. Thanks. Applied to s-q and master. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalo

Re: [pulseaudio-discuss] [PATCH] Handle 'Internal Mic 1' as an 'Input Source'

2010-11-25 Thread Colin Guthrie
'Twas brillig, and Daniel Chen at 25/11/10 15:00 did gyre and gimble: > Hi, here's a patch (currently against stable-queue but applicable to > master, too) to enable selecting of the internal mic on a Dell XPSM > 1530. Please apply. Thanks. Applied to s-q and master. Col

Re: [pulseaudio-discuss] [PATCH] Add a target to the PA log feature and improve PA log core

2010-11-25 Thread Colin Guthrie
remote syslog daemon. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker

Re: [pulseaudio-discuss] [PATCH] man pulse-daemon.conf: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).

2010-11-26 Thread Colin Guthrie
no longer used as it' allows other users to DoS a given user's ability to use PA, hence why we now use randomised folders. I'll try and update the text accordingly with this patch. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogi

[pulseaudio-discuss] [ANNOUNCE] New Version Naming Scheme

2010-11-28 Thread Colin Guthrie
e general approach we had with stable-queue, but with a simplified naming scheme and version tag policy on top. I hope you all agree, but if there are any major issues, just shout and we can discuss :) I'll wait a couple days to push the changes I have that implement the above, just in ca

Re: [pulseaudio-discuss] Couple of PA problems

2010-11-28 Thread Colin Guthrie
>> strange enough, anything is possible. > > Could you please post more information. > > 1. What version of PA do you run? > 2. Did you try the latest release 0.9.22? > 3. Does that happen with another media player, for example Banshee, too? > 4. What version of Rhythm

Re: [pulseaudio-discuss] [PATCH 0/5] Fix "flist is full" log spamming

2010-11-28 Thread Colin Guthrie
too > src/Makefile.am: Link lirc libraries in right order > > src/Makefile.am | 82 -------- > src/pulsecore/flist.c | 11 +- > src/pulsecore/flist.h |7 +++- > 3 files changed, 55 insertions(+), 45 deletions(-)

Re: [pulseaudio-discuss] [PATCH] man pulse-daemon.conf: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).

2010-11-28 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 26/11/10 10:37 did gyre and gimble: > 'Twas brillig, and Paul Menzel at 26/11/10 09:50 did gyre and gimble: >> Date: Sun, 31 Jan 2010 14:15:31 +0100 >> >> Signed-off-by: Paul Menzel >> --- >> man/pulse-daemon.conf.

Re: [pulseaudio-discuss] [ANNOUNCE] New Version Naming Scheme

2010-11-29 Thread Colin Guthrie
pushing a $MAJOR.0_beta/_rc tag to git? Yeah I reckon a "v$MAJOR-rc1" tag would suffice for that. > I guess we /would/ want to make some pre-release(s) off the 1.0-dev > before doing the final 1.0 release. In an ideal world yes :) Col -- Colin Guthrie gmane(at)colin.guthr.i

Re: [pulseaudio-discuss] [ANNOUNCE] New Version Naming Scheme

2010-11-29 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 29/11/10 08:04 did gyre and gimble: > On 2010-11-28 16:31, Colin Guthrie wrote: >> Hi All, >> >> As you know I've been angling for some kind of solid way forward with >> version numbers for a while so this email is basica

Re: [pulseaudio-discuss] [ANNOUNCE] New Version Naming Scheme

2010-11-29 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 28/11/10 15:31 did gyre and gimble: > Whenever the next commit is made to master, it will be tagged as > "$(($MAJOR+1)).0-dev". This allows the correct version number to be > represented in builds made from the git tree. Likewise, when

Re: [pulseaudio-discuss] [PATCH] alsa-sink: take base volume into account when applying hw volume

2010-11-30 Thread Colin Guthrie
es/alsa/alsa-sink.c | 10 -- > 1 files changed, 8 insertions(+), 2 deletions(-) > > > > ___ > pulseaudio-discuss mailing list > pulseaudio-discuss@mail.0pointer.de > https://tango.0pointer.de/mailman/listinfo/pulseaudio-di

Re: [pulseaudio-discuss] Supporting hardware resampling

2010-11-30 Thread Colin Guthrie
however (and I'm not even sure that it's the right approach anyway). It's likely something that will be attached in some way to the UCM work in alsa, so that this kind of thing is only configured when we are told it will work. Just some idle musings on the topic that may, or may n

Re: [pulseaudio-discuss] Progress of 'dynamic default sink' or 'device preference list'?

2010-12-01 Thread Colin Guthrie
nd should be mitigated in an app specific way). I may just crack on an do it over the winter seeing as it's getting really cold now and worry about the finer details later. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.trib

Re: [pulseaudio-discuss] Card sometimes doesn't create sinks/sources

2010-12-01 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 07/11/10 20:51 did gyre and gimble: > [Resend: Didn't get through moderation last time... 2nd time lucky] > > Hi, > > This is a strange one that I've seen happen very occasionally, but > cannot nail down or reliably repr

Re: [pulseaudio-discuss] [PATCH] alsa-sink: take base volume into account when applying hw volume

2010-12-01 Thread Colin Guthrie
'Twas brillig, and Jyri Sarha at 01/12/10 10:31 did gyre and gimble: > > On Tue, 30 Nov 2010, Colin Guthrie wrote: > >> Any comments on this one Jyri? >> >> It seems add code to sink_write_volume_cb() to mirror the normal method >> sink_set_volume_cb() so lo

Re: [pulseaudio-discuss] [ANNOUNCE] New Version Naming Scheme

2010-12-01 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 28/11/10 15:31 did gyre and gimble: > As you know I've been angling for some kind of solid way forward with > version numbers for a while so this email is basically a description of > what has been done about this and how we'll move for

Re: [pulseaudio-discuss] module-combine causes wine apps sound to crash [WAS: Latency control for wine ALSA emulation?]

2010-12-01 Thread Colin Guthrie
y still be lurking there. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Ha

Re: [pulseaudio-discuss] Progress of 'dynamic default sink' or 'device preference list'?

2010-12-01 Thread Colin Guthrie
'Twas brillig, and Ng Oon-Ee at 01/12/10 10:57 did gyre and gimble: > On Wed, 2010-12-01 at 09:20 +0000, Colin Guthrie wrote: >> 'Twas brillig, and Ng Oon-Ee at 01/12/10 07:48 did gyre and gimble: >>> Hi all, >>> >>> Now that 0.9.22 is finally out,

Re: [pulseaudio-discuss] Mic input volume controls

2010-12-01 Thread Colin Guthrie
them for this purpose? (from the names I'd have to expect a yes answer there, but seeing as my laptop has no built in mic, I'd say having two is just showing off :D) But more seriously, why are there front and rear mics? Is this for >stereo recording? If so should these inputs b

Re: [pulseaudio-discuss] Progress of 'dynamic default sink' or 'device preference list'?

2010-12-01 Thread Colin Guthrie
aise can go on my blog, criticism can come here :D But more seriously, yeah, this thread is as good as any. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] P

Re: [pulseaudio-discuss] [PATCH] JACK: Add module-jackdbus-detect

2010-12-03 Thread Colin Guthrie
could also be an option in paprefs too. e.g. a ticky box for: "[ ] Automatically redirect audio through Jack if it is started" or similar. WDYT is best? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.triba

[pulseaudio-discuss] Problems with Speex Resamplers

2010-12-03 Thread Colin Guthrie
heers Col References 1. http://thread.gmane.org/gmane.comp.kde.users.multimedia/5979 -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [htt

Re: [pulseaudio-discuss] [PATCH] JACK: Add module-jackdbus-detect

2010-12-03 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 03/12/10 11:58 did gyre and gimble: > On 2010-12-03 11:35, Colin Guthrie wrote: >> Hiya >> >> Seems like a good patch at first glance. > > Thanks! :-) > >> One minor question that I >> really don't k

[pulseaudio-discuss] [PATCH] RFC: Fixing the build (out of tree & make distcheck etc)

2010-12-04 Thread Colin Guthrie
expert and am just blundering around until things generally work. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulsea

Re: [pulseaudio-discuss] [ANNOUNCE] New Version Naming Scheme

2010-12-04 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 29/11/10 09:41 did gyre and gimble: > 'Twas brillig, and Colin Guthrie at 28/11/10 15:31 did gyre and gimble: >> Whenever the next commit is made to master, it will be tagged as >> "$(($MAJOR+1)).0-dev". This allo

Re: [pulseaudio-discuss] Mic input volume controls

2010-12-04 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 02/12/10 10:38 did gyre and gimble: > On 2010-12-01 16:09, Colin Guthrie wrote: >> 'Twas brillig, and David Henningsson at 01/12/10 13:55 did gyre and >> gimble: >>> Hi folks, >>> >>> The way we control m

Re: [pulseaudio-discuss] [PATCH] RFC: Fixing the build (out of tree & make distcheck etc)

2010-12-05 Thread Colin Guthrie
stop it running configure (passing the -V to configure just prints out the version). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAu

Re: [pulseaudio-discuss] [PATCH] JACK: Add module-jackdbus-detect

2010-12-05 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 03/12/10 12:46 did gyre and gimble: > 'Twas brillig, and David Henningsson at 03/12/10 11:58 did gyre and gimble: >> On 2010-12-03 11:35, Colin Guthrie wrote: >>> Hiya >>> >>> Seems like a good patch at first glanc

Re: [pulseaudio-discuss] fix changing volume to 0% breaks channel ballance

2010-12-06 Thread Colin Guthrie
nce is needed, but that may complicate things further too. So, all in all, solving this problem is not quite as simple as it seems. All the best Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: M

Re: [pulseaudio-discuss] PulseAudio, pcHDTV hd-5500 card, tvtime, and mythtv

2010-12-06 Thread Colin Guthrie
rrect playback device (i.e. your sound card)) For MythTV, they need to fix their braindead configuration, but you can maybe get it working by setting the audio device to either "ALSA:pulse" or "PulseAudio:default" HTHs Feel free to ask on IRC. I think I saw you drop by and ask t

[pulseaudio-discuss] Channel Mode mixer element: 6ch vs. 8ch

2010-12-06 Thread Colin Guthrie
to 8ch all the time but if that doesn't work we'll have to be smarter (enabling 8ch only when using surround71 and setting it to 6ch at all other times). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Op

Re: [pulseaudio-discuss] Fwd: [alsa-devel] Help wanted: emachines em350 internal mic

2010-12-07 Thread Colin Guthrie
be nicer if we could handle it correctly ourselves. If we do handle it correctly ourselves, then I guess we could just go straight to hw: for now until the alsa side is inplemented and thus we probably should make some patches to handle this. Col -- Colin Guthrie gmane(at)colin.guthr.ie http:/

Re: [pulseaudio-discuss] Channel Mode mixer element: 6ch vs. 8ch

2010-12-09 Thread Colin Guthrie
he best solution would be to deal with it in an intelligent and contextual way. I'm sure we'll find it :) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [h

Re: [pulseaudio-discuss] Pulseaudio for two sessions at the same time

2010-12-09 Thread Colin Guthrie
emon but this is probably easier and at least means one user can benefit from SHM IPC whereas with system-wide no users can. HTHs Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Co

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
we'd recommend seeing as hal is dead these days. Is udev support compiled in? It replaced hal these days. Also what version of PA? I'd recommend 0.9.22. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http:

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
ded even if it's > a null one" > module.version = "0.9.22" > > Can't paste everything... too big :) Sadly, there is little value if you cannot paste everything. Please either attach it or make it available via a URL or pastebin. Thanks Col -- Co

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
nce that debug info is available. Take care Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseau

Re: [pulseaudio-discuss] [PATCH] Add a target to the PA log feature and improve PA log core

2010-12-09 Thread Colin Guthrie
e device. > I reattach the patch for remind and hope that it can be reviewed by Lennart. Seem like reasonable reasons to me. Lennart will be away for a little while longer but I'll try and remind him about this email once he is back from vacation. Cheers Col -- Colin Gu

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
sure you know. I had presumed that, but thanks for clarifying. All of the debug info I request should be possible while not directly at the machine (just make sure you do not use SSH X11 forwarding i.e. use ssh -x) All the best. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
gmaTel STAC9700,83,84" > alsa.components = "AC97a:83847600" > module-udev-detect.discovered = "1" > device.icon_name = "audio-card-pci" > ports: > analog-output;output-amplifier-on: Analog Output / Amplifier (priority 9910) > analog-output;outpu

Re: [pulseaudio-discuss] Mic input volume controls

2010-12-09 Thread Colin Guthrie
API with a +1 dir argument to various functions e.g. http://www.alsa-project.org/alsa-doc/alsa-lib/group___simple_mixer.html#gef9c6ce9deb46de7b5727dc9982dc6d6 So we will use "accurate or first above" this means that less attenuation will be done if the accuracy cannot be performed exactly

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
tically (as it's the default). This page may have some useful information for you (incl. screen shots as to how things are supposed to look and work etc.): http://pulseaudio.org/wiki/KDE Either way this is more of a KDE problem than a PA one. Although it'll likely be myself that

Re: [pulseaudio-discuss] Forcing a mapping from a stream to a device

2010-12-09 Thread Colin Guthrie
them separately :( > Is there some invocation I can add to my pulse config files to force > this? I've tried using Earcandy to do this, but it's not very reliable. Generally speaking, pavucontrol is the app you want. I have no idea what earcandy is. Col -- Colin Guthrie

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
d earlier has screen shots of kcm_phonon config screens. It appears you are seeing ALSA devices in that list due to the fact that the ALSA hint is being disaplayed and this should not happen with a fully integrated setup. Can you run: PHONON_PULSEAUDIO_DEBUG=4 kcmshell4 kcm_phonon And pos

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
into e.g. /usr/local, you must ensure that the system installed phonon backend is not being used. Col. -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseA

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
t; tab... try clicking on it and then having a look. This is turning into something that is really not relevant to the PA mailing list. If you are able, please come on to IRC and join #pulseaudio on Freenode. I'm coling there and I can likely help you interactively for the next few hours. Cheer

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
reamer as preferred backend. Can you resupply the kcmshell debug after switching backends? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacke

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
'Twas brillig, and Robert Gabriel at 09/12/10 21:07 did gyre and gimble: > Here it is... seems to not work so well :) > http://pastebin.com/dmu0eWTf That all looks correct to me. What problems are you seeing? (try a full reboot now this is configured) Col -- Colin Guthr

Re: [pulseaudio-discuss] Mic input volume controls

2010-12-09 Thread Colin Guthrie
'Twas brillig, and David Henningsson at 07/12/10 08:35 did gyre and gimble: > On 2010-12-04 19:09, Colin Guthrie wrote: >> 'Twas brillig, and David Henningsson at 02/12/10 10:38 did gyre and >>> Let's play with the idea that we added a configurable "Dir

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
ime to make it work nicely. GStreamer has some issues as a Phonon backend, but has very good pulseaudio integration. Nothing is ever perfect! Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contribu

Re: [pulseaudio-discuss] Mic input volume controls

2010-12-09 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 09/12/10 16:12 did gyre and gimble: > 'Twas brillig, and Kulikov, Vitaliy at 01/12/10 17:34 did gyre and gimble: >> Hello everybody, >> >> I would like to add more details for issue #1. Just changing order of >> the capture a

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
is a patch related to PA output recently committed that you should add in: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=8ca094795add18733faeb2a1f335bb33f40f9894 Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://w

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-09 Thread Colin Guthrie
ugins you want from -bad or -ugly too... really depends on your needs and I'm afraid I'm not really clued up enough on GStreamer to comment on it. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open

Re: [pulseaudio-discuss] Pulseaudio for two sessions at the same time

2010-12-12 Thread Colin Guthrie
'Twas brillig, and Noel David Torres Taño at 10/12/10 08:48 did gyre and gimble: > On Jueves 09 Diciembre 2010 10:06:00 Colin Guthrie escribió: >> HTHs > > It helped :) Now we both can have half-time sound, and that is better than > one > getting no sound :) > &

Re: [pulseaudio-discuss] Unable to make pulseaudio work on a Slackware based distribution (Kongoni)

2010-12-12 Thread Colin Guthrie
out there based on gstreamer (I know there is e.g. a Totem plugin (which in turn uses GStreamer) and there may be others too). No idea what icecat is. This isn't really my field tho', so you'd be far better asking on a gstreamer mailing list. Col PS. Please try not to top post, as I

Re: [pulseaudio-discuss] jack-module tips?

2010-12-12 Thread Colin Guthrie
ved to go to > the soundcard via PA (module-restore-streams I think). Alternatively > you could just pactl list and unload your soundcard module, so only > module-jack-source/sink are loaded, it'll all work then. You should probably also have a look at David's recent modu

Re: [pulseaudio-discuss] [PATCH] bluetooth: Fix rendering a2dp data

2010-12-12 Thread Colin Guthrie
ruct userdata *u) { > > d = (uint8_t*) d + written; > to_write -= written; > +memchunk.length += written; > > frame_count++; > } > > +if (to_decode) > +pa_log_error("SBC: %lu b

Re: [pulseaudio-discuss] How to clos a session?

2010-12-12 Thread Colin Guthrie
sole applications rather than X11 however, as under X11 a Session Manager module is loaded which keeps PA alive for the duration of the X session. You can make a change in daemon.conf to set exit-idle-time to 0. This should allow PA to exit when the X11 session exits. Col -- Colin Guthrie gmane(

Re: [pulseaudio-discuss] [PATCH] bluetooth: Fix a2dp processing

2010-12-12 Thread Colin Guthrie
; > else > n_read = a2dp_process_push(u); Thanks for the patch. Pushed. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://ww

Re: [pulseaudio-discuss] [PATCH] module-loopback: Prevent an infinite loop when rate adjusting is disabled

2010-12-12 Thread Colin Guthrie
rates(u); > +if (u->adjust_time > 0) > +adjust_rates(u); > return 0; > } > } Also Pushed. Thanks again. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.triba

Re: [pulseaudio-discuss] Get the 'future' volume of a stream?

2010-12-13 Thread Colin Guthrie
en it's not actively being played. Perhaps we just need the UIs to differentiate between corked and uncorked streams better (e.g. hide corked streams by default or grey them out somehow perhaps?) Not 100% sure what the best approach is here, so opinions from others are welcome. Col -- C

Re: [pulseaudio-discuss] Get the 'future' volume of a stream?

2010-12-13 Thread Colin Guthrie
announced. and I'll try and maintain backwards compatibility if at all possible anyway. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hac

Re: [pulseaudio-discuss] How to close a session?

2010-12-13 Thread Colin Guthrie
'Twas brillig, and Haug Bürger at 13/12/10 20:37 did gyre and gimble: > Colin Guthrie schrieb: >> 'Twas brillig, and Haug Bürger at 12/12/10 10:59 did gyre and gimble: >> >>> The leatest Ubuntu has a serious security bug caused by pulseaudio. If >>> you

Re: [pulseaudio-discuss] Pulseaudio for two sessions at the same time

2010-12-14 Thread Colin Guthrie
the membership of the pulse-access group. There should be no tweaks needed on .pulse/client.conf (the file should not even exist unless something manual has been done). HTHs Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogi

Re: [pulseaudio-discuss] Pulseaudio for two sessions at the same time

2010-12-15 Thread Colin Guthrie
d work out what's going on. As I don't use system wide myself, I'm maybe missing something. I'll try and get back to you soon. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mage

Re: [pulseaudio-discuss] Forcing a mapping from a stream to a device

2010-12-15 Thread Colin Guthrie
[Adding the list back in - I think I may have removed it accidentally :s ] 'Twas brillig, and Matt Feifarek at 15/12/10 00:06 did gyre and gimble: > On Thu, Dec 9, 2010 at 12:32 PM, Colin Guthrie I've a funny feeling we discussed this on IRC but perhaps not. > > > J

Re: [pulseaudio-discuss] jack-module tips?

2010-12-15 Thread Colin Guthrie
s you specify which device is the default, as does gnome-volume-control. In KDE, there are priority lists of devices in systemsettings rather than a single default. HTHs Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tr

Re: [pulseaudio-discuss] pulseaudio problem when using x2go and likewise-open

2010-12-15 Thread Colin Guthrie
t sure where you are running PA and why it needs to be system-wide at all (generally I would not recommend this), but come on IRC and then we can discuss and I can explain how things should be setup. I'm coling in #pulseaudio on Freenode. FWIW, I describe how the Remote X11 case work

Re: [pulseaudio-discuss] pulseaudio problem when using x2go and likewise-open

2010-12-15 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 15/12/10 14:22 did gyre and gimble: > 'Twas brillig, and Ivan Boyadzhiev at 15/12/10 09:48 did gyre and gimble: >> Hi, 8< snip! Just for the record, I spoke with Ivan and it seems the problem relates to x2go in some capacity. ht

Re: [pulseaudio-discuss] How to close a session?

2010-12-17 Thread Colin Guthrie
'Twas brillig, and Haug Bürger at 16/12/10 20:44 did gyre and gimble: > Colin Guthrie schrieb: >> 'Twas brillig, and Haug Bürger at 13/12/10 20:37 did gyre and gimble: >> >>> Colin Guthrie schrieb: >>> >>>> 'Twas br

Re: [pulseaudio-discuss] Tell me more about pa_simple_new device argument ?

2010-12-17 Thread Colin Guthrie
ping an internal GUI and using introspection is probably best. And if not, then using the 2nd approach of setting the stream restore id will probably be the quickest and easiest way of working. Hope that helps! > PS: > I plane to share source code (C++) in when it'll be "good"

Re: [pulseaudio-discuss] [PATCH] trivial: Mention speex as a resampler reference in pulse-daemon.conf

2010-12-18 Thread Colin Guthrie
'Twas brillig, and Daniel Chen at 18/12/10 05:03 did gyre and gimble: > While triaging the Debian bugs for PulseAudio, I noticed this > trivially-fixed item. Here's a patch against stable-queue/master. Cheers Dan, I've merged this in my tree now. Col -- Colin Guthrie gm

Re: [pulseaudio-discuss] [PATCH] core: Fix variable "has_whined" value bug

2010-12-18 Thread Colin Guthrie
ted. > > So I changed its value. > > Here's the patch: Thanks. I've applied this to my tree now. Cheers Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contrib

Re: [pulseaudio-discuss] [PATCH] core: Fix variable "has_whined" value bug

2010-12-18 Thread Colin Guthrie
#x27;t write that code, I'd rather let Lennart decide whether or not to remove it. I've therefore applied Yang Xichun's patch for the time being but this one may go in at a latter date. Thanks a lot for your contributions :) Col -- Colin Guthrie gmane(at)colin.guthr.ie htt

Re: [pulseaudio-discuss] [PATCH] Fix bad returned format in sound file utils

2010-12-18 Thread Colin Guthrie
above, but I see that libsndfile kind of abuses the fi.format when calling that function and uses it as an index and overwrites it with the real format on return. Applied now in my tree. Thanks. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited

Re: [pulseaudio-discuss] pactl to set default soundcard?

2010-12-18 Thread Colin Guthrie
have to go via the protocol). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Tra

Re: [pulseaudio-discuss] [PATCH] trivial: Mention speex as a resampler reference in pulse-daemon.conf

2010-12-19 Thread Colin Guthrie
your suggestion is preferable. Here's a patch against > current stable-queue making that change and also correcting the > quality range (incorrectly 0..9 but is 0..10 now). Thanks. Pushed now. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic

Re: [pulseaudio-discuss] Prologic II upmixing with the Asus Xonar DX

2010-12-20 Thread Colin Guthrie
choosing the most sensible structure that works for most people. I guess there would be a way to make things work better but it would be pretty complicated and it would only benefit a small subset of users. Maybe one day. If I'm wrong with any of the above, hopefully someone will correct me. I

Re: [pulseaudio-discuss] [PATCH] Fix typos

2010-12-20 Thread Colin Guthrie
'Twas brillig, and zhangwan at 20/12/10 09:38 did gyre and gimble: > Bon appetit According to google, this is actually the correct spelling, but the others seem valid! Applied to my tree. Cheers Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tr

Re: [pulseaudio-discuss] [PATCH] [module-loopback] Add PA_SOURCE_OUTPUT_DONT_MOVE flag of source-output to make the module-loopback unloading when the A2DP source ware unavailable

2010-12-22 Thread Colin Guthrie
s (and this applies to others like remap, combine etc.) "idle" when their tightly bound sink/sources are no longer available and then "kick in" automatically when they appear. This kind of logic would allow for more things to be added to a user's customised default.

Re: [pulseaudio-discuss] why is this giving an error and failing to start?

2010-12-22 Thread Colin Guthrie
ay would be to create a null sink with a single channel then use module-loopback sink to connect it's monitor to your real sink. It should automatically upmix the mono null sink to stereo on your real sink not 100% sure this will work but it should do. HTHs Col -- Colin Guthrie gma

Re: [pulseaudio-discuss] [PATCH 1/5] core: Change sematics of pa_flist_new_with_name()

2010-12-22 Thread Colin Guthrie
is probably overkill as pa_xfree will silently ignore nulls anyway, so it would do no harm. That and it's pretty much impossible for l->name to be null anyway... OK to drop that assert? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Li

Re: [pulseaudio-discuss] [PATCH 5/5] alsa-sink: Don't assume we were able to enable hw-volume or sync-volume

2010-12-22 Thread Colin Guthrie
, I think the mixer_callback is needed when u->sink->flags & PA_SINK_HW_MUTE_CTRL, but you now only activate this when u->sink->flags & PA_SINK_HW_VOLUME_CTRL. While it's quite unlikely that some h/w exsist that has PA_SINK_HW_MUTE_CTRL but not PA_SINK_HW_VOLUME_CTRL I

<    3   4   5   6   7   8   9   10   11   12   >