I'm going to write a function to play a mp3 file
from an URL
on Windows Mobile 6.0
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 it true that we can't get an audio Url Stream
in Windows Mobile 6.0? Is there any way or any dll else to help me?