Android : Playing A Mp3 File Instead Of Voice Call

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?

Android : Playing a mp3 file instead of voice call


Android :: Playing Audio File On Voice Call

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

Android :: Playing Audio File During Call

Jan 30, 2009

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.

View 5 Replies View Related

General :: Samsung S3 - Playing Audio File During Call?

Jan 28, 2014

I want to play an audio file so that the person i am calling can hear it.Not through the speaker though because it will decrease the sound quality.

I tried to open the audio file while calling (with default sound player and google music) but although it openes the app it says "unable to play during call".I also tried in handsfree mode but didnt worked.

I use sg s3 mini with android 4.1.2.

View 1 Replies View Related

General :: Play Audio File On Voice Call

Dec 17, 2011

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

Is possible to inject an audio file in the stream of the call/the output of microphone?

View 2 Replies View Related

Android :: Google Voice Call Quality -- How A Call Routed If Have GV Make The Call

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

Android :: Playing Audio During Call So Other Person On Call Can Hear It

May 25, 2010

I want to build an application which will play an audio file when call is connected so that other person on the call can hear this audio file.

View 4 Replies View Related

Android :: Any Lag Between Call And Voice Mail Notification When Using Google Voice?

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

Android : App To Record Calls (my Voice Only) / Take Voice Notes During Call?

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

Samsung Behold 2 :: Make Voice Call Or Video Call

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

Android :: Playing Audio From Resource During Call

Jul 1, 2009

My application is making call from application. Now I want to play some audio on speaker when the caller will receive call. So can some one tell me will i have to play audio in new thread or I will have to do some change? Can someone give me any code snippet?

View 3 Replies View Related

HTC Hero : Playing Music With Voice Commands

Apr 29, 2010

Either through an application or on the default music player?

View 5 Replies View Related

Android : Playing Video File

Apr 1, 2009

I have problem in playing video file. Video file is playing nice but i want to play video file in the whole emulator (size).Right now video file is playing but in small size.

View 3 Replies View Related

Android :: Playing Recorded Message On Outgoing Call?

Nov 18, 2010

Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play immediately a recorded message.

View 3 Replies View Related

Android :: Playing Audio Over An Active Phone Call

Aug 7, 2009

Is it possible to play audio over an active phone call, so the other end can hear it?
For example: A and B are talking on the phone. A presses a button that pulls audio from a resource and plays it over the phone call to B.
If so, what libraries should I look into? If not, is this something that could become accessible on rooted phones? (Of course, only other rooted phones would be able to use the application then...)

View 7 Replies View Related

Android : Playing A Video File From Resource

Aug 20, 2009

From weeeks i m trying to play a video file from raw folder .but no success.

I have used this code:..................

View 4 Replies View Related

Android :: Getting Media Player Error While Playing File / Fix It

Mar 9, 2009

I am also getting the same error while playing the media file

E/MemoryHeapBase(31): mmap(fd=20, size=233472) failed (Invalid argument) E/VideoMIO( 31): Error creating frame buffer heap.

View 2 Replies View Related

Android : Playing Local 3gp Video File Causes PVMFErrNotSupported

Jul 21, 2009

I plan to have a 3gp video file that will come with the installation package, it will be placed in /files/ subdirectory, and I would like to ask the native Android media player to play it when I want that.

Here is what I have planned to do/code:

Intent intent = new Intent(android.content.Intent.ACTION_VIEW);

Uri data = Uri.parse("BattlestarGalactica.3gp"); intent.setDataAndType(data,"video/3gpp"); startActivity(intent);

However, when I try to launch the lines above, I get the following error:

CODE:.............

And the video can not be played.

What am I doing wrong that is not applicable to Android platform?

View 7 Replies View Related

Android : Playing Small Music File When Image Is Touched

Nov 4, 2010

I am New to android, My task is to playing a small audio file when we touch an image?

View 2 Replies View Related

Android : Playing Bigger Size Audio Wav Sound File Produces Crash

Mar 25, 2010

I am trying to play the bigger size audio wav file(which is >20 mb) using the following code(AudioTrack) on my Android 1.6 HTC device which basically has less memory. But i found device crash as soon as it executes reading, writing and play. But the same code works fine and plays the lesser size audio wav files(10kb, 20 kb files etc) very well.

P.S: I should play PCM(.wav) buffer sound, the reason behind why i use AudioTrack here. Though my device has lesser memory, how would i read bigger audio files bytes by bytes and play the sound to avoid crashing due to memory constraints. Code...

Could someone guide me please to play the AudioTrack code for bigger size wav files?

View 1 Replies View Related

General :: Galaxy S4 - Music Keeps Playing When Answer Call?

Nov 19, 2013

I have a Galaxy S4 Google Edition with Stock 4.3, and my husband has a Galaxy Note 3 from T-Mobile, with 4.3 as well. He usually listens to Pandora, however, the music from Pandora doesn't stop playing when he receives a phone call. So he hears the music AND the phone call at same time. He uses the Samsung headphones that came with the phone. I use the Google Music app to listen to my music, and the same thing happens to me. I get a phone call, and the music keeps playing. Our friend, has a Galaxy S3 from T-Mobile with Android 4.1 (I believe, could be 4.2) and he says his music stops when he gets a phone call.

Is this a 4.3 bug? Is there anyway to make it stop playing music automatically when answering a call? If it's a bug, is it fixed in 4.4?

View 1 Replies View Related

HTC Desire : Phone Started Playing An Mp3 File Itself

Oct 19, 2010

My HTC desire started playing an mp3 file last night. It was on a shelf and I was watching tv and the music just came on. Am stumped as to why Any one have any ideas?

View 2 Replies View Related

Media :: Video File Formats And Codecs Playing

Sep 25, 2010

This is 2010. I refuse to believe that you can only play movies/video files that have .avi, .mp4, .mpg, .mkv file formats by converting. I remember Sony was slow on the uptake when they started the media server streaming which I use on a daily basis at home now.Is there a program that will decode the files as you stream them? Any codecs to install on the Droid X? I have thousands of video files and "converting" is time consuming not to mention creating two video files instead of one to play on devices. Converting is BS and whoever thought "Let's just have the users convert the video files" needs to take a long walk off a short pier.

View 5 Replies View Related

Sony Ericsson Xperia X10 : Playing Video File

Oct 22, 2010

I am having issues with playing videos on my X10. I have used Media Go to convert .avi to .mp4 before and they have worked fine but now I can only get 1 file to work out of 10. I have played the converted files in Mediscape and now they dont want to work.

So......

I have tried several different conversion programs (Smart C, Double Twist and some others I cant remember) and I have also tried a couple of different players as well (Rock Player, YxFlash, Real Player) and nothing works.

YxFlash used to let me play .avi and I believe that Rock Player is supposed to be able to support .avi as well. Now, nothing.

I dont mind converting the files, IF THEY WORK.

View 4 Replies View Related

General :: Playing Local Audio File In Webview App

Feb 3, 2012

When trying to play a local mp3 file included in the APK, nothing happens. However, if I pull an mp3 from the web it works.

e.g.

< a u d i o src="[URL]..." > WORKS

< a u d i o src="01.mp3" > DOES NOT WORK

I tried looking through logs for clues and found this line. I'm not sure if it's relevant or not.

PlayerDriver::isProtectedFile(file:///android_asset/www/01.mp3)

I'm new to Android development, so I can only guess that the file is somehow inaccessible for streaming.

I'd love to get this figured out though. Having to pull the files remotely every time is not a desirable solution.

Some additional info. Either solution works when tested in the browser. The local file problem only arises when I convert it to an app. I'm using PhoneGap build to create the APK.

View 3 Replies View Related

Android : How To Recognize Voice When You Are On A Call

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

Android :: How To Intercept Voice Data During Call?

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

Android :: Way To Have Call On Google Voice Number?

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

Android :: Grabbing Voice (in Both Directions) During Call?

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

Android :: Redirect Call To Voice Mail

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







Copyrights 2005-15 www.BigResource.com, All rights reserved