playing 2 audio file simultaneously with each having its own separate volume, #257
ashermatsh
started this conversation in
General
Replies: 2 comments
-
#90 not a |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried the solution given in #90 and it worked , Thank you |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a flutter app, I need to play more than one audio file simultaneously
I created a widget which contains a player Object,and a seek slider which controls the volume of the player.
when I add more than one of the above widgets into the homepage,both them are playing as intended but when I change the volume of one widget the volume of the other player also gets changed.
Beta Was this translation helpful? Give feedback.
All reactions