Documentation ¶
Index ¶
- Constants
- type Format
- func (f Format) DecoderDescription() string
- func (f Format) Encode(source audio.Source, writer io.WriteCloser, options map[string]interface{}) error
- func (f Format) EncoderDescription() string
- func (f Format) Identify(peek [format.IdentifyPeekBytes]byte, extension string) bool
- func (f Format) Name() string
- func (f Format) Open(r io.ReadSeekCloser) (audio.Source, error)
- func (f Format) OpenAnalyzer(r io.ReadSeekCloser) (audio.Source, format.AnalyzerChannel, error)
Constants ¶
View Source
const BlockSize = 1024 * 128
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format struct { }
func (Format) DecoderDescription ¶
func (Format) EncoderDescription ¶
func (Format) OpenAnalyzer ¶
func (f Format) OpenAnalyzer(r io.ReadSeekCloser) (audio.Source, format.AnalyzerChannel, error)
Click to show internal directories.
Click to hide internal directories.