Add Cmake
Hi! I would like to create rust bindings to speex for simple echo cancellation library. It will be cross platform and support Windows/Linux/macOS. I noticed that speex lack CMake. can we add it for easier integration? In addition I couldn't find any example usage for echo cancellation. it seems that there's only 4-6 functions related to that but it still looks complicated. Do you have some example? I would like to filter out TTS samples from microphone input for voice assistant engine written in Rust so the user can interrupt voice assistant while the TTS is speaking and VAD will detect it correctly.