Search found 1 match
- Fri Aug 17, 2018 2:35 pm
- Forum: GNU/Linux
- Topic: Which part of Audacity's source code that handle audio recording?
- Replies: 1
- Views: 355
Which part of Audacity's source code that handle audio recording?
I am making simple c++ program that can record audio from laptop microphone and maybe other USB microphone to circular double array buffer. Because I have very limited time, I try to duplicate Audacity source rather than learning entire new sound library manual(Gstreamer, ALSA, jackaudio, etc). When...