Top "Audiotrack" questions

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

How to tell when AudioTrack object has finished playing?

I'm trying to play a PCM file in Android using the AudioTrack class. I can get the file to play …

java android audiotrack
Android audio programming nightmare - soundpool, audiotrack arrghh?

I've built a simple music sequencer Android app that plays multiple audio files. Originally I was using SoundPool to play …

java android audio soundpool audiotrack
AudioTrack - how to know when a sound begins/ends?

I am using Audio track to play a different sounds, in stream mode. I would like to know if there …

android marker audiotrack
Android - Mixing multiple static waveforms into a single AudioTrack

I am making a class that takes an array of frequencies values (i.e. 440Hz, 880Hz, 1760Hz) and plays how …

android audio audiotrack
AudioTrack Android playing sounds from raw folder

Is it possible to play wav files with AudioTrack from the resources folder raw? It tried many ways to reference …

android inputstream audiotrack