Displaying 5 results from an estimated 5 matches for "hagland".
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I
see it a lot in my test application on windows. It is non existent on my
linux box. I haven't tried mingw yet.
please note that I'm using visual studio 2008 w/the vcproj that Bjoern
Rasmussen made for 0.5.2 (w/some file references removed) at the moment and
it is giving a lot of C4554 warnings
2010 Mar 02
1
--enable-static-modes
I did a download of 0.7.1 sources and saw that fmod was compiling with
--enable-static-modes, I decided to try it, but it fails to compile
static_modes.c because it doesn't exist. Is that an external dependency?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100302/6e716591/attachment-0002.htm
2010 Mar 02
1
question about CELT_SET_COMPLEXITY_REQUEST
looking at the code for celt_encoder_ctl in 0.7.1 I'm confused as to why
Complexity is described as a value from 0-10, but the code only appears to
have one setting for 0-2 and another setting for 3-10. Is that for future
use or am I missing something?
case CELT_SET_COMPLEXITY_REQUEST:
{
int value = va_arg(ap, celt_int32);
if (value<0 || value>10)
goto bad_arg;
if (value<=2) {
2010 May 18
9
Variable frame size and API changes
Hi everyone,
I've recently been making various changes to the way the modes work and
the supported frame size. On new feature that may be of interest to some
is that CELT should soon support changing the frame size dynamically
within a stream. By that I mean varying the amount of audio (in time)
transmitted at once, not the compressed size -- which has always been
variable. That would
2010 Jul 17
0
CELT_GET_BITSTREAM_VERSION unchanged from 0.7.1 to 0.8.1
#define CELT_GET_BITSTREAM_VERSION 2000
Is there a reason this stayed the same or did someone just forget to change
it?
-torg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100716/d45c084e/attachment-0002.htm