views:

13

answers:

0

Hi,

Im working with a simple mediaplayer based on this msdn example where the user can control volume, playback speed (SpeedRatio) and seek (position) using 3 sliders.

Everything works correctly when I play .mp3 files, but as soon as I play an .m4a file the song playback speed, controlled by the MediaElement.SpeedRatio, is ignored. Volume and seek still works and the audio is working.

Questions:

  • Are there any logical explainations for this?
  • Any solutions/workarounds to this, i need the speedration to work?

Thanks, Avada