Re: [Alsa-devel] aserver, smix

2003-03-01 Thread Patrick Shirkey
Jaroslav Kysela wrote: Are you using latest CVS drivers? Previous drivers are not compatible. Jaroslav Yes, I did a cvs update today. -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com Http://www.djcj.org - The Linux Audio Users guide ===

Re: [Alsa-devel] aserver, smix

2003-02-28 Thread Jaroslav Kysela
On Sat, 1 Mar 2003, Patrick Shirkey wrote: > Jaroslav Kysela wrote: > > > Note that we have actually the experimental dmix plugin (direct mixing) > > which works for i386 architecture in CVS. The usage is simple: > > > > aplay -Dplug:dmix > > > > You may pass 'plug:dmix' to any other applicat

Re: [Alsa-devel] aserver, smix

2003-02-28 Thread Patrick Shirkey
Jaroslav Kysela wrote: Note that we have actually the experimental dmix plugin (direct mixing) which works for i386 architecture in CVS. The usage is simple: aplay -Dplug:dmix You may pass 'plug:dmix' to any other application. When I try this I get this error: ~$ aplay -D plug:dmix -f cd tra

Re: [Alsa-devel] aserver, smix

2003-02-26 Thread Paul Davis
>> I would like to ask what is the main purpose of the aserver. It can run >> on the same machine as the client only (AFAIK) and it cannot mix multiple >> client streams into the one device. So I've missed the point of that >> application -- is there something for which it could be good for? >> >>

Re: [Alsa-devel] aserver, smix

2003-02-26 Thread Jaroslav Kysela
On Thu, 27 Feb 2003, Patrick Shirkey wrote: > Jozef Kosoru wrote: > > Hi! > > > > A couple of questions: > > > > I would like to ask what is the main purpose of the aserver. It can run > > on the same machine as the client only (AFAIK) and it cannot mix multiple > > client streams into the one d

Re: [Alsa-devel] aserver, smix

2003-02-26 Thread Patrick Shirkey
Jozef Kosoru wrote: Hi! A couple of questions: I would like to ask what is the main purpose of the aserver. It can run on the same machine as the client only (AFAIK) and it cannot mix multiple client streams into the one device. So I've missed the point of that application -- is there something f

[Alsa-devel] aserver, smix

2003-02-26 Thread Jozef Kosoru
Hi! A couple of questions: I would like to ask what is the main purpose of the aserver. It can run on the same machine as the client only (AFAIK) and it cannot mix multiple client streams into the one device. So I've missed the point of that application -- is there something for which it could be

Re: [Alsa-devel] aserver

2001-11-28 Thread Nicolas DEVERGE
Le Mardi 27 Novembre 2001 18:36, Jaroslav Kysela a écrit : > On Tue, 27 Nov 2001, Nicolas DEVERGE wrote: > > Hi, > > I tried to use the current CVS version of the alsa lib and aserver tool. > > I would like to use two instances of aplay in the same time. > > > > First, I tried with this configu

Re: [Alsa-devel] aserver

2001-11-27 Thread Jaroslav Kysela
On Tue, 27 Nov 2001, Nicolas DEVERGE wrote: > Hi, > I tried to use the current CVS version of the alsa lib and aserver tool. > I would like to use two instances of aplay in the same time. > > First, I tried with this configuration : > > server.local { > host localhost > socket /tmp/alsa > p

Re: [Alsa-devel] aserver

2001-11-27 Thread Nicolas DEVERGE
Hi, I tried to use the current CVS version of the alsa lib and aserver tool. I would like to use two instances of aplay in the same time. First, I tried with this configuration : server.local { host localhost socket /tmp/alsa port } pcm.shared_left { type share slave.pcm "plughw:

Re: [Alsa-devel] aserver

2001-11-23 Thread Nicolas DEVERGE
You say "it's fixed now" but when is it ? Because I have just downloaded today (23/11/01) the latest CVS sources for the library. I compiled and installed it and I still have the same error. Must I take the latest drivers too (I have a CVS version from the 16/11/01) ? I'm a bit missed... Please

Re: [Alsa-devel] aserver

2001-11-23 Thread Jaroslav Kysela
On Fri, 23 Nov 2001, Nicolas DEVERGE wrote: > when I run aplay in another terminal, I get this error in the aserver > terminal : > [root@nicolas root]# aserver local > aserver: pcm_params.c:295: snd_pcm_hw_param_set_first: Assertion `err >= 0' > failed. > Abandon (core dumped) > > And in the apla

Re: [Alsa-devel] aserver

2001-11-23 Thread Nicolas DEVERGE
when I run aplay in another terminal, I get this error in the aserver terminal : [root@nicolas root]# aserver local aserver: pcm_params.c:295: snd_pcm_hw_param_set_first: Assertion `err >= 0' failed. Abandon (core dumped) And in the aplay terminal, after one second : [root@nicolas root]# aplay

Re: [Alsa-devel] aserver

2001-11-23 Thread Jaroslav Kysela
On Fri, 23 Nov 2001, Nicolas DEVERGE wrote: > > Hi, > I have installed the latest Alsa drivers on my linux distribution. > I have a big problem : I can not play simultaneously several soundfiles on > the same sound card (with have 10 output channels). I use aplay for playing > on specific channel

[Alsa-devel] aserver

2001-11-23 Thread Nicolas DEVERGE
Hi, I have installed the latest Alsa drivers on my linux distribution. I have a big problem : I can not play simultaneously several soundfiles on the same sound card (with have 10 output channels). I use aplay for playing on specific channel but I can not start two instances of aplay in the sam