Displaying 2 results from an estimated 2 matches for "largeblock".
2009 Apr 27
0
[Fwd: Re: [Pine-info] "incomplete SecBuffer exceeds maximum buffer size" ?]
...2009 09:47:04 -0700 (PDT)
From: Steve Hubert <hubert at washington.edu>
Organization: Univ of Washington; UW Technology; Seattle
To: Pine Forum <pine-info at u.washington.edu>
References: <Pine.WNT.4.64.0904261823300.-1877079 at zuluone>
There is a feature called quell-ssl-largeblocks that addresses this. In
alpine it is called "Prevent SSL Largeblocks". The help text in alpine
says
FEATURE: Prevent SSL Largeblocks
PC-Alpine only.
This feature changes the behavior of fetching messages and
attachments so that the message data is fetched in chunks...
2000 Aug 28
2
Book descriptions?
...r sampling frequencies and bit rates? Ideally I'd like
something in the 11kHZ, 8bit mono area...
I also noticed this struct:
/* CD quality stereo, no channel coupling */
vorbis_info info_B={
/* channels, sample rate, upperkbps, nominalkbps, lowerkbps */
0, 2, 44100, 0,0,0,
/* smallblock, largeblock */
{256, 2048}, .....
Does this mean I can just start tweaking away by changing the channels,
sample rate upper, nominal and lower? I'm guessing no, since I'm pretty sure
this must screw up some math somewhere...how does one actually tell the
encoder that they want these settings?
Thank...