Documentation
¶
Index ¶
Constants ¶
View Source
const SDPName = "G722/8000"
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
func Encode(w Writer) (w2 media.PCM16Writer)
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func (*Decoder) SampleRate ¶
func (*Decoder) WriteSample ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func (*Encoder) SampleRate ¶
func (*Encoder) WriteSample ¶
func (e *Encoder) WriteSample(in media.PCM16Sample) error
type Writer ¶
type Writer = media.WriteCloser[Sample]
func Decode ¶
func Decode(w media.PCM16Writer) (w2 Writer)
Click to show internal directories.
Click to hide internal directories.