Displaying 8 results from an estimated 8 matches for "cbytes".
Did you mean:
bytes
2004 Aug 06
2
Speex/Linux/ALSA
...d with the number of frames
set to 100, 160, 200, 2000. It puts the data read into an unsigned char
array.
After capturing the data, I copy the unsigned char array into a float array
and follow the example code in sampleenc.c
speex_bits_reset(&bits);
speex_encode(state, floatbuf, &bits);
cbytes = speex_bits_write(&bits, comprbuf, BUFSIZE);
cbytes always returns 38 no matter what the frames are set to in the
ALSA snd_pcm_readi call.
I do know that valid sound in the unsigned char array returned from the
ALSA snd_pcm_readi call is less than 0x7A, and anything above 0x7A is
background...
2013 Jun 28
1
pxelinux 5.x, 6.x memtest problem
On 06/28/2013 04:25 AM, Ady wrote:
>
> @Wim and @All,
> FWIW, in 2013-February there still were other additional issues with
> some kernels, including memory testers, so having a problem to boot
> memtest(86|86+|other) might or might not be related to the
> "PXE-stack-smasher" bug.
>
> For example, in v.4.06, the cfg entry could be:
> LINUX memtest
>
2003 May 21
1
netstat/ipcs inside jail
...c.d by these 2 commands :
mount -t procfs proc /usr/home/jail/10.0.2.6/proc
jail /usr/home/jail/10.0.2.6 jail.kmem.org 10.0.2.6 /bin/sh /etc/rc
- when i'm out of jail and i do this :
> ipcs -a
i get this :
Message Queues:
T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES
QNUM QBYTES LSPID LRPID STIME RTIME CTIME
Shared Memory:
T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH
SEGSZ CPID LPID ATIME DTIME CTIME
m 6946816 0 --rw------- tom tom tom tom 2
196608 3414 3380 9:59:36 10:50:07...
2008 May 14
1
Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl.
...vm.pmap.pv_entry_max sysctl.
I have increased vm.pmap.shpgperproc to 2000 and this seemed to stop complaints
for a little while but they occur again...
ipcs -a return nothing
web:/root#ipcs -a
Message Queues:
T ID KEY MODE OWNER GROUP CREATOR CGROUP
CBYTES QNUM QBYTES LSPID
LRPID STIME RTIME CTIME
Shared Memory:
T ID KEY MODE OWNER GROUP CREATOR CGROUP
NATTCH SEGSZ CPID LPID ATIME DTIME CTIME
Semaphores:
T ID KEY MODE...
2013 May 24
0
Wine release 1.5.31
...oleaut32: Sanity check some arguments.
oleaut32: Use containing TypeLib's HelpFile in ITypeInfo::GetDocumentation.
oleaut32: Don't return bogus pointers if no data is available.
dsound: Don't overrun capture buffer.
oleaut32: Always initialize PARAMDESCEX's cBytes field.
oleaut32: Also search local typeinfos in ITypeInfo::GetRefTypeInfo.
dinput: Enumerate devices past the first non-matching device.
dinput: Determine if OSX devices support force feedback.
dinput: Implement force feedback functions for OSX joysticks.
gdiplus: Impl...
2014 May 16
0
Wine release 1.7.19
The Wine development release 1.7.19 is now available.
What's new in this release (see below for details):
- New JSProxy DLL for automatic proxy configuration.
- More OLE Accessible Object support.
- Improvements to the XML writer.
- Fixes for various memory issues found by Valgrind.
- Initial headers for Direct2D support.
- Various bug fixes.
The source is available from the
2017 Feb 03
0
Wine release 2.1
...lation.
Lauri Kenttä (6):
msvcrt/tests: Test wcstoi64 with various Unicode digits.
msvcrt: Move WCHAR-to-int conversion to a function.
msvcrt: Make wcstoi64 support various Unicode digits.
msvcrt: Fix space-only inputs in wcstoi64.
kernel32: LZOpenFile should preserve cBytes on failure.
po: Update Finnish translation.
Louis Lenders (3):
oledb32: Add version resource.
xmllite/reader: Handle NULL node type argument in Read().
kernel32: Silence a noisy fixme.
Marcus Meissner (1):
maintainers: Add myself for gphoto2.ds.
Masanori Kakura (1):...
2009 Feb 27
0
Wine release 1.1.16
...dd tests for the 120 dpi bitmap fonts.
gdi32: Fix fractional scaling threshold.
lz32/tests: Display filename on failure.
gdi32/tests: Don't test the height that is 1.75 times the original font height. This is unscaled in winnt yet doubled in win9x.
lz32/tests: For win9x, cBytes depends on the length of the filename.
ole32/tests: win9x and winnt don't include the trailing '\0'.
gdi32/tests: Add a broken() to an always true test.
gdi32/tests: Don't expect the screen dc's bitmap to be mono 1x1.
gdi32/tests: Winnt doesn't set la...