Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FoxEncoder ¶
Structure holds basic information about the Samples to be encoded
func (*FoxEncoder) EncodeData ¶
func (we *FoxEncoder) EncodeData(buffer [][]float64) ([]byte, error)
func (*FoxEncoder) EncodeData1 ¶
func (we *FoxEncoder) EncodeData1(buffer [][]float64) ([]byte, error)
func (*FoxEncoder) EncodeHeader ¶
func (we *FoxEncoder) EncodeHeader() ([]byte, error)
EncodeHeader generates the WAV file header (RIFF format) as a byte slice using information from ther FoxEncoder Struct
Click to show internal directories.
Click to hide internal directories.