Re: What about the number of buffers?
Tim <[email protected]> Wed, 7 Aug 2019 16:54:53 -0400
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <[email protected]> |
On 8/7/19 4:38 PM, Robin Gareus wrote: > On 8/7/19 9:59 PM, Tim wrote: >> On 8/7/19 10:59 AM, Holger Marzen wrote: >>> What is the difference between >>> ???? jackd -n2 -p192 >>> and >>> ???? jackd -n3 -p128 >>> >>> Both give a total of 384 samples in buffers. >>> What's the difference for jackd? >>> >>> Regards >>> Holger >> >> Should not make a difference for clients, they would >> ??simply see a 384 buffer size in both cases. > > Nope. The client (jack process cycle) block-size is 192 in this case. ... Right. Sorry, I goofed bigly, I was referring to how -n affects total latencies seen. T.