I’m developing a note-taking utility and want to add a feature for voice-recording and playback in full duplex asynchronous mode.
What cross-platform c/c++ libraries/API’s can I evaluate for my purpose? Google isn’t much help in this case and the existing QA’s on SO doesn’t quite cover this.
I’m developing a note-taking utility and want to add a feature for voice-recording and
Share
PortAudio can accomplish what you want. It has lots of backends for different technologies like ALSA, ASIO, DirectSound etc.