Categories: Symbian C++ | Symbian OS | S60 | Multimedia | Audio | VoIP
This page was last modified 05:57, 11 July 2007.
Full Duplex Audio
From Forum Nokia Wiki
Contents |
Full Duplex Audio
Full Duplex is data transfer in both directions.
Full Duplex Audio is something which can record as well as play simultaneously. Basically, here, a FullDuplex Audio application should be able to use the device both for recording as well as playing the data, which obviously means that we need support from audio hardware.So, your application should deal with the APIs provided to the sound device to acheive the full duplex audio functionality which is heart of any VoIP application.
And again while talking about VoIP, we have to think about Real Time Kernel,which Symbian OS provides.
APIs Used
Some of the APIs that can be used to acheive this are CMMFDevSound, which is an interface to the raw audio functions on the device hardware and MDevSoundObserver, which is an interface to a set of DevSound callback functions..
APS
And one of the important and related topic in this regard is Audio Proxy Server.
Capabilities
For a standalone VoIP application for S60 3rd edition devices, the application needs two important capabilities which needs manufacturer approval
- MultimediaDD
- This is for Audio Proxy Server
- Network Control
- For setting the WLAN Connection as VOICE.(RSocket)
Links
--
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem signing the full duplex example with private key and self signed certificate | totoroasis | Symbian Signing, Certification and Security | 6 | 2007-07-04 10:50 |
| G729 problem | noam segal | VoIP | 7 | 2008-09-25 14:03 |
| For DTMF reception full duplex modem needed?? | conian | General Symbian C++ | 3 | 2008-08-08 07:32 |
| Help! Some question about using CMMFDevSound to playback audio in S60 3rd. | pelepeng | Symbian Media (Graphics & Sounds) | 2 | 2006-08-14 11:13 |
| Nokia firmware versions vs. Symbian API (case Truphone) | knorring | General Symbian C++ | 2 | 2007-05-08 23:35 |
