RE : RE : RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread David Scrève
t; To: [EMAIL PROTECTED] > Subject: Re: RE : RE : [Alsa-user] Multiple sounds playback > > > > Hi, > > On Fri, Jul 11, 2003 at 08:11:42PM +0200, David Scrève wrote: > > > > Okay...I think I will cancel using ALSA : It's > too hardware > &g

Re: RE : RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread Ryan Underwood
Hi, On Fri, Jul 11, 2003 at 08:11:42PM +0200, David Scrève wrote: > > > Okay...I think I will cancel using ALSA : It's too hardware > > > dependant. I though it was containing an abstraction layer like > > > CoreAudio and DirectSound do. > > > > Are you trying to program ALSA? You may have

RE : RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread David Scrève
> > Okay...I think I will cancel using ALSA : It's too hardware > > dependant. I though it was containing an abstraction layer like > > CoreAudio and DirectSound do. > > Are you trying to program ALSA? You may have an easier time > with a library like SDL or OpenAL. > > If you are speakin

Re: RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread Ryan Underwood
Hi, On Fri, Jul 11, 2003 at 06:30:40PM +0200, David Scrève wrote: > > > > > > If I open "plughw:0,0,0", "plughw:0,0,1" for my via > > 686b, will it > > > continue to work on other soundcard in the same way (with multiple > > > stream with different format) ? > > > > Many other cards don't

RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread David Scrève
> > > If I open "plughw:0,0,0", "plughw:0,0,1" for my via > 686b, will it > > continue to work on other soundcard in the same way (with multiple > > stream with different format) ? > > Many other cards don't have multiple streams, so it won't work. > > > The "correct" way to select an A

Re: [Alsa-user] Multiple sounds playback

2003-07-11 Thread Clemens Ladisch
David Scrève wrote: > > David Scrève wrote: > > > I've successfully been able to play one sound using the > > > snd_pcm_open("plughw:0,0"...) and snd_pcm_writei, but if I want to > > > play another sound, snd_pcm_open hangs and I'm unable to paly another > > > sound. I though Alsa was responsible

RE : [Alsa-user] Multiple sounds playback

2003-07-10 Thread David Scrève
hursday, July 10, 2003 5:57 PM > To: David Scrève > Cc: [EMAIL PROTECTED] > Subject: Re: [Alsa-user] Multiple sounds playback > > > David Scrève wrote: > > I've successfully been able to play one sound using the > > snd_pcm_open("plughw:0,0"...) and snd

Re: [Alsa-user] Multiple sounds playback

2003-07-10 Thread Clemens Ladisch
David Scrève wrote: > I've successfully been able to play one sound using the > snd_pcm_open("plughw:0,0"...) and snd_pcm_writei, but if I want to play > another sound, snd_pcm_open hangs and I'm unable to paly another sound. I > though Alsa was responsible for mixing and hardware channel all