diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-04-16 23:11:44 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-04-16 23:11:44 -0700 |
commit | f5c5c5ec9497211010b5a4dd15bea44d4bbc8482 (patch) | |
tree | 4c9b02801387ef29681092bba19f7a07da461318 | |
parent | 75a9ed38c045464e4c3be58c67552e3856089312 (diff) |
Issue in WebRTC was disabling custom audio processing (level detection)
There is a case where the custom audio processor, which is used to
determine audio levels, was disabled on connection shutdown even
when another connection was established.
This issue has been patched in the webrtc library.
-rw-r--r-- | autobuild.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/autobuild.xml b/autobuild.xml index f9c99514a1..625fe72449 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2901,11 +2901,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>creds</key> <string>github</string> <key>hash</key> - <string>a49fb3bb8aaf8325e7c6c4b6036db3da16afa2c9</string> + <string>21e31d2c2fffdb59d8f50b80db079f86f2df2483</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m114.5735.08.53/webrtc-m114.5735.08.53.8337236647-darwin64-8337236647.tar.zst</string> + <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m114.5735.08.58/webrtc-m114.5735.08.58.8716173807-darwin64-8716173807.tar.zst</string> </map> <key>name</key> <string>darwin64</string> @@ -2915,11 +2915,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>archive</key> <map> <key>hash</key> - <string>598baa054f63624a8e16883541c1f3dc7aa15a8a</string> + <string>600cabb49a889db3a29f2910f5bda08f28dd04c8</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m114.5735.08.53/webrtc-m114.5735.08.53.8337236647-linux64-8337236647.tar.zst</string> + <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m114.5735.08.58/webrtc-m114.5735.08.58.8716173807-linux64-8716173807.tar.zst</string> </map> <key>name</key> <string>linux64</string> @@ -2931,11 +2931,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>creds</key> <string>github</string> <key>hash</key> - <string>59d5f2e40612ab7b0b1a5da8ba288f48d5979216</string> + <string>915c9face95efcc6da240aa2c4f8e6c4aa803af8</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m114.5735.08.53/webrtc-m114.5735.08.53.8337236647-windows64-8337236647.tar.zst</string> + <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m114.5735.08.58/webrtc-m114.5735.08.58.8716173807-windows64-8716173807.tar.zst</string> </map> <key>name</key> <string>windows64</string> |