Hi Expert,
Does "Pac_Dec_Delay" can support audio delay? If the sampling rate is 48KHz, what's the delay time? Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Expert,
Does "Pac_Dec_Delay" can support audio delay? If the sampling rate is 48KHz, what's the delay time? Thanks!
Hi, Jerry,
As mentioned in the help window, this block supports a delay up to 4800 samples.
The delay is configured in the properties Out1, Out2, Out3, Out4 or Out5. The output can be any of these outputs. However, the maximum delay is determined by Size*Pack*Dec - Dec. Please take a look at the help window for details.
Additionally, you may take a look at the delay component. It may be used also to add a delay. It is easier to use.
Best regards,
Luis Fernando Rodríguez S.
Hi, Jerry,
The Pac_Delay consumes a lot of resources per miniDSP. So, only one block may be used per miniDSP target (miniDSP_A and miniDSP_D). If you are looking to use two Pac_Delay blocks, you would require to change the target processor with an interprocessor block as shown below:
Best regards,
Luis Fernando Rodríguez S.