Skip to content

Instantly share code, notes, and snippets.

View AstraL's full-sized avatar
🎯
Focusing

Eugene Chernenko AstraL

🎯
Focusing
  • Milestep LLC
  • Ukraine, Cherkassy
View GitHub Profile
@dz0ny
dz0ny / mopidy.liq
Last active May 9, 2023 12:39
Gapless streaming for mopidy
#!/usr/bin/liquidsoap
set("log.file.path", "/dev/null")
set("log.stdout", true)
set("server.telnet", false)
set("harbor.bind_addr","0.0.0.0")
# tweak these values if you have lag, skipping, buffer underrun etc
# set("frame.duration",0.04)
# set("root.max_latency",60.)