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

[sc-users] HardwareBufferSize & Aggregate Device



Hello list,

The following is annoying me for a while now:

When I change the hardwarebuffersize to something like this:
Server.local.options.hardwareBufferSize_(64);
Server.internal.options.hardwareBufferSize_(64);

And listen to the input:
s.boot;
{SoundIn.ar}.play

The signal is distorted.


When I make an aggregate device with the built-in input and output and do:
Server.local.options.device_("SC");
Server.internal.options.device_("SC");

Server.local.options.hardwareBufferSize_(64);
Server.internal.options.hardwareBufferSize_(64);

There is no problem. 

I read that you don't need an aggregate device anymore on intel computers. But I have this problem on all the intel osx computers I try it on. PowerPC is fine. 
I'm using the latest svn version.

Do you guys have this problem too?

Jorn