hwsmm

Results 36 comments of hwsmm

@cindrmon Try my package [here](https://github.com/hwsmm/OpenTabletDriver.Packaging/releases/download/test/OpenTabletDriver.rpm) OP(@korewaChino) and I tried fixing it but our PR didn't get merged for months I just don't want to tell Infinity to do something about...

Thanks a lot for your work here :D I think you will test about it soon anyway, but I wanted to know how it differs, so I just did a...

Thanks a lot! I will try building Proton with it right away lol EDIT: It works really well, thanks again for the patch :D

You can use [the repo you are currently on](https://github.com/ValveSoftware/Proton), [proton-ge-custom](https://github.com/GloriousEggroll/proton-ge-custom), or [wine-tkg-git](https://github.com/Frogging-Family/wine-tkg-git). (Read README for instructions) Or use [my build](https://www.dropbox.com/s/4ozzqy30gzhfdkt/proton_djmax.tar.xz?dl=0) if you don't care about downloading random binaries on internet

I'll maintain this until some of you have anything to do with this, mostly because I am now so used to playing the game with these patches, I can't really...

SDL3 Audio doesn't give any improvements over SDL2 for the usecase of osu!framework in my opinion. From what I see, improvements in SDL3 audio is mainly to let developers reduce...

I guess my comment was a bit ambiguous. I meant that the audio callback returns fast, but the problem is supposedly 'stop-the-world' effect of GC. Whenever STW occurs, SDL fails...

First of all, this PR is not compatible with BASS. It just implements o!f audio components in C# and SDL, while the current o!f audio backend is written in BASS...

Update: I did some research on WASAPI, and found that IAudioClient3 (available on Windows 10 and higher) makes it possible to use smaller buffer size than 10ms according to [this](https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/low-latency-audio#faq),...

I understand that reproducibility and integrity matter a lot in packaging, so I even considered excluding my binaries from this PR, but I thought it would cause some big inconvenience...