clarkezone / audiovisualizer

A UWP audio visualization component that provides a stream analyzer and XAML visualization controls for displaying VU and spectrum meters powered by Win2D
MIT License
121 stars 26 forks source link

After changing the "MediaPlayer.Source" property, an exception occurs with HResult 0x80040154. #40

Closed Elorucov closed 5 years ago

Elorucov commented 6 years ago

P. S. Sorry for my bad English.

tonuv commented 6 years ago

Sorry for the delay - can you please share the project with sample code to repro this issue?

Elorucov commented 6 years ago

Of course, here's a sample: https://github.com/Elorucov/Elorucov.Test.AudioVisualizerDemo

tonuv commented 6 years ago

What you need to do is add the following to your application manifest after the Application element: `

AudioVisualizer.dll

`

I will update the documentation (readme) and also make sure that you get a more elegant error message if this line is missing