.. | ||
lib | ||
index.js | ||
package.json | ||
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