Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidCharacters = errors.New("input contains other characters than digits and commas")
View Source
var ErrInvalidLengthOfSubtoken = errors.New("a subtoken does not contain 9 characters")
Functions ¶
func DrawbarFeets ¶
func DrawbarFeets() []float64
func FormatDrawbarPositions ¶
func PeakToString ¶
Types ¶
type DrawbarPositionResult ¶
func FindRegistration ¶
func FindRegistration(peaks []Peak, maxPeakDrawbarNo int) DrawbarPositionResult
type DrawbarSetting ¶
type DrawbarSetting [9]int
func Combine ¶
func Combine(positions []DrawbarSetting) DrawbarSetting
func ParseDrawbarPositions ¶
func ParseDrawbarPositions(positions string) ([]DrawbarSetting, error)
type PeakAssignment ¶
type PeakAssignment struct {
// contains filtered or unexported fields
}
type StereoData ¶
func NewStereoChannels ¶
func NewStereoChannels(size int) StereoData
func Read ¶
func Read(reader riff.RIFFReader) (StereoData, error)
func ReadFromFile ¶
func ReadFromFile(fname string) (StereoData, error)
func (*StereoData) Mean ¶
func (s *StereoData) Mean() []float64
Source Files
¶
Click to show internal directories.
Click to hide internal directories.