flutter_record icon indicating copy to clipboard operation
flutter_record copied to clipboard

provide a stream to listen for both recording and playback

Open ukrx-xamd opened this issue 6 years ago • 0 comments

Currently there is a StreamController for Volume playback - presumably this is to display some type of audio graph as a user records a message. It would be great also to have the ability to subscribe to a recordSubscription and a playSubscription so that the flutter client can listen on these streams and provide some additional UI feedback - use case -> To display a playback / record duration which constantly ticks as the audio is recorded or played back.

ukrx-xamd avatar Jan 15 '19 15:01 ukrx-xamd