wait longer after loading ladspa sink, still crashed

pull/3/head
lawl 4 years ago
parent 097bf649c1
commit 13424ee2d0

@ -76,7 +76,7 @@ func loadSupressor(c *pulseaudio.Client, inp input, ui *uistate) error {
}
log.Printf("Loaded ladspa sink as idx: %d\n", idx)
time.Sleep(time.Millisecond * 500) // pulseaudio actually crashes if we send these too fast
time.Sleep(time.Millisecond * 1000) // pulseaudio actually crashes if we send these too fast
idx, err = c.LoadModule("module-loopback",
fmt.Sprintf("source=%s sink=nui_mic_raw_in channels=1 latency_msec=1", inp.ID))

Loading…
Cancel
Save