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
enforce usage of process_bulk(.... )
Need to adjust input_spans and writers_tuple sizes and to respect the required ratio:
In case requested_work is smaller than minimum required input samples -> round up to the next compatible value that is still consistent with the required ration and available output buffer space.
Notes:
computation of outgoing "samp_rate" depends on num, den and stride -> helper function to be executed in settings forward/user-block impl
Interpolator/decimating functionality:
std::size_t samples_to_process = 0; -> number input samples
std::size_t number_output_samples = out::available()...
enforce usage of process_bulk(.... )
Need to adjust input_spans and writers_tuple sizes and to respect the required ratio:
In case requested_work is smaller than minimum required input samples -> round up to the next compatible value that is still consistent with the required ration and available output buffer space.
Notes:
Related PRs
The text was updated successfully, but these errors were encountered: