search for: input_bytes

Displaying 6 results from an estimated 6 matches for "input_bytes".

Did you mean: input_byte
2006 May 20
2
Size of each block in a circular buffer and the sample rate
Thanks! I hope this isn't a stupid question but if I want to play two or more voices at the same time, I just add the values of the samples right? If I'm using an unsigned short, should I then clamp the values to 65535? Jean-Marc Valin wrote: >> Is frameSize in bytes? If not, what unit is it in? I need to know so I >> know how big to make each element in my circular
2008 Nov 26
2
Lost packets during transmission
Hi, I was wonder how Speex handles (if at all ) lost packets when decoding the bit-stream . 1. Does Speex has any mechanism to handle lost packets (like AMR has for example)? 2. I am using Speex in a constant frame size (160 bytes), narrowband, VBR off, SPEEX_SET_QUALITY = 3 and SPEEX_SET_COMPLEXITY =1 . I encode speech stream and sending the encoded packets to the
2007 Aug 24
2
[git patch] klibc bzero, mount fixes + random stuff
...cleanups * declare bunch of function as static * axe unused xrealloc() Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/utils/cpio.c b/usr/utils/cpio.c index a41f40a..db626a3 100644 --- a/usr/utils/cpio.c +++ b/usr/utils/cpio.c @@ -123,7 +123,7 @@ long input_bytes, output_bytes; /* Allocate N bytes of memory dynamically, with error checking. */ -void *xmalloc(size_t n) +static void *xmalloc(size_t n) { void *p; if (xalloc_oversized(n, 1) || (!(p = malloc(n)) && n != 0)) { @@ -134,22 +134,9 @@ void *xmalloc(size_t n) /* return xnmalloc_i...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes since last time: * rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be looking to install multiple concurrent versions of the same package, so the version doesn't need to be in the package name * Removed superfluous GENCONTROL definitions - dh_ocaml does what we need * Removed
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect, as before, that some of the larger patches won't get to the list so they are also available here: https://github.com/jonludlam/pkg-xen/commits/for-debian6. Changes since last mail: * I have split out the unrelated change to include 2 extra header files in libxen-dev * I have removed some instances of brace expansion
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are part of the standard xen build. The patches are also currently available at: https://github.com/jonludlam/pkg-xen/commits/for-debian There are some things to note: 1. The 5 patches imported from xen-unstable are not, and will not go into the xen-4.1-stable series. However, the patches were created at the request of the