Re: [Alsa-devel] Sound programming confusion

2004-02-26 Thread p z oooo
Hi, >1) I've got 3 separate PCM 'mono' streams of data that I want to >send to >3 different outputs. Should work. > a) How many PCM inputs do these cards/drivers support? Under OSS, >there were 2, /dev/dsp and /dev/dsp1. Ideally I would like each >input >stream to have a seperate sample rate.

Re: [Alsa-devel] Sound programming confusion

2004-02-26 Thread Patrick Shirkey
Ken Bass wrote: Here is another questions (to make it easier): 7) How do I do accomplish this using an asoundrc file? I can't even figure that out. I've got an SB Live! 5.1 (EMU10K1). How do I 'simply' setup 2 'streams' (not sure I'm using the correct terminology). The first stereo 'stream' woul

Re: [Alsa-devel] Sound programming confusion

2004-02-25 Thread Ken Bass
Here is another questions (to make it easier): 7) How do I do accomplish this using an asoundrc file? I can't even figure that out. I've got an SB Live! 5.1 (EMU10K1). How do I 'simply' setup 2 'streams' (not sure I'm using the correct terminology). The first stereo 'stream' would output to the

[Alsa-devel] Sound programming confusion

2004-02-25 Thread Ken Bass
I'm trying to accomplish a programming task and am pretty confused about the capabilities of the sound drivers and how I would accomplish this in an application. I've been through the HOWTO and tutorial as well as attempted to read the PCM interface parts of the also-lib docs. But I've got more que