Get processed sample (from features array)
Last updated
Was this helpful?
Last updated
Was this helpful?
Takes in a features array and runs it through the DSP block. This data should have the same frequency as set in the input block in your impulse.
/api/{projectId}/dsp/{dspId}/run
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
Whether to generate graphs (will take longer)
Whether to request performance info (will take longer unless cached)
Array of features. If you have multiple axes the data should be interleaved (e.g. [ax0_val0, ax1_val0, ax2_val0, ax0_val1, ax1_val1, ax2_val1]).
DSP parameters with values
{"scale-axes":"10"}