Low latency audio api for Android?

后端 未结 4 2094
忘掉有多难
忘掉有多难 2020-12-13 01:07

What are my options for playing simultaneous audio on an Android device with the least amount of latency? Am I going to get anything half decent out of the canned SDK, or i

4条回答
  •  失恋的感觉
    2020-12-13 01:36

    Android 2.3 now supports native access to audio APIs (via OpenSL) for low latency applications.

    However, not all hardware devices will have the a low latency audio feature profile. Thus applications requiring low latency audio shouuld filter devices not supporting it in the Android market by specifying the following in the manifest:

    
    

提交回复
热议问题