Hi,
I'm a newbie Symbian developer.
I was wondering, is it possible to write a program that records a call?
or even record only the caller's voice?
Thanks.
Hi,
I'm a newbie Symbian developer.
I was wondering, is it possible to write a program that records a call?
or even record only the caller's voice?
Thanks.
it is possible to record a call, muting the mic works with some platforms and does nt reall works with all, also the method for muting depends on the platform. So you could maybe do a bit of searching on the older threads to see what kind of problems people have had earlier.
one such link:
http://wiki.forum.nokia.com/index.ph...Call_Recording
it is very easy to google: "forum Nokia call record" or "NewLC call record" or "symbian call record code" so on...
Amit Kankani
Nokia Developer Champion
Hi,
Thanks for your help.
Is it possible to access the recorded data while recording?
Can I process the sound samples while others are being recorded?
Thanks.
You could try stream recording, I can not remember any problems with it, though could be that I'm remembering something badly.
Anyway, you could do the recording and processing in ssame thread by using Active objects most likely..