Re: [Alsa-devel] help for a levelmeter

2002-10-18 Thread Abramo Bagnara
Laurent Georget wrote: > > > Excellent! > > Well, you wrote that there is a sample implementation of this pcm_meter , > but I can't find it (searched in alsa tools / utils , and searched with > google with no good result) > > Anyway, i'm going on trying to use it Install alsa-driver, alsa-l

Re: [Alsa-devel] help for a levelmeter

2002-10-18 Thread Laurent Georget
Paul Davis wrote: [ please forward to [EMAIL PROTECTED] i still cannot post there. ] Anyway I can now try to experiment the copy_plugin : would you know some program using this plugin, which would make the thing easier ! programs don't "use" a plugin. its just a function of which

Re: [Alsa-devel] help for a levelmeter

2002-10-18 Thread Laurent Georget
Abramo Bagnara wrote: Jack O'Quin wrote: Abramo Bagnara <[EMAIL PROTECTED]> writes: The correct plugin has already been written and available inside alsa-lib. The name is pcm_meter, it's lockless and perfectly integrated with ALSA PCM chains. A sample implementation for curses level meter i

Re: image problem [was Re: [Alsa-devel] help for a levelmeter]

2002-10-18 Thread Richard Bown
On Friday 18 October 2002 09:23, Richard Bown wrote: > it's time that there was a clear distinction between Linux Sound/Audio > and Linux for Music. The latter has a clearly defined marketplace, > the former doesn't. Sorry, that's not quite right. The former does too, but it's just a little mor

image problem [was Re: [Alsa-devel] help for a levelmeter]

2002-10-18 Thread Richard Bown
On Friday 18 October 2002 04:25, Patrick Shirkey wrote: > My opinion is that there is not enough people working on the > promotional side of ALSA and Linux Audio. ALSA/LAD is too geeky and too die-hard techno hardcore to appeal to anyone but geeks. IMHO music geeks are the worst type of geeks a

Re: [Alsa-devel] help for a levelmeter

2002-10-17 Thread Patrick Shirkey
Abramo Bagnara wrote: Paul Davis wrote: Paul Davis wrote: [ ... ] The rest is obvious, of course ;-))) i deeply and sincerely this was funny. but it isn't. What do you mean with that? Documentation has not been written for lack of funding and lack of volunteers. This is self-evident

Re: [Alsa-devel] help for a levelmeter

2002-10-17 Thread Abramo Bagnara
Paul Davis wrote: > > >Paul Davis wrote: > >> > >>[ ... ] > >> > >> >The rest is obvious, of course ;-))) > >> > >> i deeply and sincerely this was funny. but it isn't. > > > >What do you mean with that? > > > >Documentation has not been written for lack of funding and lack of > >volunteers. >

Re: [Alsa-devel] help for a levelmeter

2002-10-17 Thread Abramo Bagnara
Paul Davis wrote: > >[ ... ] > > >The rest is obvious, of course ;-))) > > i deeply and sincerely this was funny. but it isn't. What do you mean with that? Documentation has not been written for lack of funding and lack of volunteers. This is self-evident and if you're insinuating I'm the

Re: [Alsa-devel] help for a levelmeter

2002-10-17 Thread Abramo Bagnara
Jack O'Quin wrote: > > Abramo Bagnara <[EMAIL PROTECTED]> writes: > > > The correct plugin has already been written and available inside > > alsa-lib. > > > > The name is pcm_meter, it's lockless and perfectly integrated with ALSA > > PCM chains. > > > > A sample implementation for curses level m

Re: [Alsa-devel] help for a levelmeter

2002-10-17 Thread Patrick Shirkey
Jack O'Quin wrote: Abramo Bagnara <[EMAIL PROTECTED]> writes: The correct plugin has already been written and available inside alsa-lib. The name is pcm_meter, it's lockless and perfectly integrated with ALSA PCM chains. A sample implementation for curses level meter is already available and

Re: [Alsa-devel] help for a levelmeter

2002-10-17 Thread Jack O'Quin
Abramo Bagnara <[EMAIL PROTECTED]> writes: > The correct plugin has already been written and available inside > alsa-lib. > > The name is pcm_meter, it's lockless and perfectly integrated with ALSA > PCM chains. > > A sample implementation for curses level meter is already available and > worki

Re: [Alsa-devel] help for a levelmeter

2002-10-16 Thread Abramo Bagnara
Laurent Georget wrote: > > karsten wiese wrote: > > Laurent Georget: > > > >> Hello, > >> > >>I 'd like to make a levelmeter program which would > >>display sound card > >>input/output > >>while the audio device is opened by another program. > >>I tried to use copy > >>plugin , but now (since 0

Re: [Alsa-devel] help for a levelmeter

2002-10-16 Thread karsten wiese
--- Paul Davis <[EMAIL PROTECTED]> schrieb: > An: Laurent Georget <[EMAIL PROTECTED]> > CC: karsten wiese <[EMAIL PROTECTED]>, > Devel Alsa <[EMAIL PROTECTED]> > Betreff: Re: [Alsa-devel] help for a levelmeter > Datum: Wed, 16 Oct 2002 18:07:48 -0

Re: [Alsa-devel] help for a levelmeter

2002-10-16 Thread Laurent Georget
karsten wiese wrote: > Laurent Georget: > >> Hello, >> >>I 'd like to make a levelmeter program which would >>display sound card >>input/output >>while the audio device is opened by another program. >>I tried to use copy >>plugin , but now (since 0.9.0rc3 ) the >>"snd_pcm_copy_open" give a "im

Re: [Alsa-devel] help for a levelmeter

2002-10-15 Thread karsten wiese
Laurent Georget: > Hello, > > I 'd like to make a levelmeter program which would > display sound card > input/output > while the audio device is opened by another program. > I tried to use copy > plugin , but now (since 0.9.0rc3 ) the > "snd_pcm_copy_open" give a "implicit > declaration of fu

[Alsa-devel] help for a levelmeter

2002-10-15 Thread Laurent Georget
Hello, I 'd like to make a levelmeter program which would display sound card input/output while the audio device is opened by another program. I tried to use copy plugin , but now (since 0.9.0rc3 ) the "snd_pcm_copy_open" give a "implicit declaration of function" message . (Anyway, i don't kno