remu kelly wrote:
> I need to implement a rate converter after dmix, means dmix will mix 3
> channels as input, and the output will be of 48KHz, but then i need to
> convert it to 96KHz output and send to HW.

Why do you think you need to do this?

> pcm.sl1{
>    type hw
>    card 0
>    device 0
> }
>
> pcm_slave.sl2 {
>     pcm sl1
>     rate 96000
> }

This says that the the hardware device must run at 96 kHz.

> pcm.mix1 {
>     type dmix
>     ipc_key 1024
>     slave sl2
> }

Because of the above, the dmix plugin also runs at 96 kHz.

Why don't you want this?


Regards,
Clemens

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to