PitchShift Effect #1248
-
Does PitchShift use RingBuffer by default or do i need to specify it somehow? On a related note, i'm getting a warning with shift values less than 1.0 with i2s buffer settings:
My application is real-time DSP. any larger than buffer 256 and the delay is unacceptable. The wiki indicates that the ringbuffer is free of flaws? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you use the PitchShift effect class, you can see in the class documentation that it is using the VariableSpeedRingBuffer. |
Beta Was this translation helpful? Give feedback.
If you use the PitchShift effect class, you can see in the class documentation that it is using the VariableSpeedRingBuffer.
In the constructor you can indicate the ring buffer size!