1.2.1 • Published 4 years ago

@stblassitude/mumble-client-codecs-browser v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

mumble-client-codecs-browsers

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.

Usage

var BrowserCodecs = require('mumble-client-codecs-browsers')

var client = new MumbleClient({
  username: 'Test',
  codecs: BrowserCodecs
})

License

MIT