Re: [Alsa-user] rate coverter after dmix

2017-05-10 Thread James Shatto
On 5/9/17, remu kelly wrote: > > How this can be achieved, seeing that we can't have a plugin after dmix. Couldn't you use snd-aloop and have a plugin AFTER dmix? It basically creates a loopback interface who's output channel is the input channel. Although I've never used

Re: [Alsa-user] rate coverter after dmix

2017-05-09 Thread Clemens Ladisch
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

[Alsa-user] rate coverter after dmix

2017-05-09 Thread remu kelly
Hi, 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. How this can be achieved, seeing that we can't have a plugin after dmix. or we can do somethings like