package
0.0.0-20200222231504-f445fa128b82
Repository: https://github.com/sfluor/musig.git
Documentation: pkg.go.dev

# Functions

NewAnchorKey creates a new anchor key from the given anchor and the given point.
NewTableValue creates a new table value from the given song ID and anchor point.
SongNameFromPath returns the song file name from the given path (removing the path and the extension).
ValuesFromBytes decodes a list of table values from the given byte array.

# Constants

DownsampleRatio is the default down sample ratio (4).
MaxFreq is 5kHz.
SampleSize is the default sample size (1024).
TableValueSize represents the TableValueSize when encoded in bytes.

# Structs

AnchorKey represents a anchor key.
ConstellationPoint represents a point in the constellation map (time + frequency).
TableValue represents a table value.

# Type aliases

EncodedKey represents an encoded key.