What does it mean to compile Speex? what do we get when we do make on the source? i just don't seem to get it :$ thanks! Jonny -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061123/f2aaf86a/attachment.htm
Can anybody help me, i just don't know how to write a program with speex, the program in the documentation doesn't seem to work i don't know how to compile... in windows i get this error: error LNK2001: unresolved external symbol _speex_nb_mode when i try to do a simple thing... how is this possible? i read about using a static library, but have no idea how to do this... i am using VS 2005 i allready have the libspeex.lib linked, and also the LIBC.lib, to avoid problems with the compiler, but i dont know how to continue... please help me, thanks, Jonny -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061123/902e78b0/attachment.html
Jonny Daenen a ?crit :> What does it mean to compile Speex? what do we get when we do make on the > source? > i just don't seem to get it :$How about you start by writing a simple "hello world" application before you start coding VoIP apps and whatnot? Jean-Marc
How many bytes should i feed to the encoder? i used speex_encoder_ctl(enc_state,SPEEX_GET_FRAME_SIZE,(void*)&framesize); and got 160 this is the number of samples in the output frame, right? thanks! Jonny -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061124/f77f56de/attachment.htm