You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ed-xmos
changed the title
lib_i2s received specifies const samples, but sometimes we want to do in-place DSP
lib_i2s receive specifies const samples, but sometimes we want to do in-place DSP
Nov 9, 2022
https://github.com/xmos/fwk_io/blob/develop/modules/i2s/api/i2s.h#L116
To keep the compiler happy, we are making a copy. Typically a few bytes and a few cycles but worth changing in a future update.
The use case is where we do far-end DSP in a voice product which requires modifying of the received samples before sending to the application.
The text was updated successfully, but these errors were encountered: