search for: thecurrent

Displaying 4 results from an estimated 4 matches for "thecurrent".

Did you mean: recurrent
2007 Feb 09
1
speex in C# please help
...ll hold the speexbits public struct SpeexBits { public char *chars; /* "raw" data */ public int nbBits; /* Total number of bits stored in thestream*/ public int charPtr; /* Position of the byte "cursor" */ public int bitPtr; /* Position of the bit "cursor" within thecurrent char */ public int owner; /* Does the struct "own" the "raw" buffer(member "chars") */ public int overflow; /* Set to one if we try to read past thevalid data */ public int buf_size; /* Allocated size for buffer */ public int reserved1; /* Reserved for future use *...
2008 Jul 30
1
Speex in VB .NET
...uot; data Public nbBits As Integer ' Total number of bits stored in thestream Public charPtr As Integer ' Position of the byte "cursor" Public bitPtr As Integer ' Position of the bit "cursor" within thecurrent char Public owner As Integer ' Does the struct "own" the "raw" buffer(member "chars") Public overflow As Integer ' Set to one if we try to read past thevalid data Public buf_size As Integer ...
2006 May 10
7
mongrel vs. scgi
I''ve liked the scgi runner ever since it came out. I like the way it''scontrolled, the way it''s clusterable, and the fact that it runs onwin32 platforms so easily. Now it''s May 2006, and the scgi runner hasn''t changed since October,and now we have mongrel. I keep seeing hints of clustering in mongrel,as well. I just downloaded the win32 installer for
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
...s > > { > > public char *chars; /* "raw" data */ > > public int nbBits; /* Total number of bits stored in thestream*/ > > public int charPtr; /* Position of the byte "cursor" */ > > public int bitPtr; /* Position of the bit "cursor" within thecurrent char */ > > public int owner; /* Does the struct "own" the "raw" buffer(member "chars") */ > > public int overflow; /* Set to one if we try to read past thevalid data */ > > public int buf_size; /* Allocated size for buffer */ > > public int res...