mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 07:22:22 +00:00
AudioServer: Auto-pause new clients
This fixes a bunch of audio clients that don't actually play audio.
This commit is contained in:
parent
49b087f3cd
commit
612dbdc671
Notes:
sideshowbarker
2024-07-17 11:36:59 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 612dbdc671
Pull-request: https://github.com/SerenityOS/serenity/pull/12102
Issue: https://github.com/SerenityOS/serenity/issues/11882
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/bgianfo
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ private:
|
|||
Array<Audio::Sample, Audio::AUDIO_BUFFER_SIZE> m_current_audio_chunk;
|
||||
size_t m_in_chunk_location;
|
||||
|
||||
bool m_paused { false };
|
||||
bool m_paused { true };
|
||||
bool m_muted { false };
|
||||
|
||||
WeakPtr<ConnectionFromClient> m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue