Mira
Mira
Had the same issue. I can work around it by setting my tv scaling back to 100% when on tv playback. Seemingly been an issue since 2020: https://github.com/WerWolv/Tesla-Menu/issues/19
Since i was using AHK for my script anyways, i ended up just simulating the button press in the launcher at the time. But it's good to know that it...
I think this can be merged, besides deeper level filtering there's nothing else that comes to mind. Deeper filtering can be addressed some other time as the pain points have...
I don't but i could set it up test stuff with Makoto with pretty minimal effort (basically just adding vn and a few test commands)
Can confirm this happens with IncomingAudio enabled. Tested with: ```cs [SlashCommand("test", "Test.")] public async Task Test(InteractionContext ctx, [Option("test", "test"), MinimumValue(1), MaximumValue(2000)] int number) { try { var guild = ctx.Guild;...
The only thing i can tell from my testing is that the issue lies in AudioSender, some method that looks to be a workaround for out of order packets, i'm...