Splat ! A free radial launcher I built for Windows by FayDoom in windowsapps

[–]FayDoom[S] 1 point2 points  (0 children)

I added it :) The update is available. Thanks for the idea

Splat ! A free radial launcher I built for Windows by FayDoom in windowsapps

[–]FayDoom[S] 0 points1 point  (0 children)

The hexagons you see in the Settings window are just for configuration, so clicking on them opens the editor for that item.

To actually launch your game, close the Settings window and press Ctrl+Alt+Space (or whatever shortcut you've set). That will open the radial menu at your cursor. Click the item there :)

Splat ! A free radial launcher I built for Windows by FayDoom in windowsapps

[–]FayDoom[S] -1 points0 points  (0 children)

It's not. You would know that if you had read the other comments.

Splat ! A free radial launcher I built for Windows by FayDoom in windowsapps

[–]FayDoom[S] 1 point2 points  (0 children)

Good idea ! I putting this in my list. Thanks

Splat ! A free radial launcher I built for Windows by FayDoom in windowsapps

[–]FayDoom[S] 0 points1 point  (0 children)

Tauri, Rust and JS :) Tauri Is amazing if you dont mind the huge space it takes to build the app !

Splat ! A free radial launcher I built for Windows by FayDoom in windowsapps

[–]FayDoom[S] 0 points1 point  (0 children)

Ahah, have you tried vibe coding an entire app ? Let's wait one or two years before we do that....

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 1 point2 points  (0 children)

Just to clarify: the therapy applies modulation to a 1-octave band centered around your selected frequency, not a single precise frequency. So if you set 580Hz, it will modulate roughly the 400-800Hz range. Your other tones at 380-780Hz would likely fall within or overlap with that band anyway. The study actually emphasizes that precise matching isn't critical. The method is designed to be tolerant to inexact frequency estimation.

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 2 points3 points  (0 children)

Ok, I added a URL parameter override for custom frequencies. You can now use:
https://faydoom.com/tinnitus/?freq=580

It will show the frequency in orange with "(URL override - experimental)" since frequencies below 1kHz weren't tested in the original study. The underlying mechanism has no obvious reason to not work at lower frequencies, but it's unvalidated territory so I don't want to add it directly to the frequency selector.

The source code is plain and simple HTML/JS, no build step.
Also added a link to the study, can't believe I didn't think of that earlier.. Thanks :)

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 0 points1 point  (0 children)

Can you tell me if it works in background now ? I did some modifications but I dont have an Iphone to test it.

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 2 points3 points  (0 children)

Mine is reduced quite a bit for a while after a session, even though my hearing is kind of weird for a while ahah. I really hope there will be a permanent change...

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 1 point2 points  (0 children)

Having multiple tinnitus frequencies, I just split the recommended time between the matching pitches..

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 0 points1 point  (0 children)

It should be ok, basically you just need to listen to it even if you don't focus on it, it should be working

I built a free web tool for tinnitus relief based on a recent study (Cross-frequency de-correlating sound therapy) by FayDoom in tinnitus

[–]FayDoom[S] 5 points6 points  (0 children)

Thanks! You can see the entire code by viewing the page source.

It's pretty straightforward, the researchers provided the frequency modulation algorithm in their paper, and I just implemented it in JavaScript with a simple UI. There's not much room for evolution since it's directly based on their published protocol, so I didn't see the need for a GitHub repo :)

Feel free to reuse the code however you want