[Cs-dev] -B and -b max values
Date | 2005-05-22 22:13 |
From | Victor 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 |
Date | 2005-05-22 22:28 |
From | "istvan_v@mailbox.hu" |
Subject | Re: [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 |
Date | 2005-05-22 22:31 |
From | Istvan Varga |
Subject | Re: [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 |