Documentation
¶
Index ¶
- Constants
- func DSD(r io.ReadSeeker) (float64, error)
- func Duration(file *os.File, filetype int) (float64, error)
- func FLAC(r io.ReadSeeker) (float64, error)
- func Mp3(r *os.File) (float64, error)
- func Mp4(r io.ReadSeeker) (float64, error)
- func Ogg(r io.ReadSeeker) (float64, error)
- type VBRI
- type Xing
Constants ¶
View Source
const ( TypeFlac int = 0 TypeMp4 int = 1 TypeMp3 int = 2 TypeOgg int = 3 TypeDsd int = 4 )
File Type Constant
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.