Hello everyone.
I have big problem with playing audio in S60 5h edition.
I want to develop sound engine what can play very short sounds in specified moment of time (for example, play sounds in game application when some game event occurs). At the beginning I tried to use CMDAAudioOutputStream class but it has huge latency in playing audio, expecially when playing very short sounds. So I decided to use CMMFDevSound class. But it appears that there is no such class in S60 5th ed SDK. I've downloaded from here and install extension S60_5th_Ed_SDK_API_Plug-In_Pack_v1_1. Yes, it has header file and DLL-file for CMMFDevSound class, but it has no LIB-file! How to use this class then? Do I need to load this library dynamically using RLibrary and such? Is there any way to use this class in S60 5th ed SDK?
P.S. I've copied lib-files from uiq 3.3 sdk beta - it works fine in emulator, but when I try to install my application on device - it crashes on start with "System error" message.
Please help!

Reply With Quote


