Hi everyone, For all those of you who always wanted to contribute to Speex, but didn't know what to do, I've just updated the list of things that could be done on: http://wiki.xiph.org/index.php/Speex The tasks range from maintaining a FAQ to writing a better perceptual enhancer. Some of the more complex things listed would even make a good university project! If you're interested in any of what's listed, please let me know. Jean-Marc P.S. Oh and BTW, I'll release 1.1.12 real soon, so let me know if anything's wrong with the current svn.
P.S. Oh and BTW, I'll release 1.1.12 real soon, so let me know if> anything's wrong with the current svn.Hi to all, Well a problem that i can't figure out is that every cast like this: return (spx_float_t) {0,0}; doesn't like to MS EVC++ Compiler: ....\libspeex\pseudofloat.h(63) : error C2059: syntax error : '{' there is something about this error at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/C2059.asp but it didn't work for me.... Do someone else tried? Regard Fabio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060214/8dd32a46/attachment.html
> Well a problem that i can't figure out is that every cast like this: > > return (spx_float_t) {0,0}; > > doesn't like to MS EVC++ Compiler: > ....\libspeex\pseudofloat.h(63) : error C2059: syntax error : '{'I suspect it's because you're using a C++ compiler. Do you get the same problem on a C compiler? Jean-Marc