How to stop audio streaming on an incoming call?
| Thu, 2005-06-02 06:51 | |
|
Hi!
In my application I am playing some audio through audio streaming. While the audio is playing and I receive a call, the audio streaming does not stops immediately. It shows the Incoming call notification dialog but does not start ringing. It first completes the audio streaming and then starts the phone ringer. I want my application to stop audio streaming as soon as it gets an incoming call notification. How can I achieve this??? Any idea, comment or suggestion would be extremely helpful. Thanks & regards, Lalit |
|






Forum posts: 6
You get a FocusLost event in your Active Object on an incomming call. Maybe you can stop playing then.
Chris
Forum posts: 83
Forum posts: 44
Does anyone know can CMdaAudioInputStream be used to record audio while there's an active call?
Coz I've tried this and it gave error -13
I want to use this to detect dtmf, that's why I may not use CMdaAudioRecorderUtility because it will be not real time
And, if CMdaAudioInputStream can't be used during a call, then do you know the solution? Mine is :
using CMdaAudioRecorderUtility, record per 1 second and analyze the data until it found a DTMF, but I think the reaction will be quite slow
Or, is anyone know how to detect dtmf in a call?
thanx in advanced