Csound Csound-dev Csound-tekno Search About

[Cs-dev] -B and -b max values

Date2005-05-22 22:13
FromVictor Lazzarini
Subject[Cs-dev] -B and -b max values
Is -B (and -b) passed to the rt modules after checking for
max/min values?

I'm trying to test buffer sizes and I can't get HW buffers
to
exceed around 6000 frames.

Can we make the limit higher?

Victor


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-05-22 22:28
From"istvan_v@mailbox.hu"
SubjectRe: [Cs-dev] -B and -b max values
Victor Lazzarini wrote:

> Is -B (and -b) passed to the rt modules after checking for
> max/min values?
> 
> I'm trying to test buffer sizes and I can't get HW buffers
> to
> exceed around 6000 frames.
> 
> Can we make the limit higher?

I do not know of upper limits set on -b and -B in the engine. The only
restriction - applied only to real time audio - is that -B is rounded up
to be an integer multiple of -b, and then if -B >= -b, -b is set to -B / 2.


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-05-22 22:31
FromIstvan Varga
SubjectRe: [Cs-dev] -B and -b max values
istvan_v@mailbox.hu wrote:

> I do not know of upper limits set on -b and -B in the engine. The only
> restriction - applied only to real time audio - is that -B is rounded up
> to be an integer multiple of -b, and then if -B >= -b, -b is set to -B / 2.

Correcting the typo:                           -B <= -b


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net