search for: outbits

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

2004 Dec 21
2
Jitter buffer
...is loaded.. And later, it might also be useful to have an API which takes a bunch of SpeexBits, and gives the caller a way to split up the SpeexBits into separate 20ms frames. [The first API could be a subset of this]. The main API would be: int speex_decode_bits(SpeexBits *inBits, SpeexBits*outBits). inBits is SpeexBits containing the bits we're interested in. outBits may be NULL. If not NULL, and inBits contains valid frames, they are written, one frame per call, to outBits. it would return the same values as speex_decode(_int). SpeexBits inBits, outBits; void *state; initialize:...
2004 Dec 21
0
Jitter buffer
...ight also be useful to have an API which takes a bunch > of SpeexBits, and gives the caller a way to split up the SpeexBits > into separate 20ms frames. [The first API could be a subset of this]. > > The main API would be: > > int speex_decode_bits(SpeexBits *inBits, SpeexBits*outBits). > > inBits is SpeexBits containing the bits we're interested in. > outBits may be NULL. If not NULL, and inBits contains valid frames, > they are written, one frame per call, to outBits. > > it would return the same values as speex_decode(_int). > > > SpeexBi...
2004 Nov 17
3
Jitter buffer
Jean-Marc Valin wrote: >>Heh. I guess after playing with different jitter buffers long enough, >>I've realized that there's always situations that you haven't properly >>accounted for when designing one. >> >> > >For example? :-) > > I have a bunch of examples listed on the wiki page where I had written initial specifications:
2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
Hi,   We propose llvm-dwarfutil - a dsymutil-like tool for ELF.   Any thoughts on this?   Thanks in advance, Alexey. ====================================================================== llvm-dwarfutil(Apndx A) - is a tool that is used for processing debug info(DWARF) located in built binary files to improve debug info quality, reduce debug info size and accelerate debug info processing.