mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +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
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