0.0.1 • Published 7 years ago

mumble-client-codecs-node v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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