[pulseaudio-discuss] Doc example

2010-06-14 Thread Scott Sibley
Hello. I'm writing a pulseaudio plugin for a visualization project, and I'm going by the recording example from the pulseaudio documentation. That example fails to print anything. There's another visualization project that uses the async API, and it works fine on my computer, so I think pulseaudio

Re: [pulseaudio-discuss] Changing default soundcard on attach/detach of soundcards

2010-06-14 Thread Colin Guthrie
'Twas brillig, and Jason Taylor at 13/06/10 22:59 did gyre and gimble: Here is my proposal: http://colin.guthr.ie/2010/02/this-is-the-route-to-hell/ In my humble opinion Device by media.role is not that great.. it stand up for events, but it should really be be per client

Re: [pulseaudio-discuss] Changing default soundcard on attach/detach of soundcards

2010-06-14 Thread Colin Guthrie
'Twas brillig, and Yves (theYinYeti) at 14/06/10 08:48 did gyre and gimble: Le 14/06/2010 01:59, Jason Taylor a écrit : I just realized I missed one other use case... pa has no concept of window order.. - With 2 streams of the same role (other then notification) are active the stream that

Re: [pulseaudio-discuss] Doc example

2010-06-14 Thread Colin Guthrie
'Twas brillig, and Scott Sibley at 14/06/10 08:56 did gyre and gimble: Hello. I'm writing a pulseaudio plugin for a visualization project, and I'm going by the recording example from the pulseaudio documentation. That example fails to print anything. There's another visualization project that

Re: [pulseaudio-discuss] Doc example

2010-06-14 Thread Scott Sibley
On Mon, Jun 14, 2010 at 3:28 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Scott Sibley at 14/06/10 08:56 did gyre and gimble: Hello. I'm writing a pulseaudio plugin for a visualization project, and I'm going by the recording example from the pulseaudio documentation.

[pulseaudio-discuss] Basic PulseAudio microphone input

2010-06-14 Thread José Tomás Tocino García
Hi there, I'm developing a musical game, and to get the microphone input I've been using Portaudio, but it's been giving me some errors and I'm looking for an alternative. Pulseaudio looks great, and I've been trying to find a Hello world example, but I've only found the simple api's examples,

Re: [pulseaudio-discuss] Basic PulseAudio microphone input

2010-06-14 Thread Mads Kiilerich
On 06/14/2010 03:41 PM, José Tomás Tocino García wrote: Hi there, I'm developing a musical game, and to get the microphone input I've been using Portaudio, but it's been giving me some errors and I'm looking for an alternative. Pulseaudio looks great, and I've been trying to find a Hello world

Re: [pulseaudio-discuss] PulseAudio and AC3 passthrough

2010-06-14 Thread Tanu Kaskinen
On Wed, 2010-06-09 at 14:56 -0500, pl bossart wrote: It's been more than a year that this topic shows as 'being on the roadmap', but for now the reality is that people bypass PulseAudio to hear multichannel sound. I thought solving this would be a nice summer skunkworks project while everyone

Re: [pulseaudio-discuss] Device GUID like identifier

2010-06-14 Thread Tanu Kaskinen
On Thu, 2010-06-10 at 11:47 +0200, Lennart Poettering 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 VoIP API at work. We currently allow a user of our API to use a GUID that is simply a unique

Re: [pulseaudio-discuss] PulseAudio and AC3 passthrough

2010-06-14 Thread pl bossart
Wow, someone actually reads my mails... Here's the deal: formatting an AC3 file into the required IEC format takes about 30 lines of code, this can be done in the application that connects to PulseAudio. Do you plan to do it (the formatting) inside or outside libpulse? Outside (like in