-
-
Notifications
You must be signed in to change notification settings - Fork 173
Check audio plugin against audioplayers v4 #344
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
Comments
From Radek on discord
There is also incompatibilities with older version:
|
Hello @DoumanAsh, Do you have info which is the latest supported version atm? |
@bojidartonchev my branch |
Hi @DoumanAsh, tried with your branch but no sound is played from flutter-pi. Launching gstreamer from command line works. I saw something strange though. On the first play,
This is the complete log from flutter-pi, no errors.
|
@bojidartonchev Got it, probably some issue after rebase, although it is weird that resume is not called at all Btw did it have sound when you played via |
@DoumanAsh Yes, I have sound with |
@bojidartonchev I think dudes responsible for |
@DoumanAsh That would be great, thanks. I have tried with latest version and the issue is the same as with |
@bojidartonchev Latest version is aligned with Unfortunately it doesnt work which sucks and I suspect there is something wrong with how I use flutter channels when replying back... |
@DoumanAsh Found the issue. In
but the playbin source's name is actually
|
Ok this is interesting, because I'm pretty sure it worked like that in past. If you have time feel free to test me and let me know if there are any other issues. I will need to run under ASAN and fix all possible issues in flutter-pi code. I found one minor problem outside of plugin |
This change is the reason. As described,
|
oooh I see |
@bojidartonchev In case you're working on more extensive audio usage, please try my branch in its current state to see if there is any problems with it. |
This is sort of remainder to do.
There are a lot of changes in audioplayers, including FFI part.
I will need to get myself a raspberry pi again and then I'll start checking it
The text was updated successfully, but these errors were encountered: