How to play and record audio in windows mobile aplication..
Posted: 12/28/2009 11:29 EST
Hi, I am new in window mobile development. I have not found, how to play and record audio. which api is available. please guide me step by step. Thanks.
Hi,
I am new in window mobile development. I have not found, how to play and record audio. which api is available. please guide me step by step.
Thanks.
How to play and record audio in windows mobile aplication..
Posted: 12/29/2009 10:33 EST
If you are developing in C#, you can play audio by interop WMPLib in net framework.
It only took minutes for me to add audio playing feature to my first mobile software Rosseta Repeater v2.0 which is a windows mobile media player with A-B repeat function.
To get more detailed info, you can google with keywords "interop"+"C#"+"WMPLib"+"play"+"audio".
Hope this will help.
If you are developing in C#, you can play audio by interop WMPLib in net framework.
It only took minutes for me to add audio playing feature to my first mobile software Rosseta Repeater v2.0 which is a windows mobile media player with A-B repeat function.
To get more detailed info, you can google with keywords "interop"+"C#"+"WMPLib"+"play"+"audio".
Hope this will help.