// Set maximum volume for playback iMdaAudioRecorderUtility->SetVolume( iMdaAudioRecorderUtility->MaxVolume() ); // Set the playback position to the start of the file iMdaAudioRecorderUtility->SetPosition( TTimeIntervalMicroSeconds( 0 ) );
iMdaAudioRecorderUtility->PlayL();
The problem is, it plays audio both on telephony uplink as well as local speaker. I want it to play only on telephony uplink. Though I set the device mode to ETelephonyNonMixed. I dont know why its not working. Do someone have some clue regarding this. Or is there any alternative.....
Thanks in advance... Regards
Dushyant Gaur Software Specialist, Kodiak Networks, No 401 Prestige Sigma, 4th Floor 3 Vittal Mallya Road Bangalore - 560 001 India
It seems that SetAudioDeviceMode is completely ignored (at least on a 6600 and a 6630). Quite annoying.
I was trying to record a call without the microphone being mixed in a while ago. As a workaround, I muted the phone by sending key events (a trick which I found on this forum if I remember correctly).
Maybe you can set the speaker's volume to zero using the same trick somehow?
Hi I am trying to play sound to telephony uplink. You are right the SetAudioDeviceMode is completely ignored on Nokia 6600.
My problem is that my application is playing sound to telephony uplink but on Nokia 6630 it not playing to telephony uplink. Help me out in this issue its very urgent for me.
Most Interesting thing is that Call cheater application is successfully playing amr file to telephone uplink on Nokia 6630 (not on 6620).So it looks that there is definitely some way to achieve this. (Worst thing may be that call cheater is able to do that with help of Nokia.bcz i had heard on this forum that 6630 can be made full duplex after a propriatery request to nokia .so it could be a reason to have access some private api). Is there anyone who knows about it and want to share?
hi every one iam trying to do this omn Series80( 9300) recording word well but playing audio file on uplink channel doesnot work is any one test this for 9300 if any one have a solution please forward to me thanks
Forum posts: 4
It seems that SetAudioDeviceMode is completely ignored (at least on a 6600 and a 6630). Quite annoying.
I was trying to record a call without the microphone being mixed in a while ago. As a workaround, I muted the phone by sending key events (a trick which I found on this forum if I remember correctly).
Maybe you can set the speaker's volume to zero using the same trick somehow?
Forum posts: 8
My problem is that my application is playing sound to telephony uplink but on Nokia 6630 it not playing to telephony uplink.
Help me out in this issue its very urgent for me.
Parvinder Jeet Singh
Forum posts: 174
http://ptrmobile.blogspot.com/
Forum posts: 7
Has anyone idea how they can do this?
Forum posts: 98
(Worst thing may be that call cheater is able to do that with help of Nokia.bcz i had heard on this forum that 6630 can be made full duplex after a propriatery request to nokia .so it could be a reason to have access some private api).
Is there anyone who knows about it and want to share?
Forum posts: 42
Version of callcheater is support for 6600
that mean in symbian 8.0 do not want to use a new library or may be use a specified lib.
for more callcheater program can converse down sampling rate of file clip too
i try to use other class ( CMdaAudioOutputStream , CMdaAudioPlayerUtility , CMdaAudioRecorderUtility ) but it can not play sound to uplink.
So, is anyone try another way.
Forum posts: 76
Same Story for me. Audio playing on both the ends. Some forums suggest that the API
iMdaAudioRecorderUtility->SetAudioDeviceMode( CMdaAudioRecorderUtility::ETelephonyNonMixed);
is broken and will not work. Lets wait for confirmation from the Nokia Guys regarding this issue.
All the Best.
..
KiraN Puranik
Forum posts: 19
is any one test this for 9300
if any one have a solution please forward to me
thanks
Forum posts: 3
Can you play mp3 to the uplink?
I test on 3230, wav works well but mp3 not.
Could you please give me a hint?
Thank you.
Forum posts: 2
I have found the following lines on a forum..
iSound = CMdaAudioRecorderUtility::NewL(*this, NULL, 80, (TMdaPriorityPreference)0x00060001);
iSound->SetAudioDeviceMode(CMdaAudioRecorderUtility::ETelephonyNonMixed);
this solved my problem on playing audio to telephony uplink on my nokia 6630
Bye
Alex