package
0.0.0-20200715064209-62b9041dabc6
Repository: https://github.com/logicaloverflow/music-sync.git
Documentation: pkg.go.dev

# Functions

Infoer start a music-sync client in infoer mode, using sender to communicate with the server.
Player starts a music-sync player, using sender to communicate with the server.
Server starts a music-sync server, using sender to communicate with all clients.

# Variables

NanBreakSize is the number of nan-samples to insert between songs, which players use to realign playback.
SampleRate is the sample rate of the stream.
StreamChunkSize is the size of one stream chunk in samples.
StreamChunkTime is the duration is takes to play one stream chunk.
StreamDelay is the delay of the stream, which players use to decode chunks.
StreamStartDelay is the delay before starting the stream.
TimeSyncCycleDelay is the delay between cycles in one time sync.
TimeSyncCycles is the number of cycles used to sync time to server.
TimeSyncInterval is the time interval between syncing time to server.