Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bmumble ¶
type Bmumble struct { Nick string Host string Channel *uint32 *bridge.Config // contains filtered or unexported fields }
func (*Bmumble) Disconnect ¶
func (*Bmumble) JoinChannel ¶
func (b *Bmumble) JoinChannel(channel config.ChannelInfo) error
type MessagePart ¶
type NullAudioDecoder ¶
type NullAudioDecoder struct{}
func (*NullAudioDecoder) Decode ¶
func (d *NullAudioDecoder) Decode(data []byte, frameSize int) ([]int16, error)
func (*NullAudioDecoder) ID ¶
func (d *NullAudioDecoder) ID() int
func (*NullAudioDecoder) Reset ¶
func (d *NullAudioDecoder) Reset()
type NullAudioEncoder ¶
type NullAudioEncoder struct{}
func (*NullAudioEncoder) Encode ¶
func (e *NullAudioEncoder) Encode(pcm []int16, mframeSize, maxDataBytes int) ([]byte, error)
func (*NullAudioEncoder) ID ¶
func (e *NullAudioEncoder) ID() int
func (*NullAudioEncoder) Reset ¶
func (e *NullAudioEncoder) Reset()
type NullCodec ¶
type NullCodec struct {
// contains filtered or unexported fields
}
func (*NullCodec) NewDecoder ¶
func (c *NullCodec) NewDecoder() gumble.AudioDecoder
func (*NullCodec) NewEncoder ¶
func (c *NullCodec) NewEncoder() gumble.AudioEncoder
Click to show internal directories.
Click to hide internal directories.