Documentation ¶ Index ¶ type Extractor func NewExtractor(sampleRate, ffmpeg string) *Extractor func (e *Extractor) AddEnv(path string) (err error) func (e *Extractor) ExtractAudio(src string, dst string) (err error) func (e *Extractor) Valid() (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Extractor ¶ type Extractor struct { // contains filtered or unexported fields } func NewExtractor ¶ func NewExtractor(sampleRate, ffmpeg string) *Extractor func (*Extractor) AddEnv ¶ func (e *Extractor) AddEnv(path string) (err error) func (*Extractor) ExtractAudio ¶ func (e *Extractor) ExtractAudio(src string, dst string) (err error) func (*Extractor) Valid ¶ func (e *Extractor) Valid() (err error) Source Files ¶ View all Source files extractor.go Click to show internal directories. Click to hide internal directories.