开发者

is it possible to make equalizer android

开发者 https://www.devze.com 2023-03-06 13:28 出处:网络
Doing a little search i realized that to make an equalizer. I need to use C or C++ That would also mean that i have to use the NDK to integrate that with my Java code. The question is, h开发者_开发百科

Doing a little search i realized that to make an equalizer. I need to use C or C++ That would also mean that i have to use the NDK to integrate that with my Java code. The question is, h开发者_开发百科ow can i make the C and Java code interact with each other. I don't even know C but i really want that equalizer in my music player. Do you guys know of any good C book which is the best for beginners?

Thanks.


There should be no need to use the NDK. There already is an Equalizer-Class in Android, which is also used by the standard Android Music Player. Also, here is an answer on how to make the Sliders


Here is a link to a list of great books. Do a search through there and see what people suggest.

SO list of books


you'll also need to get familiar with the NDK for making the java portion of your app utilize c or c++ methods.

0

精彩评论

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