Play audio url on windows mobile

Posted by Thyphuong on Stack Overflow See other posts from Stack Overflow or by Thyphuong
Published on 2010-04-28T07:45:46Z Indexed on 2010/04/28 8:33 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

I'm going to write a function to play a mp3 file from an URL on Windows Mobile without downloading all the stream to mobile. I read some documentation and faced some problem that.

Using NAudio.dll : The dll is not compatible for Windows Mobile

Using DirectShowLib.dll : have not found way to get from audio stream.

Is there any way or any dll else to help me?

© Stack Overflow or respective owner

Related posts about windows-mobile

Related posts about c#