* Use a plughw device inside the dmix plugin.
@ 2006-04-19 10:53 Juan Zapatero
2006-04-19 11:19 ` Takashi Iwai
0 siblings, 1 reply; 10+ messages in thread
From: Juan Zapatero @ 2006-04-19 10:53 UTC (permalink / raw)
To: alsa-devel
I am using a VoIP application which uses different devices for capturing
and playback, because some audio processing is needed between audio
reception and playback. I have configured my default to use dmix plugin,
because it is required to be able to play different audio streams at
once. I can force the capture device to use 'default' plugin, but the
playback device only works under plughw. So, is there a way to use a
plughw device inside the dmix plugin?
Thanks.
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 10:53 Use a plughw device inside the dmix plugin Juan Zapatero
@ 2006-04-19 11:19 ` Takashi Iwai
2006-04-19 11:24 ` Juan Zapatero
0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2006-04-19 11:19 UTC (permalink / raw)
To: Juan Zapatero; +Cc: alsa-devel
At Wed, 19 Apr 2006 12:53:18 +0200,
Juan Zapatero wrote:
>
> I am using a VoIP application which uses different devices for capturing
> and playback, because some audio processing is needed between audio
> reception and playback. I have configured my default to use dmix plugin,
> because it is required to be able to play different audio streams at
> once. I can force the capture device to use 'default' plugin, but the
> playback device only works under plughw. So, is there a way to use a
> plughw device inside the dmix plugin?
You can override the definition of plughw, such as
pcm.!plughw "default"
But, fixing the app would be a better option, of course.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 11:19 ` Takashi Iwai
@ 2006-04-19 11:24 ` Juan Zapatero
2006-04-19 11:33 ` Takashi Iwai
0 siblings, 1 reply; 10+ messages in thread
From: Juan Zapatero @ 2006-04-19 11:24 UTC (permalink / raw)
To: alsa-devel
By doing so, I would not be able to use dmixing...
The problem is that capture must be configured in 1 channel, and
playback in two, but, 1 channel setup can only be made through plughw.
El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> At Wed, 19 Apr 2006 12:53:18 +0200,
> Juan Zapatero wrote:
> >
> > I am using a VoIP application which uses different devices for capturing
> > and playback, because some audio processing is needed between audio
> > reception and playback. I have configured my default to use dmix plugin,
> > because it is required to be able to play different audio streams at
> > once. I can force the capture device to use 'default' plugin, but the
> > playback device only works under plughw. So, is there a way to use a
> > plughw device inside the dmix plugin?
>
> You can override the definition of plughw, such as
>
> pcm.!plughw "default"
>
> But, fixing the app would be a better option, of course.
>
>
> Takashi
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 11:24 ` Juan Zapatero
@ 2006-04-19 11:33 ` Takashi Iwai
2006-04-19 11:39 ` Juan Zapatero
0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2006-04-19 11:33 UTC (permalink / raw)
To: Juan Zapatero; +Cc: alsa-devel
At Wed, 19 Apr 2006 13:24:20 +0200,
Juan Zapatero wrote:
>
> By doing so, I would not be able to use dmixing...
> The problem is that capture must be configured in 1 channel, and
> playback in two, but, 1 channel setup can only be made through plughw.
Then I don't understand your requirment at all...
You just want to wrap plug over dmix for channel shrink/expansion?
Takashi
> El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > At Wed, 19 Apr 2006 12:53:18 +0200,
> > Juan Zapatero wrote:
> > >
> > > I am using a VoIP application which uses different devices for capturing
> > > and playback, because some audio processing is needed between audio
> > > reception and playback. I have configured my default to use dmix plugin,
> > > because it is required to be able to play different audio streams at
> > > once. I can force the capture device to use 'default' plugin, but the
> > > playback device only works under plughw. So, is there a way to use a
> > > plughw device inside the dmix plugin?
> >
> > You can override the definition of plughw, such as
> >
> > pcm.!plughw "default"
> >
> > But, fixing the app would be a better option, of course.
> >
> >
> > Takashi
>
>
> ______________________
> Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> puede contener informacion clasificada por su emisor como confidencial
> en el marco de su Sistema de Gestion de Seguridad de la
> Informacion siendo para uso exclusivo del destinatario, quedando
> prohibida su divulgacion copia o distribucion a terceros sin la
> autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> Gracias por su colaboracion.
> ______________________
> This message including any attachments may contain confidential
> information, according to our Information Security Management System,
> and intended solely for a specific individual to whom they are addressed.
> Any unauthorised copy, disclosure or distribution of this message
> is strictly forbidden. If you have received this transmission in error,
> please notify the sender immediately and delete it.
> ______________________
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 11:33 ` Takashi Iwai
@ 2006-04-19 11:39 ` Juan Zapatero
2006-04-19 11:46 ` Takashi Iwai
0 siblings, 1 reply; 10+ messages in thread
From: Juan Zapatero @ 2006-04-19 11:39 UTC (permalink / raw)
To: alsa-devel
No I don't know why 1 channel configuration is only available through
plughw, but it is, so I want to know if there is a way to force the dmix
plugin to work over plughw insted of hw:0,0 as actually it does.
El mié, 19-04-2006 a las 13:33 +0200, Takashi Iwai escribió:
> At Wed, 19 Apr 2006 13:24:20 +0200,
> Juan Zapatero wrote:
> >
> > By doing so, I would not be able to use dmixing...
> > The problem is that capture must be configured in 1 channel, and
> > playback in two, but, 1 channel setup can only be made through plughw.
>
> Then I don't understand your requirment at all...
>
> You just want to wrap plug over dmix for channel shrink/expansion?
>
>
> Takashi
>
> > El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > > At Wed, 19 Apr 2006 12:53:18 +0200,
> > > Juan Zapatero wrote:
> > > >
> > > > I am using a VoIP application which uses different devices for capturing
> > > > and playback, because some audio processing is needed between audio
> > > > reception and playback. I have configured my default to use dmix plugin,
> > > > because it is required to be able to play different audio streams at
> > > > once. I can force the capture device to use 'default' plugin, but the
> > > > playback device only works under plughw. So, is there a way to use a
> > > > plughw device inside the dmix plugin?
> > >
> > > You can override the definition of plughw, such as
> > >
> > > pcm.!plughw "default"
> > >
> > > But, fixing the app would be a better option, of course.
> > >
> > >
> > > Takashi
> >
> >
> > ______________________
> > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > puede contener informacion clasificada por su emisor como confidencial
> > en el marco de su Sistema de Gestion de Seguridad de la
> > Informacion siendo para uso exclusivo del destinatario, quedando
> > prohibida su divulgacion copia o distribucion a terceros sin la
> > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > Gracias por su colaboracion.
> > ______________________
> > This message including any attachments may contain confidential
> > information, according to our Information Security Management System,
> > and intended solely for a specific individual to whom they are addressed.
> > Any unauthorised copy, disclosure or distribution of this message
> > is strictly forbidden. If you have received this transmission in error,
> > please notify the sender immediately and delete it.
> > ______________________
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> >
>
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 11:39 ` Juan Zapatero
@ 2006-04-19 11:46 ` Takashi Iwai
2006-04-19 11:51 ` Juan Zapatero
0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2006-04-19 11:46 UTC (permalink / raw)
To: Juan Zapatero; +Cc: alsa-devel
At Wed, 19 Apr 2006 13:39:13 +0200,
Juan Zapatero wrote:
>
> No I don't know why 1 channel configuration is only available through
> plughw,
That's what I don't understand. What configuration did you try?
> but it is, so I want to know if there is a way to force the dmix
> plugin to work over plughw insted of hw:0,0 as actually it does.
No way. Use plug _over_ dmix instead of _under_ dmix.
Takashi
> El mié, 19-04-2006 a las 13:33 +0200, Takashi Iwai escribió:
> > At Wed, 19 Apr 2006 13:24:20 +0200,
> > Juan Zapatero wrote:
> > >
> > > By doing so, I would not be able to use dmixing...
> > > The problem is that capture must be configured in 1 channel, and
> > > playback in two, but, 1 channel setup can only be made through plughw.
> >
> > Then I don't understand your requirment at all...
> >
> > You just want to wrap plug over dmix for channel shrink/expansion?
> >
> >
> > Takashi
> >
> > > El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > > > At Wed, 19 Apr 2006 12:53:18 +0200,
> > > > Juan Zapatero wrote:
> > > > >
> > > > > I am using a VoIP application which uses different devices for capturing
> > > > > and playback, because some audio processing is needed between audio
> > > > > reception and playback. I have configured my default to use dmix plugin,
> > > > > because it is required to be able to play different audio streams at
> > > > > once. I can force the capture device to use 'default' plugin, but the
> > > > > playback device only works under plughw. So, is there a way to use a
> > > > > plughw device inside the dmix plugin?
> > > >
> > > > You can override the definition of plughw, such as
> > > >
> > > > pcm.!plughw "default"
> > > >
> > > > But, fixing the app would be a better option, of course.
> > > >
> > > >
> > > > Takashi
> > >
> > >
> > > ______________________
> > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > puede contener informacion clasificada por su emisor como confidencial
> > > en el marco de su Sistema de Gestion de Seguridad de la
> > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > Gracias por su colaboracion.
> > > ______________________
> > > This message including any attachments may contain confidential
> > > information, according to our Information Security Management System,
> > > and intended solely for a specific individual to whom they are addressed.
> > > Any unauthorised copy, disclosure or distribution of this message
> > > is strictly forbidden. If you have received this transmission in error,
> > > please notify the sender immediately and delete it.
> > > ______________________
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > that extends applications into web and mobile media. Attend the live webcast
> > > and join the prime developer group breaking into this new coding territory!
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > _______________________________________________
> > > Alsa-devel mailing list
> > > Alsa-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > >
> >
>
>
> ______________________
> Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> puede contener informacion clasificada por su emisor como confidencial
> en el marco de su Sistema de Gestion de Seguridad de la
> Informacion siendo para uso exclusivo del destinatario, quedando
> prohibida su divulgacion copia o distribucion a terceros sin la
> autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> Gracias por su colaboracion.
> ______________________
> This message including any attachments may contain confidential
> information, according to our Information Security Management System,
> and intended solely for a specific individual to whom they are addressed.
> Any unauthorised copy, disclosure or distribution of this message
> is strictly forbidden. If you have received this transmission in error,
> please notify the sender immediately and delete it.
> ______________________
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 11:46 ` Takashi Iwai
@ 2006-04-19 11:51 ` Juan Zapatero
2006-04-19 12:36 ` Takashi Iwai
0 siblings, 1 reply; 10+ messages in thread
From: Juan Zapatero @ 2006-04-19 11:51 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Ok as the VoIP is intendeed to work over GPRS links, it uses as
configuration:
Capture:
-16bitLE
-8000Hz
-1 channel
Playback:although the stream is of the same type as the one captured and
sent, in playback, it's needed for other reasons to process it into a
one channel stereo(meaning it is a stereo stream with audio only in one
of the channels), so the configuration is:
-16bitLE
-8000Hz
-2 channels
El mié, 19-04-2006 a las 13:46 +0200, Takashi Iwai escribió:
> At Wed, 19 Apr 2006 13:39:13 +0200,
> Juan Zapatero wrote:
> >
> > No I don't know why 1 channel configuration is only available through
> > plughw,
>
> That's what I don't understand. What configuration did you try?
>
> > but it is, so I want to know if there is a way to force the dmix
> > plugin to work over plughw insted of hw:0,0 as actually it does.
>
> No way. Use plug _over_ dmix instead of _under_ dmix.
>
>
> Takashi
>
>
> > El mié, 19-04-2006 a las 13:33 +0200, Takashi Iwai escribió:
> > > At Wed, 19 Apr 2006 13:24:20 +0200,
> > > Juan Zapatero wrote:
> > > >
> > > > By doing so, I would not be able to use dmixing...
> > > > The problem is that capture must be configured in 1 channel, and
> > > > playback in two, but, 1 channel setup can only be made through plughw.
> > >
> > > Then I don't understand your requirment at all...
> > >
> > > You just want to wrap plug over dmix for channel shrink/expansion?
> > >
> > >
> > > Takashi
> > >
> > > > El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > > > > At Wed, 19 Apr 2006 12:53:18 +0200,
> > > > > Juan Zapatero wrote:
> > > > > >
> > > > > > I am using a VoIP application which uses different devices for capturing
> > > > > > and playback, because some audio processing is needed between audio
> > > > > > reception and playback. I have configured my default to use dmix plugin,
> > > > > > because it is required to be able to play different audio streams at
> > > > > > once. I can force the capture device to use 'default' plugin, but the
> > > > > > playback device only works under plughw. So, is there a way to use a
> > > > > > plughw device inside the dmix plugin?
> > > > >
> > > > > You can override the definition of plughw, such as
> > > > >
> > > > > pcm.!plughw "default"
> > > > >
> > > > > But, fixing the app would be a better option, of course.
> > > > >
> > > > >
> > > > > Takashi
> > > >
> > > >
> > > > ______________________
> > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > > puede contener informacion clasificada por su emisor como confidencial
> > > > en el marco de su Sistema de Gestion de Seguridad de la
> > > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > > Gracias por su colaboracion.
> > > > ______________________
> > > > This message including any attachments may contain confidential
> > > > information, according to our Information Security Management System,
> > > > and intended solely for a specific individual to whom they are addressed.
> > > > Any unauthorised copy, disclosure or distribution of this message
> > > > is strictly forbidden. If you have received this transmission in error,
> > > > please notify the sender immediately and delete it.
> > > > ______________________
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > > that extends applications into web and mobile media. Attend the live webcast
> > > > and join the prime developer group breaking into this new coding territory!
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > > _______________________________________________
> > > > Alsa-devel mailing list
> > > > Alsa-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > >
> > >
> >
> >
> > ______________________
> > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > puede contener informacion clasificada por su emisor como confidencial
> > en el marco de su Sistema de Gestion de Seguridad de la
> > Informacion siendo para uso exclusivo del destinatario, quedando
> > prohibida su divulgacion copia o distribucion a terceros sin la
> > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > Gracias por su colaboracion.
> > ______________________
> > This message including any attachments may contain confidential
> > information, according to our Information Security Management System,
> > and intended solely for a specific individual to whom they are addressed.
> > Any unauthorised copy, disclosure or distribution of this message
> > is strictly forbidden. If you have received this transmission in error,
> > please notify the sender immediately and delete it.
> > ______________________
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> >
>
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 11:51 ` Juan Zapatero
@ 2006-04-19 12:36 ` Takashi Iwai
2006-04-20 7:54 ` Juan Zapatero
0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2006-04-19 12:36 UTC (permalink / raw)
To: Juan Zapatero; +Cc: alsa-devel
At Wed, 19 Apr 2006 13:51:13 +0200,
Juan Zapatero wrote:
>
> Ok as the VoIP is intendeed to work over GPRS links, it uses as
> configuration:
>
> Capture:
> -16bitLE
> -8000Hz
> -1 channel
>
> Playback:although the stream is of the same type as the one captured and
> sent, in playback, it's needed for other reasons to process it into a
> one channel stereo(meaning it is a stereo stream with audio only in one
> of the channels), so the configuration is:
> -16bitLE
> -8000Hz
> -2 channels
Does it mean that the appliction packs the mono stream to a
interleaved stereo by itself or lets alsa-lib do it?
And what about the hardware side? The above are limitations of the
application. The plugins are used to absorb the difference between
the hardware and application requirements.
Takashi
> El mié, 19-04-2006 a las 13:46 +0200, Takashi Iwai escribió:
> > At Wed, 19 Apr 2006 13:39:13 +0200,
> > Juan Zapatero wrote:
> > >
> > > No I don't know why 1 channel configuration is only available through
> > > plughw,
> >
> > That's what I don't understand. What configuration did you try?
> >
> > > but it is, so I want to know if there is a way to force the dmix
> > > plugin to work over plughw insted of hw:0,0 as actually it does.
> >
> > No way. Use plug _over_ dmix instead of _under_ dmix.
> >
> >
> > Takashi
> >
> >
> > > El mié, 19-04-2006 a las 13:33 +0200, Takashi Iwai escribió:
> > > > At Wed, 19 Apr 2006 13:24:20 +0200,
> > > > Juan Zapatero wrote:
> > > > >
> > > > > By doing so, I would not be able to use dmixing...
> > > > > The problem is that capture must be configured in 1 channel, and
> > > > > playback in two, but, 1 channel setup can only be made through plughw.
> > > >
> > > > Then I don't understand your requirment at all...
> > > >
> > > > You just want to wrap plug over dmix for channel shrink/expansion?
> > > >
> > > >
> > > > Takashi
> > > >
> > > > > El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > > > > > At Wed, 19 Apr 2006 12:53:18 +0200,
> > > > > > Juan Zapatero wrote:
> > > > > > >
> > > > > > > I am using a VoIP application which uses different devices for capturing
> > > > > > > and playback, because some audio processing is needed between audio
> > > > > > > reception and playback. I have configured my default to use dmix plugin,
> > > > > > > because it is required to be able to play different audio streams at
> > > > > > > once. I can force the capture device to use 'default' plugin, but the
> > > > > > > playback device only works under plughw. So, is there a way to use a
> > > > > > > plughw device inside the dmix plugin?
> > > > > >
> > > > > > You can override the definition of plughw, such as
> > > > > >
> > > > > > pcm.!plughw "default"
> > > > > >
> > > > > > But, fixing the app would be a better option, of course.
> > > > > >
> > > > > >
> > > > > > Takashi
> > > > >
> > > > >
> > > > > ______________________
> > > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > > > puede contener informacion clasificada por su emisor como confidencial
> > > > > en el marco de su Sistema de Gestion de Seguridad de la
> > > > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > > > Gracias por su colaboracion.
> > > > > ______________________
> > > > > This message including any attachments may contain confidential
> > > > > information, according to our Information Security Management System,
> > > > > and intended solely for a specific individual to whom they are addressed.
> > > > > Any unauthorised copy, disclosure or distribution of this message
> > > > > is strictly forbidden. If you have received this transmission in error,
> > > > > please notify the sender immediately and delete it.
> > > > > ______________________
> > > > >
> > > > >
> > > > > -------------------------------------------------------
> > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > > > that extends applications into web and mobile media. Attend the live webcast
> > > > > and join the prime developer group breaking into this new coding territory!
> > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > > > _______________________________________________
> > > > > Alsa-devel mailing list
> > > > > Alsa-devel@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > > >
> > > >
> > >
> > >
> > > ______________________
> > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > puede contener informacion clasificada por su emisor como confidencial
> > > en el marco de su Sistema de Gestion de Seguridad de la
> > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > Gracias por su colaboracion.
> > > ______________________
> > > This message including any attachments may contain confidential
> > > information, according to our Information Security Management System,
> > > and intended solely for a specific individual to whom they are addressed.
> > > Any unauthorised copy, disclosure or distribution of this message
> > > is strictly forbidden. If you have received this transmission in error,
> > > please notify the sender immediately and delete it.
> > > ______________________
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > that extends applications into web and mobile media. Attend the live webcast
> > > and join the prime developer group breaking into this new coding territory!
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > _______________________________________________
> > > Alsa-devel mailing list
> > > Alsa-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > >
> >
>
>
> ______________________
> Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> puede contener informacion clasificada por su emisor como confidencial
> en el marco de su Sistema de Gestion de Seguridad de la
> Informacion siendo para uso exclusivo del destinatario, quedando
> prohibida su divulgacion copia o distribucion a terceros sin la
> autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> Gracias por su colaboracion.
> ______________________
> This message including any attachments may contain confidential
> information, according to our Information Security Management System,
> and intended solely for a specific individual to whom they are addressed.
> Any unauthorised copy, disclosure or distribution of this message
> is strictly forbidden. If you have received this transmission in error,
> please notify the sender immediately and delete it.
> ______________________
>
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-19 12:36 ` Takashi Iwai
@ 2006-04-20 7:54 ` Juan Zapatero
2006-04-20 10:21 ` Takashi Iwai
0 siblings, 1 reply; 10+ messages in thread
From: Juan Zapatero @ 2006-04-20 7:54 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Because what is written to the sound card is pcm, I do a little tricky
processing on the buffers and make a one channel stereo out of a mono
stream...
What about the hardware, it is a Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) AC'97 Audio Controller (rev 03).
El mié, 19-04-2006 a las 14:36 +0200, Takashi Iwai escribió:
> At Wed, 19 Apr 2006 13:51:13 +0200,
> Juan Zapatero wrote:
> >
> > Ok as the VoIP is intendeed to work over GPRS links, it uses as
> > configuration:
> >
> > Capture:
> > -16bitLE
> > -8000Hz
> > -1 channel
> >
> > Playback:although the stream is of the same type as the one captured and
> > sent, in playback, it's needed for other reasons to process it into a
> > one channel stereo(meaning it is a stereo stream with audio only in one
> > of the channels), so the configuration is:
> > -16bitLE
> > -8000Hz
> > -2 channels
>
> Does it mean that the appliction packs the mono stream to a
> interleaved stereo by itself or lets alsa-lib do it?
>
> And what about the hardware side? The above are limitations of the
> application. The plugins are used to absorb the difference between
> the hardware and application requirements.
>
>
> Takashi
>
>
> > El mié, 19-04-2006 a las 13:46 +0200, Takashi Iwai escribió:
> > > At Wed, 19 Apr 2006 13:39:13 +0200,
> > > Juan Zapatero wrote:
> > > >
> > > > No I don't know why 1 channel configuration is only available through
> > > > plughw,
> > >
> > > That's what I don't understand. What configuration did you try?
> > >
> > > > but it is, so I want to know if there is a way to force the dmix
> > > > plugin to work over plughw insted of hw:0,0 as actually it does.
> > >
> > > No way. Use plug _over_ dmix instead of _under_ dmix.
> > >
> > >
> > > Takashi
> > >
> > >
> > > > El mié, 19-04-2006 a las 13:33 +0200, Takashi Iwai escribió:
> > > > > At Wed, 19 Apr 2006 13:24:20 +0200,
> > > > > Juan Zapatero wrote:
> > > > > >
> > > > > > By doing so, I would not be able to use dmixing...
> > > > > > The problem is that capture must be configured in 1 channel, and
> > > > > > playback in two, but, 1 channel setup can only be made through plughw.
> > > > >
> > > > > Then I don't understand your requirment at all...
> > > > >
> > > > > You just want to wrap plug over dmix for channel shrink/expansion?
> > > > >
> > > > >
> > > > > Takashi
> > > > >
> > > > > > El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > > > > > > At Wed, 19 Apr 2006 12:53:18 +0200,
> > > > > > > Juan Zapatero wrote:
> > > > > > > >
> > > > > > > > I am using a VoIP application which uses different devices for capturing
> > > > > > > > and playback, because some audio processing is needed between audio
> > > > > > > > reception and playback. I have configured my default to use dmix plugin,
> > > > > > > > because it is required to be able to play different audio streams at
> > > > > > > > once. I can force the capture device to use 'default' plugin, but the
> > > > > > > > playback device only works under plughw. So, is there a way to use a
> > > > > > > > plughw device inside the dmix plugin?
> > > > > > >
> > > > > > > You can override the definition of plughw, such as
> > > > > > >
> > > > > > > pcm.!plughw "default"
> > > > > > >
> > > > > > > But, fixing the app would be a better option, of course.
> > > > > > >
> > > > > > >
> > > > > > > Takashi
> > > > > >
> > > > > >
> > > > > > ______________________
> > > > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > > > > puede contener informacion clasificada por su emisor como confidencial
> > > > > > en el marco de su Sistema de Gestion de Seguridad de la
> > > > > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > > > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > > > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > > > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > > > > Gracias por su colaboracion.
> > > > > > ______________________
> > > > > > This message including any attachments may contain confidential
> > > > > > information, according to our Information Security Management System,
> > > > > > and intended solely for a specific individual to whom they are addressed.
> > > > > > Any unauthorised copy, disclosure or distribution of this message
> > > > > > is strictly forbidden. If you have received this transmission in error,
> > > > > > please notify the sender immediately and delete it.
> > > > > > ______________________
> > > > > >
> > > > > >
> > > > > > -------------------------------------------------------
> > > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > > > > that extends applications into web and mobile media. Attend the live webcast
> > > > > > and join the prime developer group breaking into this new coding territory!
> > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > > > > _______________________________________________
> > > > > > Alsa-devel mailing list
> > > > > > Alsa-devel@lists.sourceforge.net
> > > > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > > > >
> > > > >
> > > >
> > > >
> > > > ______________________
> > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > > puede contener informacion clasificada por su emisor como confidencial
> > > > en el marco de su Sistema de Gestion de Seguridad de la
> > > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > > Gracias por su colaboracion.
> > > > ______________________
> > > > This message including any attachments may contain confidential
> > > > information, according to our Information Security Management System,
> > > > and intended solely for a specific individual to whom they are addressed.
> > > > Any unauthorised copy, disclosure or distribution of this message
> > > > is strictly forbidden. If you have received this transmission in error,
> > > > please notify the sender immediately and delete it.
> > > > ______________________
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > > that extends applications into web and mobile media. Attend the live webcast
> > > > and join the prime developer group breaking into this new coding territory!
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > > _______________________________________________
> > > > Alsa-devel mailing list
> > > > Alsa-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > >
> > >
> >
> >
> > ______________________
> > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > puede contener informacion clasificada por su emisor como confidencial
> > en el marco de su Sistema de Gestion de Seguridad de la
> > Informacion siendo para uso exclusivo del destinatario, quedando
> > prohibida su divulgacion copia o distribucion a terceros sin la
> > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > Gracias por su colaboracion.
> > ______________________
> > This message including any attachments may contain confidential
> > information, according to our Information Security Management System,
> > and intended solely for a specific individual to whom they are addressed.
> > Any unauthorised copy, disclosure or distribution of this message
> > is strictly forbidden. If you have received this transmission in error,
> > please notify the sender immediately and delete it.
> > ______________________
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd_______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Use a plughw device inside the dmix plugin.
2006-04-20 7:54 ` Juan Zapatero
@ 2006-04-20 10:21 ` Takashi Iwai
0 siblings, 0 replies; 10+ messages in thread
From: Takashi Iwai @ 2006-04-20 10:21 UTC (permalink / raw)
To: Juan Zapatero; +Cc: alsa-devel
At Thu, 20 Apr 2006 09:54:24 +0200,
Juan Zapatero wrote:
>
> Because what is written to the sound card is pcm, I do a little tricky
> processing on the buffers and make a one channel stereo out of a mono
> stream...
This can be achieved by route or plug plugin of alsa-lib without
changing application.
> What about the hardware, it is a Intel Corporation 82801FB/FBM/FR/FW/FRW
> (ICH6 Family) AC'97 Audio Controller (rev 03).
The dmix+plug is used as "default" PCM in the recent version, so it
should work as it is. I still don't understand what you're trying and
why it doesn't work.
You'd better to show the ALSA version you're using and the PCM
configuration you tried.
Takashi
>
>
> El mié, 19-04-2006 a las 14:36 +0200, Takashi Iwai escribió:
> > At Wed, 19 Apr 2006 13:51:13 +0200,
> > Juan Zapatero wrote:
> > >
> > > Ok as the VoIP is intendeed to work over GPRS links, it uses as
> > > configuration:
> > >
> > > Capture:
> > > -16bitLE
> > > -8000Hz
> > > -1 channel
> > >
> > > Playback:although the stream is of the same type as the one captured and
> > > sent, in playback, it's needed for other reasons to process it into a
> > > one channel stereo(meaning it is a stereo stream with audio only in one
> > > of the channels), so the configuration is:
> > > -16bitLE
> > > -8000Hz
> > > -2 channels
> >
> > Does it mean that the appliction packs the mono stream to a
> > interleaved stereo by itself or lets alsa-lib do it?
> >
> > And what about the hardware side? The above are limitations of the
> > application. The plugins are used to absorb the difference between
> > the hardware and application requirements.
> >
> >
> > Takashi
> >
> >
> > > El mié, 19-04-2006 a las 13:46 +0200, Takashi Iwai escribió:
> > > > At Wed, 19 Apr 2006 13:39:13 +0200,
> > > > Juan Zapatero wrote:
> > > > >
> > > > > No I don't know why 1 channel configuration is only available through
> > > > > plughw,
> > > >
> > > > That's what I don't understand. What configuration did you try?
> > > >
> > > > > but it is, so I want to know if there is a way to force the dmix
> > > > > plugin to work over plughw insted of hw:0,0 as actually it does.
> > > >
> > > > No way. Use plug _over_ dmix instead of _under_ dmix.
> > > >
> > > >
> > > > Takashi
> > > >
> > > >
> > > > > El mié, 19-04-2006 a las 13:33 +0200, Takashi Iwai escribió:
> > > > > > At Wed, 19 Apr 2006 13:24:20 +0200,
> > > > > > Juan Zapatero wrote:
> > > > > > >
> > > > > > > By doing so, I would not be able to use dmixing...
> > > > > > > The problem is that capture must be configured in 1 channel, and
> > > > > > > playback in two, but, 1 channel setup can only be made through plughw.
> > > > > >
> > > > > > Then I don't understand your requirment at all...
> > > > > >
> > > > > > You just want to wrap plug over dmix for channel shrink/expansion?
> > > > > >
> > > > > >
> > > > > > Takashi
> > > > > >
> > > > > > > El mié, 19-04-2006 a las 13:19 +0200, Takashi Iwai escribió:
> > > > > > > > At Wed, 19 Apr 2006 12:53:18 +0200,
> > > > > > > > Juan Zapatero wrote:
> > > > > > > > >
> > > > > > > > > I am using a VoIP application which uses different devices for capturing
> > > > > > > > > and playback, because some audio processing is needed between audio
> > > > > > > > > reception and playback. I have configured my default to use dmix plugin,
> > > > > > > > > because it is required to be able to play different audio streams at
> > > > > > > > > once. I can force the capture device to use 'default' plugin, but the
> > > > > > > > > playback device only works under plughw. So, is there a way to use a
> > > > > > > > > plughw device inside the dmix plugin?
> > > > > > > >
> > > > > > > > You can override the definition of plughw, such as
> > > > > > > >
> > > > > > > > pcm.!plughw "default"
> > > > > > > >
> > > > > > > > But, fixing the app would be a better option, of course.
> > > > > > > >
> > > > > > > >
> > > > > > > > Takashi
> > > > > > >
> > > > > > >
> > > > > > > ______________________
> > > > > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > > > > > puede contener informacion clasificada por su emisor como confidencial
> > > > > > > en el marco de su Sistema de Gestion de Seguridad de la
> > > > > > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > > > > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > > > > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > > > > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > > > > > Gracias por su colaboracion.
> > > > > > > ______________________
> > > > > > > This message including any attachments may contain confidential
> > > > > > > information, according to our Information Security Management System,
> > > > > > > and intended solely for a specific individual to whom they are addressed.
> > > > > > > Any unauthorised copy, disclosure or distribution of this message
> > > > > > > is strictly forbidden. If you have received this transmission in error,
> > > > > > > please notify the sender immediately and delete it.
> > > > > > > ______________________
> > > > > > >
> > > > > > >
> > > > > > > -------------------------------------------------------
> > > > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > > > > > that extends applications into web and mobile media. Attend the live webcast
> > > > > > > and join the prime developer group breaking into this new coding territory!
> > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > > > > > _______________________________________________
> > > > > > > Alsa-devel mailing list
> > > > > > > Alsa-devel@lists.sourceforge.net
> > > > > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > ______________________
> > > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > > > puede contener informacion clasificada por su emisor como confidencial
> > > > > en el marco de su Sistema de Gestion de Seguridad de la
> > > > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > > > Gracias por su colaboracion.
> > > > > ______________________
> > > > > This message including any attachments may contain confidential
> > > > > information, according to our Information Security Management System,
> > > > > and intended solely for a specific individual to whom they are addressed.
> > > > > Any unauthorised copy, disclosure or distribution of this message
> > > > > is strictly forbidden. If you have received this transmission in error,
> > > > > please notify the sender immediately and delete it.
> > > > > ______________________
> > > > >
> > > > >
> > > > > -------------------------------------------------------
> > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > > > > that extends applications into web and mobile media. Attend the live webcast
> > > > > and join the prime developer group breaking into this new coding territory!
> > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x110944&bid$1720&dat\x121642
> > > > > _______________________________________________
> > > > > Alsa-devel mailing list
> > > > > Alsa-devel@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> > > > >
> > > >
> > >
> > >
> > > ______________________
> > > Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> > > puede contener informacion clasificada por su emisor como confidencial
> > > en el marco de su Sistema de Gestion de Seguridad de la
> > > Informacion siendo para uso exclusivo del destinatario, quedando
> > > prohibida su divulgacion copia o distribucion a terceros sin la
> > > autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> > > erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> > > Gracias por su colaboracion.
> > > ______________________
> > > This message including any attachments may contain confidential
> > > information, according to our Information Security Management System,
> > > and intended solely for a specific individual to whom they are addressed.
> > > Any unauthorised copy, disclosure or distribution of this message
> > > is strictly forbidden. If you have received this transmission in error,
> > > please notify the sender immediately and delete it.
> > > ______________________
> > >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd_______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/alsa-devel
> >
>
>
> ______________________
> Este mensaje, y en su caso, cualquier fichero anexo al mismo,
> puede contener informacion clasificada por su emisor como confidencial
> en el marco de su Sistema de Gestion de Seguridad de la
> Informacion siendo para uso exclusivo del destinatario, quedando
> prohibida su divulgacion copia o distribucion a terceros sin la
> autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
> erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
> Gracias por su colaboracion.
> ______________________
> This message including any attachments may contain confidential
> information, according to our Information Security Management System,
> and intended solely for a specific individual to whom they are addressed.
> Any unauthorised copy, disclosure or distribution of this message
> is strictly forbidden. If you have received this transmission in error,
> please notify the sender immediately and delete it.
> ______________________
>
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-04-20 10:21 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19 10:53 Use a plughw device inside the dmix plugin Juan Zapatero
2006-04-19 11:19 ` Takashi Iwai
2006-04-19 11:24 ` Juan Zapatero
2006-04-19 11:33 ` Takashi Iwai
2006-04-19 11:39 ` Juan Zapatero
2006-04-19 11:46 ` Takashi Iwai
2006-04-19 11:51 ` Juan Zapatero
2006-04-19 12:36 ` Takashi Iwai
2006-04-20 7:54 ` Juan Zapatero
2006-04-20 10:21 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.