-
Notifications
You must be signed in to change notification settings - Fork 618
Open
Canardoux/flutter_sound_core
#7Labels
Description
Currently when recording to stream the chunk size that is read from that stream is fairly random. It would be nice to specify the chunk size when recording to a stream as certain algorithms require a consistent chunk size. The current workaround for me is to use the ChunkedStreamReader class from the async package, but this not optimal as it adds resource overhead and latency.
Reactions are currently unavailable