Skip to content
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

Web app Play Uint8List audio on Safari iPhone device #2

Open
aliakkawi opened this issue Aug 30, 2021 · 1 comment
Open

Web app Play Uint8List audio on Safari iPhone device #2

aliakkawi opened this issue Aug 30, 2021 · 1 comment
Assignees

Comments

@aliakkawi
Copy link

Hi and thanks for creating the package, i am developing a Web Flutter application and i can successfully play Audio File using Chrome web browser on my Android device and Computer, but failed to play audio using Chrome on my iPhone or Safari browser on my Mac,
I am using the following code to convert Uint8List to a Url

`
import 'dart:html' as html;

final blob = html.Blob([bytes], 'audio/mp3', 'native');
final url = html.Url.createObjectUrlFromBlob(blob);`
Please advice what to do in order to play the url on iPhone Chrome browser too
Tnaks

@ghuyfel
Copy link
Owner

ghuyfel commented Aug 30, 2021

Hi, thanks for using this package. I will have a look at it and revert back to you as soon as I can.

@ghuyfel ghuyfel self-assigned this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants