On Wed, 2006-07-26 at 15:01 -0700, Phil wrote:
> I have verified that the capture device works under Windows.  When
> running under MythTV, I can get some relevant audio (mono, 8000Hz) via
> $ aplay /dev/audio1.
> 

That is not how ALSA works.  You use device names like hw:0 or hw:1,
not /dev nodes.

> I've done some reading on the .asoundrc file, but don't see how I should
> set it up for the capture device nor how I can pipe from one device to
> another.  I'm hoping for some help.  I'm willing to try ideas all day
> PST in order to get this working.
> 

.asoundrc cannot pipe from one device to another.  You need to do it
manually, for example arecord -D hw:1 | aplay -D hw:0.

> At this point, I'm guessing I should have at least:
> 
> -----------------------
> # sound card
> pcm.intel8x0 {
>         type hw
>       card 0
> }
> ctl.intel8x0 {
>         type hw
>         card 0
> }
> 
> # capture device
> pcm.plextor {
>         type hw
>       card 1
> }
> ctl.plextor {
>         type hw
>         card 1
> }


No.  Where are you getting all your info?  No .asoundrc at all should be
needed.

Lee


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to