Browse Source

Bump mumble-client-codecs-browser version for CELT Alpha support

Jonas Herzig 6 năm trước cách đây
mục cha
commit
6f22419a4a
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      README.md
  2. 1 1
      package.json

+ 2 - 2
README.md

@@ -8,8 +8,8 @@ The Mumble protocol uses TCP for control and UDP for voice.
 Running in a browser, both are unavailable to this client.
 Instead Websockets are used for all communications.
 
-libopus and libsamplerate, compiled to JS via emscripten, are used for audio decoding.
-Therefore, at the moment only the Opus codec is supported.
+libopus, libcelt (0.7.1) and libsamplerate, compiled to JS via emscripten, are used for audio decoding.
+Therefore, at the moment only the Opus and CELT Alpha codecs are supported.
 
 Quite a few features, most noticeably voice activity detection and all
 administrative functionallity, are still missing.

+ 1 - 1
package.json

@@ -41,7 +41,7 @@
     "webpack": "^1.13.3",
     "webworkify-webpack-dropin": "^1.1.9",
     "libsamplerate.js": "^1.0.0",
-    "mumble-client-codecs-browser": "^1.0.1",
+    "mumble-client-codecs-browser": "^1.1.0",
     "mumble-client-websocket": "^1.0.0",
     "mumble-client": "^1.1.0",
     "web-audio-buffer-queue": "^1.0.0"