Showing posts with label mingw. Show all posts
Showing posts with label mingw. Show all posts

Friday, December 16, 2016

Building codec2 for Windows using Cmake and MinGW


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:
  1. build codec2 for Windows
  2. write Qt wrappers for codec2 library;
  3. 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