开发者

Receive mic input and process

I am writing a small program in C++ that receives mic input and does some simple live audio processing. I have been looking around and the only things I h开发者_Python百科ave been able to find that work on Linux are PortAudio, QAudioInput, and fmod.

I am trying to stay away from any super low level programming and use a minimal amount of lines.

Which one of these would fit my needs best?


Check out JUCE. Juce will build on many platforms. JUCE does a lot more than just audio, but it was made with audio programmers in mind. Look at he JUCE demo application and then just chop up the source code from the audio demo to suit your needs. The API documentation is really good also. The abstraction from the low level stuff is good.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜