Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH]: Specify chunk size with recorder #681

Open
sergmister opened this issue May 18, 2021 · 5 comments · May be fixed by Canardoux/flutter_sound_core#7
Open

[ENH]: Specify chunk size with recorder #681

sergmister opened this issue May 18, 2021 · 5 comments · May be fixed by Canardoux/flutter_sound_core#7
Labels
enhancement New feature or request Not yet handled

Comments

@sergmister
Copy link

sergmister commented May 18, 2021

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.

@sergmister sergmister added Not yet handled enhancement New feature or request labels May 18, 2021
@yanivshaked
Copy link

I totally agree, it is an important feature.

@ebraraktas
Copy link

@Larpoux Can you review the linked PRs?

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

@kespaldon
Copy link

bump

@kespaldon
Copy link

kespaldon commented Mar 22, 2023

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

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Not yet handled
Projects
None yet
5 participants