I am trying to develop a specialized audio player for Windows mobile devices (Professional). And I ran into a problem once.
No compressed audio API on WM or I could not find the house in the documentation. Yes, there is a WM6 Sound API, but it canβt even pause playback or go to the specified position. There is Windows Media Player around the world, but I have not found its API documentation.
So the question is:
Is there an easy way to play, pause, fast forward, rewind, get the playback position and get the length of the audio file on compressed audio of several popular formats? Any library? Platform API? Anything?
source share