// StartAt a specific time in the future func StartAt(t time.Time) { mix.StartAt(t) }
// Start the mixer now func Start() { mix.StartAt(time.Now()) }