rurico / flutter_record

⛔️[DEPRECATED] A flutter plugin for recorder audio and audio player.of course, you can cancel the recording.
MIT License
19 stars 5 forks source link

provide a stream to listen for both recording and playback #1

Open ukrx-xamd opened 5 years ago

ukrx-xamd commented 5 years ago

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.