flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[ENH]: Specify chunk size with recorder

Open sergmister opened this issue 3 years ago • 2 comments

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.

sergmister avatar May 18 '21 18:05 sergmister

I totally agree, it is an important feature.

yanivshaked avatar May 23 '21 09:05 yanivshaked

@Larpoux Can you review the linked PRs?

flutter-sound-core: PR flutter-sound: PR

ebraraktas avatar Jul 18 '22 15:07 ebraraktas

bump

kespaldon avatar Mar 21 '23 13:03 kespaldon

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

kespaldon avatar Mar 22 '23 05:03 kespaldon

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.

github-actions[bot] avatar Dec 16 '23 01:12 github-actions[bot]