Re: [LAD] JACK latency API clarifications

2014-02-20 Thread Robin Gareus
On 02/20/2014 11:32 PM, Stefano D'Angelo wrote: Hi Stefano, You got this right. Hi all, Let's say I have a client that introduces an amount of latency that's variable at runtime and potentially unbounded. From JACK's docs it seems that you need to recompute the min/max latencies in the

Re: [LAD] JACK latency API clarifications

2014-02-20 Thread Stefano D'Angelo
2014-02-21 0:45 GMT+02:00 Paul Davis p...@linuxaudiosystems.com: On Thu, Feb 20, 2014 at 5:32 PM, Stefano D'Angelo zanga.m...@gmail.com wrote: Hi all, Let's say I have a client that introduces an amount of latency that's variable at runtime and potentially unbounded. From JACK's docs it

Re: [LAD] JACK latency API clarifications

2014-02-20 Thread Paul Davis
On Thu, Feb 20, 2014 at 6:05 PM, Stefano D'Angelo zanga.m...@gmail.comwrote: reset your port latencies. Ok, thanks (to Robin too). Can jack_recompute_total_latenices() be called from within the process callback too? you cannot contact the server from with the process callback, so no. and

Re: [LAD] JACK latency API clarifications

2014-02-20 Thread Stefano D'Angelo
2014-02-21 1:08 GMT+02:00 Paul Davis p...@linuxaudiosystems.com: On Thu, Feb 20, 2014 at 6:05 PM, Stefano D'Angelo zanga.m...@gmail.com wrote: reset your port latencies. Ok, thanks (to Robin too). Can jack_recompute_total_latenices() be called from within the process callback too?