The audioplayers plugin seems half-baked. I was able to get it working and audio output does work, though version 5.0.0 is quite outdated at this point and any other version flat out will not work in my testing. player.onPositionChanged never seems to be fired, nor can I get positional updates via player.eventStream (listening for AudioEventType.position). The exact same set of code does fire when using the official linux embedder on the same hardware and on other hardware. I also frequently get a non-implementation error for 'method cancel'.
Is there a recommended workaround for this? I was unable to find other issues that mention this specific problem or any documentation suggesting its intentionally not a supported feature.
The audioplayers plugin seems half-baked. I was able to get it working and audio output does work, though version 5.0.0 is quite outdated at this point and any other version flat out will not work in my testing. player.onPositionChanged never seems to be fired, nor can I get positional updates via player.eventStream (listening for AudioEventType.position). The exact same set of code does fire when using the official linux embedder on the same hardware and on other hardware. I also frequently get a non-implementation error for 'method cancel'.
Is there a recommended workaround for this? I was unable to find other issues that mention this specific problem or any documentation suggesting its intentionally not a supported feature.