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
Add client setting to toggle internet sound streams (#834)
* Add new client audio function isSoundStopped
Helps to determine whether a sound is actually created.
* Add new client setting allow_internet_sound_streams
- When disabled, it disables creation of internet sound streams, and destroys existing streams, keeps sound elements, and triggers "onClientSoundStopped" with "disabled" reason
- When enabled, it enables creation of internet sound streams, and creates missing streams and triggers "onClientSoundStarted" with "enabled" reason
- Adds new reason to "onClientSoundStarted": "enabled", which is returned if setting is changed to true
- Adds new reason to "onClientSoundStopped": "disabled", which is returned if setting is changed to false
* Remove test tip text that was meant to be for the Advanced tab
* Rename internet sound streams setting to external sounds
* Update make_uname.bat
* Remove isSoundStopped
Let's rather make a generic client config getter function.
* Fix crash on stream in if sound was not created due to client setting
0 commit comments