博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenSL ES
阅读量:6540 次
发布时间:2019-06-24

本文共 968 字,大约阅读时间需要 3 分钟。

OpenSL ES

The NDK package includes an Android-specific implementation of the  API specification from the . This library allows you to use C or C++ to implement high-performance, low-latency audio, whether you are writing a synthesizer, digital audio workstation, karaoke, game, or other real-time app.

The OpenSL ES™ standard exposes audio features similar to those in the  and  APIs in the Android Java framework. OpenSL ES provides a C language interface as well as C++ bindings, allowing you to call the API from code written in either language.

The OpenSL ES APIs are available to help you develop and improve your app's audio performance.

This section begins by explaining . Next, it explains what you need to know about the Android implementation of OpenSL ES, focusing first on the  and then  for Android compatibility. This section concludes with some supplemental  to ensure proper implementation of OpenSL ES.

转载于:https://www.cnblogs.com/yangjies145/p/7135421.html

你可能感兴趣的文章
MyPython-->进阶篇-->测试代码
查看>>
Docker容器安装
查看>>
attr和prop的区别 chosen插件
查看>>
Linux入门学习教程:虚拟机体验之KVM篇
查看>>
天池大数据周冠军分享|附移动推荐算法赛答辩会Top5选手PPT
查看>>
HDU 2870 Largest Submatrix
查看>>
HTML5 图片缩放功能
查看>>
VirtualBox 4.2 released !
查看>>
Windows线程同步API
查看>>
内存调试技巧
查看>>
工作日志-2014年11月
查看>>
计算机网络起源 网络发展简介(一)
查看>>
java重载和重写的区别
查看>>
Python数据类型
查看>>
Android--带你一点点封装项目 MVP+BaseActivity+Retrofit+Dagger+RxJava(二)
查看>>
jquery的Ajax
查看>>
[Re]An Intentional Life
查看>>
Codeforces Round #422 (Div. 2)
查看>>
POJ 1101 译文
查看>>
制作Linux内核
查看>>