Documentation ¶
Index ¶
- type IBXM
- func (this *IBXM) AudioFormat() audio.Format
- func (this *IBXM) BufferLength() int
- func (this *IBXM) Clone() (audio.AudioClip, error)
- func (this *IBXM) Length() int
- func (this *IBXM) NextBuffer(outputBuf []int16, mono bool) (samples int)
- func (this *IBXM) SampleRate() int
- func (this *IBXM) SetPosition(pos int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBXM ¶
type IBXM struct {
// contains filtered or unexported fields
}
func (*IBXM) AudioFormat ¶
func (*IBXM) BufferLength ¶
Returns the length of the buffer required by NextBuffer().
func (*IBXM) SampleRate ¶
func (*IBXM) SetPosition ¶
Click to show internal directories.
Click to hide internal directories.