This module provides the Opus codec and the CELT Alpha codec for the mumble-client module for use in the browser via browserify. Neither CELT Beta nor Speex are supported at this time. When native libraries are acceptable and more performance is required, consider using mumble-client-codecs-node instead.
WebWorkers are used for en/decoding.
Support webpack worker-loader
https://webpack.js.org/loaders/worker-loader/
var BrowserCodecs = require('mumble-client-codecs-browsers')
var client = new MumbleClient({
username: 'Test',
codecs: BrowserCodecs
})
MIT