Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-17 Thread Tamil Arasi
Hi, That means The voice message is how to send receive between android devices?i know pls share with me On Tue, Oct 16, 2012 at 3:41 PM, Landry shuai landry@gmail.com wrote: what do you mean send and receive voice call? On 16 October 2012 18:05, Tamil Arasi arasi...@gmail.com wrote:

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread Tamil Arasi
Hi rahul, Thank u for ur code. this code is very useful to me . On Mon, Oct 15, 2012 at 2:54 PM, rahul B tech.rah...@gmail.com wrote: Here I am posting some sample which works fine with me.. package com.audiotrack; import java.io.File; import java.io.FileInputStream; import

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread rahul B
Hi, My pleasure.. On Tue, Oct 16, 2012 at 3:09 PM, Tamil Arasi arasi...@gmail.com wrote: Hi rahul, Thank u for ur code. this code is very useful to me . On Mon, Oct 15, 2012 at 2:54 PM, rahul B tech.rah...@gmail.com wrote: Here I am posting some sample which works fine with me..

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread Tamil Arasi
Hi, R u know about how to send and receive the voice call in between android mobile?. if u know about that please help me On Tue, Oct 16, 2012 at 3:21 PM, rahul B tech.rah...@gmail.com wrote: Hi, My pleasure.. On Tue, Oct 16, 2012 at 3:09 PM, Tamil Arasi arasi...@gmail.com wrote: Hi

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread Landry shuai
what do you mean send and receive voice call? On 16 October 2012 18:05, Tamil Arasi arasi...@gmail.com wrote: Hi, R u know about how to send and receive the voice call in between android mobile?. if u know about that please help me On Tue, Oct 16, 2012 at 3:21 PM, rahul B

[android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread Tom
Hi, I am using AudioRecord class for record the audio in sdcard but it has no play.Because in the time of playing it has display sorry the audio cannot be palyed So how to play the video after recording the sdcard. I think i will use AudioTrack.But i don't know clearly about that. if any

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread Asheesh Arya
please refer this link http://www.benmccann.com/dev-blog/android-audio-recording-tutorial/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-15 Thread rahul B
Here I am posting some sample which works fine with me.. package com.audiotrack; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.nio.BufferUnderflowException; import android.app.Activity; import android.media.AudioFormat; import