Top "Opensl" questions

OpenSL ES™ is a royalty-free, cross-platform, hardware-accelerated audio API tuned for embedded systems.

What should be reasons to use OpenSL ES instead of AudioTrack in Android?

Currently I'm using AudioTrack passing to it audio data from native layer to play. It seems I can use OpenSL …

android android-ndk audiotrack opensl
Low-latency audio playback on Android

I'm currently attempting to minimize audio latency for a simple application: I have a video on a PC, and I'm …

android audio opensl
Tutorials for OpenSL ES for Android

I've been trying to look into using the OpenSL ES library that is available for doing native audio with android 2.3, …

android audio alsa opensl
Redirecting audio / creating alternate sound paths in Android

Does anyone have experience (using OpenSL ES, ALSA, etc.) with redirecting audio or creating new sound paths in Android? The …

android audio alsa opensl
AAudio or OpenSL

I'm starting to implement my gaming audio part in C++, and I've seen there're 2 audio frameworks available AAudio (https://developer.…

android c++ audio opensl
Native audio recording in Android using OpenSL ES

I'm trying to use OpenSL ES for Android in my project in order to provide a low-latency and I found …

android android-ndk opensl
Controlling the volume of forced-to-speaker audio

I'm playing an audio clip using OpenSL ES. In my code I have audioManager.setMode(AudioManager.MODE_IN_CALL); audioManager.…

android android-audiomanager speaker opensl