C++ record

I want to record voice from pc 's microphone and save it to a wave file.I use linux for C programming.There are so many API's but how can I do this without API ?
Interact with device driver, access raw data, process it, encode, save as wav file.
Topic archived. No new replies allowed.