-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load(Stream audioStream) error on iOS Could not initialize an instance of the type 'AVFoundation.AVAudioPlayer'. #42
Comments
@DJMYK I also had this issue and have determined it is due to the actual source mp3 being played. I've not looked in depth but I compared the Whether this is resolvable using the Working file:
Failing file:
|
Having looked further at other working mp3's it's possible the |
Thank you @gonz01d , I will review what you tell me, hoping to find a solution soon. |
Having the same issue here. Thanks @gonz01d for the well analyzed response. Appreciate it. :) Keep it up! |
This is happening to me with wav files. |
Hey, did anyone find a workaround for this issue? |
Do we have an ETA to fix this issue? |
Hello,
I have a small problem,
Using the library, when I try to use the Load() method with a byte [] instead of an .mp3 file, an exception occurs, only in iOS.
I use the library in the following way.
This is the full error:
This is the stacktrace:
Version:
iOS 9.3.5
The text was updated successfully, but these errors were encountered: