remu kelly wrote:
> i have to create a external alsa filter plugin in which the "transfer"
> function will receive the input buffer, with say size "x". but then we will
> have to apply some algo on input data and the output buffer will be of size
> "2x".

External filter plugins cannot change the sample rate.

You could try writing an external I/O plugin and managing the slave device
yourself, but it might be a better idea to require that the data must be
upsampled before your plugin sees it.


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