Xamarin-CloudMusic
Xamarin-CloudMusic copied to clipboard
Visualizer
Hello, I've noticed that you have a page named blank page, I do exactly as you do, but I always get Visualizer init error, can you solve that?
Which platform are you testing? Visualizer only works on android
I implemented "DependencyService<IAudioVisualizer>().Init()" in my xamarin.forms app. However, App crashed as I got Visualizer init error, status -3. I'm sure that I have checked my permission based on platform(Android)
<uses-permission android:name="android.permission.RECORD_AUDIO" />
Do you add this permission for record audio?
Yeah, absolutely
It seems that something go wrong with "new Visualizer(0)",but I don't know how
Your App is working well, did you add some other permission or other code to solve this?
Maybe you can try not to set targetSdkVersion
OMG, thank U!!! I'm struggling on this problem for such a long time, By the way, do u have qq number?