florent37/Flutter-AssetsAudioPlayer

Flutter web interacts with the audio element

Open

#307 opened on Jul 27, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Dart (435 forks)github user discovery
Webhelp wanted

Repository metrics

Stars
 (772 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I am creating a web application with this repository, my question is if it is possible to access the HTML5 player through an id to use WEBRTC to change the audio output of the card.

If so, where should I configure the player id to use eg AudioElement audio = AudioElement (src);

example https://webrtc.github.io/samples/src/content/devices/multi/

Contributor guide