Replies: 1 comment
-
I figured out that it doesnt play some mp3 file that I downloaded from youtube.. but its working with other files.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I imported a new piano.mp3 files into the assets folder and created the symlink in the example/ios/Runner/piano.mp3
But am getting this error when I try to load the new mp3. My piano.mp3 symlink file is
../../assets/piano.mp3
Any idea how to fix this?
Problem scanning for packets MPEGAudioFile::OpenFromDataSource failed OpenFromDataSource failed Open failed [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(NATIVE_ERR, [Alarm] Error loading AVAudioPlayer with given Flutter asset path: assets/cello.mp3, null, null) #0 IOSAlarm.setAlarm (package:alarm/src/ios_alarm.dart:59:7) <asynchronous suspension> flutter: [Alarm] Notification with id 42 canceled
Beta Was this translation helpful? Give feedback.
All reactions