[android-developers] Re: Audio record and ply the recorded audio..

2009-06-03 Thread intbt
This may help as well http://www.benmccann.com/dev-blog/android-audio-recording-tutorial/ I am having difficulties in using audio record - trying to save the codec byte output in an array/buffer. Any help? On Jun 3, 4:26 am, guna wrote: > http://android.git.kernel.org/?p=platform/packages/ap

[android-developers] Re: Audio record and ply the recorded audio..

2009-06-03 Thread guna
http://android.git.kernel.org/?p=platform/packages/apps/SoundRecorder.git;a=tree;h=refs/heads/master;hb=master Check this link.. On Wed, Jun 3, 2009 at 4:48 PM, vineeth Desai wrote: > Hi > > I have tried with AudioRecord API's also. > > Warm regards, > Vineeth > > On Tue, Jun 2, 2009 at 9:22 PM,

[android-developers] Re: Audio record and ply the recorded audio..

2009-06-03 Thread vineeth Desai
Hi I have tried with AudioRecord API's also. Warm regards, Vineeth On Tue, Jun 2, 2009 at 9:22 PM, Keith Wiley wrote: > > Don't forget to look at AudioRecord too. It's another interface for > accessing audio. > > On Jun 2, 4:25 am, vineeth Desai wrote: > > Hi All, > > Could you please let m

[android-developers] Re: Audio record and ply the recorded audio..

2009-06-02 Thread Keith Wiley
Don't forget to look at AudioRecord too. It's another interface for accessing audio. On Jun 2, 4:25 am, vineeth Desai wrote: > Hi All, >  Could you please let me know how to do the audio record in android emulator > and play the same recorded audio. Could you please help me in proceeding in > d