How i can create a thread for recording audio stream?
RThread::Create()? Be sure to set up a cleanup stack and active scheduler for the thread if you're going to use the MMF audio classes from it.
Sorcery
Also u can check this exp
http://wiki.forum.nokia.com/index.php/RThread
Thanks