Documentation ¶
Index ¶
- func Synthesis(vb *Block, op *OggPacket) error
- func SynthesisBlockin(vd *DspState, vb *Block) error
- func SynthesisHeaderin(vi *Info, vc *Comment, op *OggPacket) error
- func SynthesisPcmout(vd *DspState) [][]float32
- func SynthesisRead(vd *DspState, samples int) error
- type Block
- type Comment
- type DspState
- type Error
- type Info
- type OggPacket
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SynthesisBlockin ¶
func SynthesisPcmout ¶
func SynthesisRead ¶
Types ¶
type Comment ¶
type Comment struct {
// contains filtered or unexported fields
}
func CommentInit ¶
func CommentInit() *Comment
func (*Comment) UserComments ¶
type DspState ¶
type DspState struct {
// contains filtered or unexported fields
}
func SynthesisInit ¶
type Error ¶
const ( ErrFalse Error = C.OV_FALSE ErrHole Error = C.OV_HOLE ErrRead Error = C.OV_EREAD ErrFault Error = C.OV_EFAULT ErrImpl Error = C.OV_EIMPL ErrInval Error = C.OV_EINVAL ErrNotVorbis Error = C.OV_ENOTVORBIS ErrBadHeader Error = C.OV_EBADHEADER ErrVersion Error = C.OV_EVERSION ErrNotAudio Error = C.OV_ENOTAUDIO ErrBadPacket Error = C.OV_EBADPACKET ErrBadLink Error = C.OV_EBADLINK ErrNoSeek Error = C.OV_ENOSEEK )
Click to show internal directories.
Click to hide internal directories.