Discussion Board
How to play the incomming audio data:
2004-03-23, 10:41
#1
Registered User
Hi All,
I want to play the audio file which I am recieving over network. Is it possible to play with out storing in to file.
If possible please let me know.
Thanks,
Seshu
Nokia Developer Expert
check the OpenDesL() function of your audio class. it takes descriptor containing audio file as an argument.
yucca
Registered User
Hi yucca,
My problem is like I want recieve the data and at the same time I want to play from the buffer.
Means I want fill the buffer and at same time I want to play the content in the buffer.
Can you please let me know if it is possible. Is there any method for playing audio content which coming through network.
Thanks,
Seshu.
Super Contributor
you should take a look at these "audio" articles at http://www.newlc.com/rubrique.php3?id_rubrique=19
Maybe you get some ideas how to do it...
Registered User
Hi seshukc,
I have similar problem.
I think it 's needed to make 2 threads (Active Object?) - one for writing and one for reading from the descriptor. And get them access to this descriptor by reference. But I don't know if it is good idea. I will check it.
Did You find any other solution?
randal
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules