Bump mumble-client-codecs-browser version for CELT Alpha support
This commit is contained in:
parent
6b1d613d0e
commit
6f22419a4a
|
@ -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.
|
Running in a browser, both are unavailable to this client.
|
||||||
Instead Websockets are used for all communications.
|
Instead Websockets are used for all communications.
|
||||||
|
|
||||||
libopus and libsamplerate, compiled to JS via emscripten, are used for audio decoding.
|
libopus, libcelt (0.7.1) and libsamplerate, compiled to JS via emscripten, are used for audio decoding.
|
||||||
Therefore, at the moment only the Opus codec is supported.
|
Therefore, at the moment only the Opus and CELT Alpha codecs are supported.
|
||||||
|
|
||||||
Quite a few features, most noticeably voice activity detection and all
|
Quite a few features, most noticeably voice activity detection and all
|
||||||
administrative functionallity, are still missing.
|
administrative functionallity, are still missing.
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"webpack": "^1.13.3",
|
"webpack": "^1.13.3",
|
||||||
"webworkify-webpack-dropin": "^1.1.9",
|
"webworkify-webpack-dropin": "^1.1.9",
|
||||||
"libsamplerate.js": "^1.0.0",
|
"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-websocket": "^1.0.0",
|
||||||
"mumble-client": "^1.1.0",
|
"mumble-client": "^1.1.0",
|
||||||
"web-audio-buffer-queue": "^1.0.0"
|
"web-audio-buffer-queue": "^1.0.0"
|
||||||
|
|
Loading…
Reference in a new issue