Re: [ecasound] new card, new troubles (midiman delta 44)

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] new card, new troubles (midiman delta 44)
From: Anthony (avan_AT_uwm.edu)
Date: Sun Jan 20 2002 - 12:00:30 EET


* Anthony <avan_AT_uwm.edu> [Jan 19 02 13:04]:
> # ecasound -i:test.wav -f:s32_le,10,44100,i -o:alsahw,0,0
>
> I get stereo output in the first two channels. In the third I'm getting
> some serious noise - rapid clicking. If I up the rate, the clicking

Well I can't seem to reproduce this today...so not a problem anymore ;)

> will dissapear after a few seconds. Of less importance I'd like to be
> able to use the plugin layer. This fails:

My solution to this was to add a conversion plugin to .asoundrc:

---- .asoundrc
pcm.delta {
   type hw
   card 0
}

pcm.dplug {
   type plug
   slave {
        pcm delta
   }
   route_policy copy
}
-----

and then specify:

# ecasound -i:test.wav -o:alsa,dplug

Is this the correct solution to avoid specifying format lines? Will this
work on any input format? As I understand this, alsa is taking care of any
conversion between 'dplug' -> 'delta' automagically. Thanks.
        --a

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Jan 20 2002 - 11:51:59 EET