Re: [pulseaudio-discuss] Missing Digital outputs with hotplug Transit device

2009-10-07 Thread Neil Wilson
2009/10/5 Lennart Poettering : > > That output looks good. Not sure what is going wrong. What distro is this? > Ubuntu karmic - at the very bleeding edge. (I'm doing a fair bit of testing on the sound interface particularly wrt Wine). Although I have had the same problem with all recent Ubuntu di

Re: [pulseaudio-discuss] Example using async API

2009-10-07 Thread Jeremy Visser
On Tue, 2009-10-06 at 00:37 +0200, Lennart Poettering wrote: > If you are a user then you should use tha PA version that is shipped > with your distro. If you want a newer version, then upgrade your > distro. If you are a developer who writes third party apps then you > should stick to a released d

Re: [pulseaudio-discuss] Example using async API

2009-10-07 Thread Lennart Poettering
On Wed, 07.10.09 19:01, Jeremy Visser (jer...@visser.name) wrote: > > On Tue, 2009-10-06 at 00:37 +0200, Lennart Poettering wrote: > > If you are a user then you should use tha PA version that is shipped > > with your distro. If you want a newer version, then upgrade your > > distro. If you are a

[pulseaudio-discuss] pulse support not working properly in application on F12,

2009-10-07 Thread stan
Hi, I am adding (trying to add) pulse support to an application I author. But no matter what I do, I can't get it to play correct sound. Here is the sordid history. I first added pa_simple support as this seemed tailor made for what I want to do - send buffers of data at regular intervals to a s

[pulseaudio-discuss] Suggestions for enhancement of pulseaudio

2009-10-07 Thread stan
Hi, Just some possible features to add to pulse to make if easier to use. When the pa_simple model is used and the pa_simple object is returned, return the server's default rate, channels, and format in the struct so an application can decide if they want to conform to reduce the need for resampl

Re: [pulseaudio-discuss] pulse support not working properly in application on F12,

2009-10-07 Thread Lennart Poettering
On Wed, 07.10.09 10:31, stan (gr...@q.com) wrote: > Hi, > > I am adding (trying to add) pulse support to an application I author. > But no matter what I do, I can't get it to play correct sound. Here is > the sordid history. > > I first added pa_simple support as this seemed tailor made for wha

Re: [pulseaudio-discuss] Suggestions for enhancement of pulseaudio

2009-10-07 Thread Lennart Poettering
On Wed, 07.10.09 10:43, stan (gr...@q.com) wrote: > Hi, > > Just some possible features to add to pulse to make if easier to use. > > When the pa_simple model is used and the pa_simple object is returned, > return the server's default rate, channels, and format in the struct so > an application

Re: [pulseaudio-discuss] pulse support not working properly in application on F12,

2009-10-07 Thread stan
On Wed, 7 Oct 2009 20:47:06 +0200 Lennart Poettering wrote: ... snip > Is your software Free Software? If so, may I have a peek on your code? > > Lennart > Yeah, it's hosted on sourceforge (http://discord.sourceforge.net) This is a development branch, so it isn't clean, but you should be abl

Re: [pulseaudio-discuss] Suggestions for enhancement of pulseaudio

2009-10-07 Thread stan
On Wed, 7 Oct 2009 21:05:15 +0200 Lennart Poettering wrote: > On Wed, 07.10.09 10:43, stan (gr...@q.com) wrote: > > > Hi, > > > > Just some possible features to add to pulse to make if easier to > > use. > > > > When the pa_simple model is used and the pa_simple object is > > returned, return

[pulseaudio-discuss] Build w/o DBus

2009-10-07 Thread Daniel Mack
The current git head does not build without DBus libraries installed. Does the patch below look suitable? Thanks, Daniel >From f69145fc603c56cef02134ceeba10e1727fa217e Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Thu, 8 Oct 2009 14:41:21 +0800 Subject: [PATCH] Makefile.am: fix builds withou