Android :: Patching Synthesized Voice In Ongoing Call
Aug 26, 2009
I am looking at a usecase related to sharing of a phone number of a contact during a call. What I expect to happen is that the phone number is converted to synthesized voice and is spoken into the ongoing call. Is it possible to patch the synthesized voice in an ongoing call?
View 2 Replies
Sep 30, 2010
I am working on one android application... I want to send DTMF tone on ongoing call....after googling i saw in some post that right now its not possible... is android build any api for froyo? Normally using "," I can send DTMF but after call establish how to do? How by default Dialer is able to send DTMF on ongoing call...HTC also build there own Dialer..Then How they are doing?
View 2 Replies
View Related
Oct 10, 2010
Is it possible to modify an active call by overlaying a sound track during the call? I looked up the SDK, but couldn't find any api to do this in the documentation. I am trying to investigate the feasibility of playing a previously recorded call/audio clip onto an ongoing call.
View 1 Replies
View Related
Jun 15, 2009
I found if change screen orientation continouously when a call is ongoing, that is, portrait -> landscape -> portrait- >landscape.
View 3 Replies
View Related
Feb 11, 2010
I use Google Voice (love it) primarily because of it's visual voicemail on my Droid. I do have a Google Voice number, and I'm trying to decide whether to set the Droid app to "make calls using Google Voice" or not.
I have no problem with giving out a different number, and my placed calls seeing the GV number in caller ID.
My question is, does this affect how the call is actually connected, from a quality standpoint? I tired a call both ways, and the sound quality seemed a little bit different. But then, I am an obsessive compulsive weirdo.
Is there any difference in call quality or routing between making a native Verizon call and a Google Voice call on Droid? (Like, does Google voice actual use 3G to connect to Google server over the internetz, then place the phone call?)
View 3 Replies
View Related
Dec 1, 2013
dialer in kitkat is always in landscape mode when call is ongoing....how can we set it in portrait mode
View 1 Replies
View Related
Oct 26, 2010
If I publish an update to my app on the Android Market, will the app only "patch" (or only update changes to current application) or will it just replace the old application with the updated one?The reason is because for my app I need the user to retain some information (such as a database) on their phone that is gathered from the user on the app's first setup and not have to ask the user to repopulate this data on every update.
View 3 Replies
View Related
Oct 9, 2010
I wrote an iPhone app some time ago that creates sound programatically. It uses an AudioQueue to generate sound. With the AudioQueue, I can register for a callback whenever the system needs sound, and respond by filling a buffer with raw audio data. The buffers are small, so the sound can respond to user inputs with reasonably low latency.
I'd like to do a similar app on Android, but I'm not sure how. The MediaPlayer and SoundPool classes seems to be for playing canned media from files, which is not what I need. The JetPlayer appears to be some sort of MIDI playback engine. Is there an equivalent to AudioQueue in the Android Java API? Do I have to use native code to accomplish what I want?
View 1 Replies
View Related
May 27, 2010
Compared to say Verizon's voice mail is there any lag between the call and voice mail notification when using Google Voice?
View 1 Replies
View Related
Jul 8, 2010
I'm looking for an app. that will allow me to record calls(my voice only) or take voice notes during a call. I've tried a few but it seems neither of them works on android 2.2.
View 2 Replies
View Related
Jul 28, 2010
I've been using Nimbuzz and fring to make a voice call but fring does not support skype anymore and Nimbuzz somehow mutes itself. I wonder what other BH2 users use to make a voice or video call. If would be really helpful if someone can let me know. I'm in a long-distance(9000km) relationship.
View 3 Replies
View Related
Dec 7, 2009
Am trying to recognize the voice when am in a call by running the service in background. Is it possible to achieve ? If you have any idea on this please provide me ASAP.
View 2 Replies
View Related
Nov 15, 2010
I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/audio data during GSM call? Is it possible or not? Should I use Android NDK or something else?
View 3 Replies
View Related
May 17, 2010
I use google voice to send all my calls on my cliq xt but I was wondering if there is a way to have people call my google voice number and not have it count towards my minutes. Also is there a way to have the sms be integrated with the built in android sms app or have the voice app constantly be open?
View 7 Replies
View Related
Jul 2, 2009
Are there APIs for grabbing the voice (in both directions) during a call? I'm interested in whether it can be intercepted before it's sent out (outgoing) and before it's played by the speaker (incoming).
View 1 Replies
View Related
Aug 19, 2009
I would like to automatically redirect some incoming call to voice mail. i use a "Broadcast Receiver" to cach call, it works nicely , but how to redirect to voice mail ? is it possible.
View 2 Replies
View Related
Nov 8, 2010
I am looking for a app for my Samsung Galaxy 5 , which i bought in india two days ago. When given voice instructions,it should place a call, compose an sms , etc. I downloaded an app Vling from market, but it works only when connected to internet. Please suggest me any free app available for this purpose Or , is this feature already available in the phone, please guide me.
View 4 Replies
View Related
Nov 17, 2010
it possible to use the text-to-speech engine to send a message through a voice call? Like an answering machine. It's also possible to monitor an outgoing voice call to read out loud a text when the other point answers the phone?
View 2 Replies
View Related
Mar 30, 2009
Does G1 can support the following feature: When in "In Call" state, user can play a mp3 file instead of the voice from microphone, and the one in the other side can hear the mp3. Can I modify the kernel part or framework part to support that with G1?
View 2 Replies
View Related
Apr 12, 2010
So im just getting started with android development and i found my first head scratcher. I have an app that when opened makes a on going event notification. Then if i hit the home button the app falls from view and when i attempt to bring it back via clicking on the ongoing event notification its like opening a whole new app, then when i hit the back button the ongoing even goes away and it returns me to the original app window. How do i get the notification to take me to the original rather then opening a new instance.
View 2 Replies
View Related
Jan 21, 2010
I've been searching around the net and browsingthe APIs to find a way to forward an incoming phone call to voice mail, but with no success so far.I know it can be done since some apps do it already. I also know that blocking an incoming phone call is not possible yet and is an issue Google devs are working on.In the app i'm coding, I easily manage to detect an incoming phone call by listening to the phone state. But I cant make the phone NOT ring and NOT show the incoming phone call screen.I' ve tried to cut off the network via a ServiceState object, but that doesn't seem to work.
View 6 Replies
View Related
Apr 20, 2010
I want to play an audio file on a voice call as following:
The application initiates a call from device X to device Y
When Y replies application on device X should inject an audio file in the stream of the call so device Y hears this audio file.
View 2 Replies
View Related
Aug 17, 2010
I am trying to create a notification that will appear in the "ongoing" area of the notification bar (like WeatherBug).
Here is the code that I am using:
PendingIntent intent = PendingIntent.getActivity(lastContext, 0, notifyIntent, PendingIntent.FLAG_UPDATE_CURRENT | Notification.FLAG_ONGOING_EVENT | Notification.FLAG_NO_CLEAR)
From what I understand, FLAG_NO_CLEAR, should also prevent the notification from being cleared by pressing the Clear button, this is also not working.
View 1 Replies
View Related
Jul 20, 2010
I need to encrypt the outgoing voice stream and decrypt the incoming phone voice stream in real time. Please guide me if this project is possible with the android sdk
View 2 Replies
View Related
Sep 8, 2009
How does the media player put itself in the "Ongoing" group when playing?
View 3 Replies
View Related
Nov 16, 2010
so i cracked my screen badly on my evo a while back and sprint got me a replacement evo. i picked it up last night and it works great but when i call someone or someone calls me the in call volume is way too loud for the phone EVEN when i lower the volume. it sounds so distorted and very hard to understand.
View 1 Replies
View Related
Oct 6, 2010
This seems to happen mostly when I'm talking to one person, but every now and then I'll hear static on the line when I start to talk. Sometimes when I sniff it happens, or if we talk over each other. It doesn't happen on other calls, so is it the other phone perhaps?
View 22 Replies
View Related
May 10, 2010
I just checked my battery and my awake time is 1:00 hr while my voice calls under battery usage show 1h 41 min.I am just asking to better understand the Android OS the time for my voice calls seems to be on par but how does it show that the phone was only awake for 1 hr?Should the awake time not be the same or greater depends on what I did while the phone is not "sleeping"? I am just a little confused by this...could someone pls explain?
View 4 Replies
View Related
Aug 24, 2010
Just got my desire yesterday and i'm wondering how to use google voice call? cus there's nothing in the manual i held the search button and said "call home" but it brings up the browser can someone give me a step by step guide on how to use this feature this is my first smartphone so go easy.
View 6 Replies
View Related
Sep 5, 2010
The phone sounds an incoming call with the female voice identifying the name and number of the caller. Usually, I can't hear it--it's too soft. I've found and played with all the settings I'm aware (still learning more).
View 1 Replies
View Related