Top "Audiotrack" questions

AudioTrack class in standard Android API for playing back raw Audio.

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
AUDIO_OUTPUT_FLAG_FAST denied by client

I'm getting this AudioTrack warning AUDIO_OUTPUT_FLAG_FAST denied by client in my Android app for a button I'm …

android audiotrack
PCM Raw Bytes [] To Audio on Android

I currently have a PCM audio in the form of a byte array. The format is signed 16 bit little endian. …

android audio bytearray pcm audiotrack
Calculate FFT from audio file

Before, I asked question about Get frequency wav audio using FFT and Complex class , There, I need to calculate FFT …

java audio fft audiotrack
Playing sound over speakers while playing music through headphones

I have an AudioTrack streaming via headphones. I have to send a SoundPool to built-in speakers only, without interrupting the …

android soundpool android-audiomanager audiotrack
AudioTrack, SoundPool or MediaPlayer Which Should I use?

I need to play multiple audio files, with different duration, like 5 to 30 seconds. And i want to set volume independently …

android audio media-player audiotrack
Using a buffer with Android AudioTrack

I'm trying to figure how I would use a buffer with AudioTrack to effectively stream music. I know you can …

android audiotrack
How to change audio tempo and pitch individuality using ffmpeg?

I have managed to play audio files using ffmpeg and AudioTrack class in my android project. I can change the …

android audio android-ndk ffmpeg audiotrack
How to addTrack in MediaStream in WebRTC

I'm using webrtc to communicate between to peers. I wan't to add new track to old generated stream, as I …

webrtc microphone audiotrack mediastream
How to convert .pcm file to .wav or .mp3?

I am currently developing an Android Application that has audio recording and playing. I am new to dealing with audio …

android pcm audiotrack