Building codec2 for Windows using Cmake and MinGW
I want to build and use codec2 library in my Qt application for Windows. Codec2 is incredible library for speech processing it can encode speech from 3200 up to 700 bit/s. Amazing! Let's play with it!
So I need to do:
- build codec2 for Windows
- write Qt wrappers for codec2 library;
- write application able to use codec2 with QAudio sub-system.
This post will explain how to do first step - build codec2 for windows using CMake and MinGW








