The
libspeex library contains all the functions for encoding and decoding
speech with the Speex codec. When linking on a UNIX system, one must add
-lspeex -lm to the compiler command line. One important
thing to know is that libspeex calls are reentrant, but not
thread-safe. That means that it is fine to use calls from many threads,
but calls using the same state from multiple threads must......