Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2019 Changes in this version + const EbadHeader + const EbadLink + const EbadPacket + const Efault + const Eimpl + const Einval + const EnoSeek + const EnotAudio + const EnotVorbis + const Eread + const Eversion + func Clear(f *File) error + func Info(f *File, link int, info *VorbisInfo) error + func PcmSeek(f *File, pos int64) error + func PcmTotal(f *File, i int) (int64, error) + func Read(f *File, buffer unsafe.Pointer, length int, bigendianp bool, word int, ...) (int, int, error) + func Seekable(f *File) bool + func TimeTell(f *File) (float64, error) + func TimeTotal(f *File, i int) (float64, error) + type File struct + func Fopen(path string) (*File, error) + type VorbisInfo struct + BitrateLower int + BitrateNominal int + BitrateUpper int + BitrateWindow int + Channels int + Rate int + Version int