fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Crackling sound when more than 4 notes are played simult


From: Marcus Weseloh
Subject: Re: [fluid-dev] Crackling sound when more than 4 notes are played simultaneously
Date: Fri, 21 Aug 2015 14:33:30 +0200

Hi Herschel,

2015-08-21 14:15 GMT+02:00 Herschel Karunaratne
<address@hidden>:
> There is another thing which forgot to mention. I accidentally changed the
> sample rate to 4800 using -r ,and could play any amount of notes
> simultaneously and no crackles at all but there is long latency.

Well, assuming you really mean 4800 and not 48000, I guess that is to
be expected. With lower sample rate the CPU has much less work to do.
And minimum latency can be calculated using your period count and
size. So when using 1024 period size, 8 periods and 4800 Hz sample
rate, you get (1024 / 4800) * 8 = 1,707 seconds.

> On Friday, 21 August 2015, 17:34, Herschel Karunaratne
> <address@hidden> wrote:
> Also is there any other way to use 13 voices simultaneously other than
> method I am doing? Any suggestions?

I don't really understand your question. Could you elaborate or rephrase it?

Cheers,

   Marcus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]