[android-developers] Re: Android Audio Live streaming

2013-05-07 Thread Piren
http://developer.android.com/guide/topics/connectivity/sip.html On Tuesday, May 7, 2013 11:56:55 AM UTC+3, Deepa M wrote: Dear All Developers, I am looking for some android code which can let me stream a audio in live between two android mobiles. Please help.. -- Thanks Regards

[android-developers] Re: Android Audio framework

2011-12-01 Thread Sourav Howlader
Check the below links: http://developer.android.com/reference/android/media/MediaPlayer.html http://developer.android.com/guide/topics/media/mediaplayer.html I think these will help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Android audio control

2011-09-13 Thread Doug
What do you mean by manually control? Doug On Sep 10, 1:51 pm, 3ast jared.e...@gmail.com wrote: I am a beginner programmer in Android and I would like to create an app that will act as an audio control. The main goal is to be able to manually control the output of audio to the headset, or

[android-developers] Re: android audio

2009-05-13 Thread PI9
Thanks for answering but i don't understand call that with your audio data... That's just what I'd like to do but i don't know how. The function u8*dsp_dtmf_goertzel_decode(struct dsp *dsp, u8 *data, int len, int fmt) receives struct dsp and u8 *data but how can i transform my amr file into

[android-developers] Re: android audio

2009-05-13 Thread PI9
Sorry I was talking about JNI Java Native Interface (instead of GNI ...) On 13 mai, 11:39, PI9 ch.castel...@gmail.com wrote: Thanks for answering but i don't understand call that with your audio data... That's just what I'd like to do but i don't know how. The function      

[android-developers] Re: android audio

2009-05-05 Thread Yusuf T. Mobile
As you are probably aware, this is not part of the public SDK API, so it's not supported for app developers, it may break with future versions, etc. That being said, dsp_dtmf.c has a function with a decent amount of (entertainingly spelled) comments called dsp_dtmf_goertzel_decode. Call that

[android-developers] Re: android audio

2009-01-31 Thread Dave Sparks
In SDK 1.0, you can only record to a file using the AMR-NB codec, which is bandwidth limited to 4KHz, and the encoding process itself is pretty lossy. If you want to experiment with this on a G1, go to Messaging, create a new message, click menu and select Attach, and select Record Audio. This