Search code examples
c++qtaudiocapture

Sound capture in CPP and Qt


I would like to capture some sound from the microphone in cpp, in order to use it in a Qt application.

So I'm looking for a multi platform library easily integrable in a Qt4 project.


Solution

  • OpenAL is a good, cross-platform C++ library for capturing audio.