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
122 stars 26 forks source link

AudioSourceReader could not be found #77

Closed Panda-Sharp closed 2 years ago

Panda-Sharp commented 4 years ago

I'm trying to use AudioSourceReader in a UWP app:

  1. I installed the latest Nuget https://www.nuget.org/packages/UWPAudioVisualizer/1.0.38
  2. I added using AudioVisualizer; to the .cs
  3. But I still get this error: image

What am I doing wrong? Thanks

P.s. I was able to use: AnalogVUMeter, DiscreteVUBar, SpectrumVisualizer without problems

Panda-Sharp commented 4 years ago

@clarkezone @tonuv any idea? thanks

Panda-Sharp commented 4 years ago

I Solved downloading and compiling the library by myself, I also made few updates and fixes, here there is my PR https://github.com/clarkezone/audiovisualizer/pull/78

tonuv commented 4 years ago

I will have a look.

Panda-Sharp commented 4 years ago

Hi @clarkezone and @tonuv any news regarding this issue? thanks