juliand665 / Dynamic-FPS

Improve performance when Minecraft is in the background
MIT License
235 stars 43 forks source link

Sound problem #212

Closed andreasdc closed 4 months ago

andreasdc commented 4 months ago

Sound is fading out even when I have unfocused sound on 100%.

LostLuma commented 4 months ago

Hello, I can not reproduce this issue. Could you upload your config file to see if that'd help diagnose the issue?

andreasdc commented 4 months ago

dynamic-fps-3.6.1+minecraft-1.20.0-fabric { "idle": { "timeout": 60, "condition": "none" }, "states": { "unfocused": { "frame_rate_target": 0, "volume_multipliers": { "master": 1.0 }, "graphics_state": "reduced", "run_garbage_collector": true }, "abandoned": { "graphics_state": "reduced", "run_garbage_collector": true } } }

LostLuma commented 4 months ago

Well that also did not help. Are you sure that the volume is actually changing (and not just cutting out for a brief moment when you tab out)? Or are you minimizing the window because then you'd need to configure the Invisible state to have no volume.

andreasdc commented 4 months ago

Well that also did not help. Are you sure that the volume is actually changing (and not just cutting out for a brief moment when you tab out)? Or are you minimizing the window because then you'd need to configure the Invisible state to have no volume.

I was minimizing yes, now it works.

LostLuma commented 4 months ago

That's good to hear!