Re: [android-developers] Re: Playing an audio file during a call
this is not possible during call!! Android platform doesn't provide this facility -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
Re: [android-developers] Re: Playing an audio file during a call
http://androidforums.com/t-mobile-g1/3228-possible-record-your-phone-conversations.html -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Playing an audio file during a call
Hi I am also searching for this type of functionality .. I have tried by Speaker on and playing a song but the other side caller is unable to lie-sen that song . He can able liesen my voice but he is anable to liesen the song. i dont know whats happening can any one please help me it is very urgent for my project. On Friday, February 4, 2011 10:40:17 AM UTC+5:30, Nagesh wrote: > > Hello Experts, > > I am new to android development, i am developing one application which > needs to play an audio song to callee when call is lifted by callee, > and automatically call has to be disconnected automatically when audio > song playing completed . i tried to find in android API for any > classes or methods to do this, but failed to find... please help me > how to do this.. > your answer could be helpful to me...please do reply > >Thank you in advance.. -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Playing an audio file during a call
Hi Nagesh, I am also interested in this topic. This is a step in IVR applications and you may look for IVR application development support in android. Please , could you inform me whenever , you would find a way in android? I would be so gratefull. Thanks. Mofajjal On Feb 4, 11:10 am, Nagesh wrote: > Hello Experts, > > I am new to android development, i am developing one application which > needs to play an audio song to callee when call is lifted by callee, > and automatically call has to be disconnected automatically when audio > song playing completed . i tried to find in android API for any > classes or methods to do this, but failed to find... please help me > how to do this.. > your answer could be helpful to me...please do reply > > Thank you in advance.. -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
Re: [android-developers] Re: Playing an audio file during a call
I can tell you that GPS continues to talk while on a call.. but what the caller on the other end hears is the speaker phone output of the gps talking going into the mic, not a direct audio feed. I suppose if there is a way to make sure the speaker phone is turned on in your app and you can turn up the volume all via code, that may work. On Thu, Feb 10, 2011 at 1:35 AM, Gazy wrote: > Hi guys, > > Are you sure this isnt possible? How do the sound board applications > work so well if this isnt possible? > > Gareth > > On Feb 4, 5:14 am, Mark Murphy wrote: > > On Fri, Feb 4, 2011 at 12:10 AM, Nagesh wrote: > > > I am new to android development, i am developing one application which > > > needs to play an audio song to callee when call is lifted by callee, > > > and automatically call has to be disconnected automatically when audio > > > song playing completed . i tried to find in android API for any > > > classes or methods to do this, but failed to find... please help me > > > how to do this.. > > > your answer could be helpful to me...please do reply > > > > This is not possible, as you do not have access to the in-call audio in > Android. > > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com| > http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > > > Android Training in Atlanta:http://bignerdranch.com/classes/android > > -- > 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 group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Playing an audio file during a call
Hi guys, Are you sure this isnt possible? How do the sound board applications work so well if this isnt possible? Gareth On Feb 4, 5:14 am, Mark Murphy wrote: > On Fri, Feb 4, 2011 at 12:10 AM, Nagesh wrote: > > I am new to android development, i am developing one application which > > needs to play an audio song to callee when call is lifted by callee, > > and automatically call has to be disconnected automatically when audio > > song playing completed . i tried to find in android API for any > > classes or methods to do this, but failed to find... please help me > > how to do this.. > > your answer could be helpful to me...please do reply > > This is not possible, as you do not have access to the in-call audio in > Android. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training in Atlanta:http://bignerdranch.com/classes/android -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Playing an audio file during a call
No, this is not supported. It requires access to in-call audio which is currently not available to the apps processor. On Feb 4, 3:36 am, Mak wrote: > I want to accept incoming calls and play an audio file for the caller. > Is there a possibility of playing an audio file during a phonecall, > so that the caller hears a wav- file? > It seems to me that nothing is possible during a phone call since > release 1.0. > Hope this is getting better in the next release. > Has anybody information about the next release? --~--~-~--~~~---~--~~ 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 group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---