Re: [pulseaudio-discuss] Scarlett interface as default device

2013-03-20 Thread Daniel Mack
On 20.03.2013 23:49, Len Ovens wrote: > > On Wed, March 20, 2013 3:01 pm, Rodolfo Thomazelli wrote: > >> In fact I can't produce sounds with "mataa", but I think that this is >> another problem. If any correlated problem appears, I'll come back for >> get >> help. >> >> I would like to be able t

Re: [pulseaudio-discuss] System freeze

2011-11-19 Thread Daniel Mack
y alsa? Sure. Just use the 'alsasink' component, and temporarily disable pulseaudio by prefixing the command with 'pasuspender'. Daniel > On Fri, 2011-11-18 at 17:57 +0100, Daniel Mack wrote: >> On Fri, Nov 18, 2011 at 5:35 PM, dirkydirk wrote: >>> Hel

Re: [pulseaudio-discuss] System freeze

2011-11-18 Thread Daniel Mack
On Fri, Nov 18, 2011 at 5:35 PM, dirkydirk wrote: > Hello, > > recently I have updated my debian sid box to the latest gnome 3, which > installed also PulseAudio. Pleasantly, sound worked out of the box, even > flash, and my sound card SB XFi-Extreme Audio is detected and used (had > to use onboar

Re: [pulseaudio-discuss] alsa: split up 6-channel streams into 3 stereo pairs?

2011-11-16 Thread Daniel Mack
On 11/14/2011 08:27 PM, Tanu Kaskinen wrote: > On Sat, 2011-11-12 at 17:14 +0100, Daniel Mack wrote: >> A 6-channel audio device I wrote support announces a single ALSA >> subdevice that has to be opened as a whole in order to access all six >> channels. However, I would like

[pulseaudio-discuss] alsa: split up 6-channel streams into 3 stereo pairs?

2011-11-12 Thread Daniel Mack
Hi, A 6-channel audio device I wrote support announces a single ALSA subdevice that has to be opened as a whole in order to access all six channels. However, I would like to offer the channels as three pairs of stereo (for both directions), so stereo clients can be routed to each of them individua

[pulseaudio-discuss] [PATCH] osx: module_bonjour_publish needs to be linked against libprotocol-native.la

2011-10-17 Thread Daniel Mack
--- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d3fe1c3..e040f3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1619,7 +1619,7 @@ module_zeroconf_discover_la_CFLAGS = $(AM_CFLAGS) $(AVAHI_CFLAGS) module

[pulseaudio-discuss] [PATCH] osx: don't build the once-test binary on OS X

2011-09-29 Thread Daniel Mack
From: Daniel Mack This patch was already added earlier with commit ID 2f86ba4f, but the changes got reverted by commit 3adc43b ("win32: Make once-test work"). However, this still doesn't work on OSX as here, pthread is in general available, but the barrier APIs aren't.

Re: [pulseaudio-discuss] [ANNOUNCE] PulseAudio 0.9.23

2011-06-24 Thread Daniel Mack
On Fri, Jun 24, 2011 at 12:35 AM, Colin Guthrie wrote: > Hi, > > http://freedesktop.org/software/pulseaudio/releases/pulseaudio-0.9.23.tar.gz > > MD5:  7391205a337d1e04a9ff38025f684034 > SHA1: 361f7d89606e8423aad19691bb27f6552e0b679e > > > Following on from the previous release a little over six m

Re: [pulseaudio-discuss] [PATCH] osx: pass -headerpad_max_install_names to the linker, too

2011-05-29 Thread Daniel Mack
Colin, could you pick this one? Thanks :) Daniel On Fri, May 27, 2011 at 3:33 PM, Daniel Mack wrote: > This option won't make it to the actual libtool command which does the > linking when not prefixed with -Wl, > --- >  src/Makefile.am |    2 +- >  1 files changed