flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[ENH]: Get current Uini8List from Player

Open JamesFieldist opened this issue 6 months ago • 0 comments

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.

JamesFieldist avatar Jun 26 '25 22:06 JamesFieldist