mrene / minidsp-rs

MiniDSP Controller
http://minidsp-rs.pages.dev
Apache License 2.0
113 stars 15 forks source link

delay hard limit #557

Open jvdh1978 opened 1 year ago

jvdh1978 commented 1 year ago

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?