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

Implemented setSpeed for startPlayerFromStream #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

acalatrava
Copy link
Contributor

Since I'm using this for a VoIP app I needed to speed up the playback rate of the stream when there is a delay between the two parties. Because of this I implemented it both for Android and iOS and increase the blockSize to 8192 on Android to allow up to x3 speed on the stream.

@Larpoux
Copy link
Contributor

Larpoux commented Mar 3, 2024

Yes. Your code seems very interesting. I am going to implement it into the last_flutter_sound version.
Later, I will let the calling application to specify the blockSize as a parameter instead of hard coding it.

Thank you very much for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants