Currently the delay is hard limited to 8000 samples in lib.rs (line 422). Which is in my case of a ddrc88 around 160ms. However my device can delay up to 1 full second and in some cases I need that to be availlable. For now I adjusted the this number to 48000 and recompiled, which works. Maybe it warrents something to be able to have it configured correctly per device?
Currently the delay is hard limited to 8000 samples in lib.rs (line 422). Which is in my case of a ddrc88 around 160ms. However my device can delay up to 1 full second and in some cases I need that to be availlable. For now I adjusted the this number to 48000 and recompiled, which works. Maybe it warrents something to be able to have it configured correctly per device?