Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 926 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 926 Bytes

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