simplest way of recording 8 bit signed mono 16khz sound with alsa (in a way it's compatible with pulse)?

StackOverflow https://stackoverflow.com/questions/1931177

Question

I'm totally lost, does anyone have a very simple example of how to record a sound using ALSA with c++? the only thing i need is the raw samples as signed bytes for feeding them to another part of my program. All the examples i found googling seem to have issues with PulseAudio or don't cover what i need.

Was it helpful?

Solution

Listing 4 in this article shows how to use the ALSA library API to capture audio.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top