c# - WPF MediaElement: SpeedRatio not working for .m4a files? -
i'm working simple mediaplayer based on this msdn example user can control volume, playback speed (speedratio) , seek (position) using 3 sliders.
everything works correctly when play .mp3 files, play .m4a file song playback speed, controlled mediaelement.speedratio, ignored. volume , seek still works , audio working.
questions:
- are there logical explanations this?
- any known solutions/workarounds problem? speedratio essential in application.
thanks, avada
check out: mediaelement speedratio not linear
Comments
Post a Comment