what they
correspond to, but I had no luck.
I'm curious to know when to use them and what to use them for.
Thanks
On 9/19/06, Lee Revell <[EMAIL PROTECTED]> wrote:
> On Tue, 2006-09-19 at 21:58 +0100, Mario Rossi wrote:
> > Hi,
> >
> > I would like to know what is the
Hi,
I would like to know what is the second device Intel ICH - IEC958.
If I try to play via it no sound is emitted
aplay -D plughw:0,4 somefile.wav
nothing happens.
The first device is the actual device, while the third is the modem,
what is the second?
List of PLAYBACK Hardware Devices *
mat $FORMAT
}
On 9/16/06, Lee Revell <[EMAIL PROTECTED]> wrote:
> On Sat, 2006-09-16 at 10:38 +0100, Mario Rossi wrote:
> > Hi,
> >
> > I was wondering whether there is a function to get the list of pcm devices?
> > It would be a list which the user could choose f
Hi,
I was wondering whether there is a function to get the list of pcm devices?
It would be a list which the user could choose from.
I've seen that if you run "aplay -L" you get it, but many of those pcm
devices need arguments.
aplay -L just calls snd_config_search(..., "pcm", ...). Is there a w
I've tried with
pcm.hardware {
type hw
card 0
device 0
}
pcm.file_raw {
type plug
slave {
pcm "tee:hardware,/home/mario/a.raw"
}
}
so instead of the default (which in my case is dmix) I use the
hardware dir
Hi,
I'm trying to record a live playback.
Basically I'm trying to record the output sound of an application.
It seems to me that the "file" plugin is the right one, or even pcm.tee.
So I write in ~/.asoundrc
pcm.file_raw {
type plug
slave {
pcm "tee:default,/home/andrea/audio/a.raw"
}
}
I'm usi