Top "Audiotrack" questions

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

AudioTrack restarting even after it is stopped

I created a simple application that generates a square wave of given frequency and plays it using AudioTrack in STREAM …

android streaming audiotrack
Sample code for Android AudioTrack Mixing

I have two PCM sound file in resource folder. I used inputstream and converted them into bytearray. Then I processed …

android audiotrack
Android : How to change Playback Rate of music using OpenSL ES

I am working on a music player in which I need to change tempo (playback speed of music) without changing …

android audio multimedia soundpool audiotrack
Play Audio (mp3, ogg) from sd card with AudioTrack

I want to play audio file from SD card with AudioTrack. I've tried with this code: int minBufferSize = AudioTrack.getMinBufferSize(8000, …

android audiotrack
AudioTrack: play() called on uninitialized AudioTrack

I'm experimenting with AudioTrack class. Basically, my app has to generate a sound when the user touches a specific object …

android illegalstateexception audiotrack
Use AudioTrack with AudioManager setSpeakerphoneOn

I am using AudioTrack to play the sound I recieve through UDP sockets. I am getting a lot of noise …

android audiotrack android-audiomanager
How to play left and right channel separately with AudioTrack?

First, I need to generate 2 sine wave tones on the fly which are of same frequency, but opposite phases and …

android audio audiotrack
uninitialized AudioTrack exception when I try to generate tone on 22nd time

I have a requirement that I need to display a dial pad like screen and I have to generate 1khz …

android audiotrack
Audio streaming via TCP socket on Android

I am streaming mic input from a C Server via socket. I know the stream works because it does with …

java android sockets audio-streaming audiotrack
AudioRecord not enough memory for AudioTrack

I am trying to build an Android application that records X number of seconds and saves the file in .wav …

android audio wav audiorecord audiotrack