Tutorials for OpenSL ES for Android

前端 未结 5 1881
你的背包
你的背包 2020-12-22 21:26

I\'ve been trying to look into using the OpenSL ES library that is available for doing native audio with android 2.3, but it appears that the header files and the 600 page p

5条回答
  •  一个人的身影
    2020-12-22 22:01

    There's an example app that comes with the NDK called NativeAudio. It has examples of nearly anything you would ever want to implement: effects, streaming, synthesis, etc. If you look at its code, you'll get a good head start.

提交回复
热议问题