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

This commit is contained in:
Jonas Herzig 2017-09-19 17:44:06 +02:00
parent 6b1d613d0e
commit 6f22419a4a
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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"