Problem with SetAudioDeviceMode
| Tue, 2008-04-01 08:51 | |
|
Hi All! I try to answer for telephone call by playing wav-file to phone line on the Nokia 6680. This is my code: void CCallHandler::RunL() void CRecorderAdapter::PlayL() // Set maximum volume for playback // Set the playback position to the start of the file iMdaAudioRecorderUtility->PlayL(); But it doesn't work. I tried to use different params in the method SetAudioDeviceMode but result is the same. Where is a problem? |
|






Forum posts: 61
Can you please clarify what exactly you are trying to achieve and what exactly is the problem, is the code crashing? if yes, then at which line... did you trap the event and get the notification?
As per the SDK docs
ETelephonyNonMixed :
When recording, the audio source is the telephony downlink and is not mixed with the device microphone.
When playing, the audio sample data is played to the telephony uplink and is not mixed with the device speaker.
Now it will depend what exactly you are trying to do.
Forum posts: 4
The code is NOT crashing. I get notification.
My problem is that the audio sample data is NOT played to the telephony uplink