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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: