You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As described in the title, Qt multimedia prevents windows sleeping.
Note that once the player constructs, it starts to use the audio device, until the entire program exits.
I tried to destruct player, via unique_ptr and so on, but it did not help.
Maybe consider adding FFmpeg backend back 😶.
To Reproduce
Just type powercfg /requests in the terminal.
Screenshots
OS and software versions
Goldendict-ng 24.09.1.ca9dd133 at 2024-11-04T21:40:19Z
Qt 6.7.2 Visual C++ Compiler 194134123 windows winnt 10.0.26100 x86_64-little_endian-llp64
Flags: MAKE_ZIM_SUPPORT MAKE_CHINESE_CONVERSION_SUPPORT NO_TTS_SUPPORT no_ffmpeg_player
OS: Windows 11 24H2
Version: 26100.2894
The text was updated successfully, but these errors were encountered:
Describe the bug
As described in the title, Qt multimedia prevents windows sleeping.
Note that once the
player
constructs, it starts to use the audio device, until the entire program exits.I tried to destruct
player
, viaunique_ptr
and so on, but it did not help.Maybe consider adding
FFmpeg
backend back 😶.To Reproduce
Just type
powercfg /requests
in the terminal.Screenshots
OS and software versions
Goldendict-ng 24.09.1.ca9dd133 at 2024-11-04T21:40:19Z
Qt 6.7.2 Visual C++ Compiler 194134123 windows winnt 10.0.26100 x86_64-little_endian-llp64
Flags: MAKE_ZIM_SUPPORT MAKE_CHINESE_CONVERSION_SUPPORT NO_TTS_SUPPORT no_ffmpeg_player
The text was updated successfully, but these errors were encountered: