Versions in this module Expand all Collapse all v1 v1.0.0 Nov 20, 2020 Changes in this version + type Result struct + Offset int64 + Sample int64 + Time float64 + WarmUp int + type Table struct + func CreateTable(input io.Reader, g float64) (*Table, error) + func (t *Table) FindSample(n int64) Result + func (t *Table) FindTime(s float64) Result + func (t *Table) Length() float64 + func (t *Table) NFrames() int + func (t *Table) NSamples() int64 + func (t *Table) SamplesPerFrame() int + func (t *Table) SamplingFrequency() int