flutter_sound
flutter_sound copied to clipboard
[ENH]: Specify chunk size with recorder
Currently when recording to stream the chunk size is random 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.
I totally agree, it is an important feature.
bump
Hi @ebraraktas, I'm trying to incorporate your PRs to my project as this repo is most likely abandoned.
I was able to pull flutter_sound
into my project, however when I try to run it I get this error:
Project with path ':flutter_sound_core' could not be found in project ':flutter_sound'.
I checked the flutter_sound_core
repo and tried to add that into my pubspec but there's no pubspec.yaml
for flutter pub get
to find.
Can you help me out on this? Thanks
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.