linx-simulator2/node_modules/mumble-client-codecs-node
Sergiu Toma 6e1686be67 Simulator first commit 2019-09-18 11:11:16 +03:00
..
lib Simulator first commit 2019-09-18 11:11:16 +03:00
README.md Simulator first commit 2019-09-18 11:11:16 +03:00
index.js Simulator first commit 2019-09-18 11:11:16 +03:00
package.json Simulator first commit 2019-09-18 11:11:16 +03:00

README.md

mumble-client-codecs-node

This module provides the Opus codec for the mumble-client module for use with nodejs. Neither CELT nor Speex are supported at this time. When native libraries are unacceptable (e.g. in a browser), consider using mumble-client-codecs-browser instead.

Usage

var NodeCodecs = require('mumble-client-codecs-node')

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

License

MIT