Ver código fonte

prevent openal errors from breaking UI

master
Tim Cooper 9 anos atrás
pai
commit
1fe7ae356e
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      cmd/barnard/main.go

+ 3
- 0
cmd/barnard/main.go Ver arquivo

@@ -47,6 +47,9 @@ func main() {
b.Client.Attach(gumbleutil.AutoBitrate)
b.Client.Attach(&b)
// Audio
if os.Getenv("ALSOFT_LOGLEVEL") == "" {
os.Setenv("ALSOFT_LOGLEVEL", "0")
}
if stream, err := gumble_openal.New(b.Client); err != nil {
fmt.Fprintf(os.Stderr, "%s\n", err)
os.Exit(1)


Carregando…
Cancelar
Salvar