[Speex-dev] version 1.0.1 X 1.1.4
Flavio Pimentel Duarte
flaviop72 at bol.com.br
Wed Nov 17 09:39:29 PST 2004
I was aware of this change, but my question remains: Is version 1.1.4
incompatible with version 1.0.1 regards the changes in the API ?
If I convert one frame using version 1.1.4 it should give exactly the
same output of converting this same frame using version 1.0.1, right ?
In a more generic way: if I use the newer version, the frame encoded
with it can be decoded with the older versions ?
Flávio
Conrad Parker wrote:
>On Wed, Nov 17, 2004 at 09:05:05AM +0900, Jean-Marc Valin wrote:
>
>
>>Why do you want your app to with with 1.1.4 in the first place. It's a
>>old unstable version and its API has been changed since then.
>>
>>
>>
>
>ie. Flavio, please upgrade to the recent 1.1.6 release. In your code,
>you will need to change the follwing line (for the 1.1.x build only):
>
>
>
>>> /* Encode the frame */
>>> speex_encode( state, in, &bits );
>>>
>>>
>
>becomes:
> speex_encode_int( state, in, &bits );
>
>Conrad.
>
>
>
More information about the Speex-dev
mailing list