flutter_sound
flutter_sound copied to clipboard
[ENH]: Get current Uini8List from Player
Is your feature request related to a problem? Please describe. Right now I can get the uint8list that is being fed into the player, but that comes in way faster than the player actually pays it. This means that I can't create a good wave form visualization for what is actually being played back at the moment.
Describe the solution you'd like I'd like a way to get an uint8list of what the player is currently playing
Describe alternatives you've considered Using the position to try and determine where it is in the stream. But I don't have the stream or the bits, they're just fed in and discarded.