Re: [pulseaudio-discuss] 7.1 surround problem

2010-06-24 Thread Brendon Costa
not have to define the mapping myself, but at least for the moment I can try the auto init and if that fails just specify a reasonably sensible default mapping in my code. Thanks, Brendon. On 23 June 2010 17:43:05 UTC+10, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Brendon Costa

[pulseaudio-discuss] 7.1 surround problem

2010-06-22 Thread Brendon Costa
Hi all, I have an app that is using the async interface of pulse that comes with Ubuntu 10.04 Server Version: 0.9.21-63-gd3efa-dirty Linked to Library Version: 0.9.21-63-gd3efa-dirty Compiled with Library Version: 0.9.14 The sink info structure reports that it has 8 channels available (which is

Re: [pulseaudio-discuss] Device GUID like identifier

2010-06-20 Thread Brendon Costa
that for the default case), it does not seem to force the issue. Thanks, Brendon. On 10 June 2010 19:47:52 UTC+10, Lennart Poettering lenn...@poettering.net wrote: On Thu, 10.06.10 15:06, Brendon Costa (brendon.j.co...@gmail.com) wrote: heya, I am integrating Pulse Audio into a cross platform

Re: [pulseaudio-discuss] Device GUID like identifier

2010-06-20 Thread Brendon Costa
I will also look into this. It does seem that the source/sink name seems good enough. Does anyone know for sure? On 15 June 2010 04:19:28 UTC+10, Tanu Kaskinen ta...@iki.fi wrote: the alsa devices seem to use udev variables that contain the serial number, if a serial number is available.

[pulseaudio-discuss] Device GUID like identifier

2010-06-09 Thread Brendon Costa
Hi all, I am integrating Pulse Audio into a cross platform VoIP API at work. We currently allow a user of our API to use a GUID that is simply a unique identifier for a audio device to identify a device. Thus they can save this to a preferences file for example and on next load of the app still

[pulseaudio-discuss] Default sources/sinks

2010-04-06 Thread Brendon Costa
Hi all, I have started using pulse audio for some app development. In our existing application which I am porting to Linux, we ask the OS for a list of the devices, including which of those devices is the default device. This information is used to show a list of audio devices to a user that they

[pulseaudio-discuss] Documentation for developers

2010-03-19 Thread Brendon Costa
Hi all, Is there any documentation or sample source for developers wanting to use the pulseaudio Async API for their applications (apart from the doxygen API documentation)? I have been using the doxygen generated documentation, but it has some big holes in it. I plan on implementing a small app