Quinn Capen
Quinn Capen
I'm going to fix this because it is bothering me a lot while working on sound pool code. It will likely be a breaking API change, but only for people...
Is a bit more complicated than anticipated due to having to maintain the same interface between AssetPool and Asset as they are both used interchangeably in config players. Could be...
I have discovered the Kivy Animation class will either accept a string for the transition argument or a function reference so using a custom animation method is as easy as...
This is a bug/design flaw in the audio engine. Currently the ducking calculations are currently performed in the processing for each sound (since the ducking settings are tied directly to...
Why not use the scoring player to set strings in either player or machine variables based on conditional events? It would not be hard to create a conditional based on...
Progress report 1: Custom video player written and all existing videos work well. Added alpha channel support (video assets must have new setting `alpha_channel: True`). Cannot get test videos with...
Did not mean to close issue
If I ever get it working, I agree.
Progress report 2: Created a more complicated GStreamer pipeline that uses a videoconverter element in the chain that should output RGBA data, even if the source video does not have...
Progress report 3: Success!! I cleaned up the code a bit and now the alpha video support is working! Will do a bit more refactoring and testing before committing the...