开发者

How to add sound effects on Android?

I would like to write an App, that pi开发者_开发技巧cks up sound from the mic, adds effects to it and plays it back in realtime.

If found AudioRecord to pick up sound from the mic and AudioTrack to play it back. In between, I need some library to manipulate the sound, add effects or use some equalizer on it. This maybe achieved with the Java Sound API, but that seems to be missing as I read in this issue report pointed to from this SO question.

My question is: How can I do this on Android? Can you recommand any libraries?


Quick google search http://developer.android.com/reference/android/media/SoundPool.html. It seems you can add effects using this class

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜