[Speex-dev] version 1.0.1 X 1.1.4

Conrad Parker conrad at metadecks.org
Tue Nov 16 17:05:07 PST 2004


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