nosamu
nosamu
This actually seems to be the same issue as https://github.com/ruffle-rs/ruffle/issues/6144#issuecomment-1051311291. I've added some trace statements to the SWF and attached it below: [2021_trace.zip](https://github.com/ruffle-rs/ruffle/files/9510520/2021_trace.zip) Frame 1: ```as trace("starting movie. Frames loaded:");...
Adding even more to the confusion, here is an SWF identical to the one I attached earlier, except I removed the WaitForFrame instruction: [2021_trace_unconditional.zip](https://github.com/ruffle-rs/ruffle/files/9522586/2021_trace_unconditional.zip) Now `gotoAndPlay(2);` always executes. Yet Flash...
> Perhaps #7858 will help with this as well, then? I just tried it and well... sort of? The first time I load a file it works because the frame...
I am also getting choppy audio in Firefox now. It's extremely noticeable in [Prizma Puzzle Challenges](http://www.notdoppler.com/prizmapuzzlechallenges.php) - the main menu music sounds terrible. Everything is perfectly fine in earlier Ruffle...
Nevermind, it was a problem with my Firefox settings. Somehow I did not have "Use recommended performance settings" turned on:  Now that I have switched it on, the audio...
@higumachan Yes, please feel free to do so! Also, for anyone wondering, [these are the lines of code that Mike was linking to](https://github.com/ruffle-rs/ruffle/blob/25722e7abedd83f9b4cd2d89eaf5600cbebc022d/core/src/player.rs#L570-L582). The file has since changed, so his...
I'd also really appreciate this feature! For now, I've manually edited my `deadbeef.desktop` file to add the `--queue` option by following [these instructions](https://askubuntu.com/questions/486338/adding-parameters-to-an-open-with-application).
I believe this is a duplicate of #170
In a similar vein, I'd like to see tag filters stored in a separate JSON file (perhaps Data\tagFilters.json). They take up so much space in preferences.json right now, which doesn't...
This seems like a great idea for a launcher extension, if the extension API provides everything necessary for it